Tom Chadwin

Results 239 comments of Tom Chadwin

Sorry, but opening that tells me there is a missing dependent layer.

``` 2020-06-10T13:27:55 WARNING Missing layer form dependency : layer 'akt_connection_point_9' requires layer 'spr_all' to be loaded but 'spr_all' could not be found, please load it manually if possible. ```

Please upload your project and layers files here. Without them, it's impossible to know what the specific problem is. Simplify down to a single layer if you can.

As I mentioned on Twitter, this one is baffling me a tad. I think there might be something odd about the geometry, but validity checks out (via QGIS). Can anyone...

Hmm. I wonder why wgis2web didn't handle the nulls properly. Thanks for investigating, @boesiii!

I think the definition might not be quite right. The one I use in Leaflet with proj4leaflet is: '+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=400000 +y_0=-100000 +ellps=airy +towgs84=446.448,-125.157,542.06,0.15,0.247,0.842,-20.489 +units=m +no_defs',

I believe so, and it's taken from QGIS itself. As I say, I believe it works in in EPSG:27700 via Leaflet, proj4js, and proj4leaflet.

Confirmed that @bbecquet's fix to Leaflet.Rotated marker solves the problem. I've closed the issue on his repo, but will leave this one open so you can implement his suggestions in...