We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I created an Example at https://github.com/tylkomat/leaflet-vectorgrid-epsg4326 Just clone an run with your favourite webserver, I was using autoreload-server.
autoreload-server
When loaded normally via L.geoJSON(...).addTo(map) the map is properly displayed.
L.geoJSON(...).addTo(map)
The text was updated successfully, but these errors were encountered:
Hi there, I think the problem is that slicer's underlying library, geojson-vt is hardwired to use EPSG:3857 (Spherical Mercator, Leaflet's default projection), see https://github.com/mapbox/geojson-vt/blob/master/src/convert.js#L94. This means it is essentially non-compatible with other projections.
slicer
@IvanSanchez perhaps we should see to that slicer throws or at least writes a warning when you try to add it to a map with another projection?
Sorry, something went wrong.
Related: mapbox/geojson-vt#57
No branches or pull requests
I created an Example at https://github.com/tylkomat/leaflet-vectorgrid-epsg4326
Just clone an run with your favourite webserver, I was using
autoreload-server
.When loaded normally via
L.geoJSON(...).addTo(map)
the map is properly displayed.The text was updated successfully, but these errors were encountered: