-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
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
Use original geojson as input #119
Conversation
But leaflet is not supposed to do anything with it, the clipping and path simplification are only done in the rendering and don't affect the initial latLngs |
So we could possibly close this - although I think my preference would be to still merge it and use the raw geojson rather than passing it into leaflet and back again, just seems a bit less risky. |
There are also some lines in the current master demo site which stringify and parse the input data so that could be responsible also... |
It seems like #85 is impacted by the demo site change. Works on the |
This resolves the issue identified in #118 by using the original geojson where it's available rather than stuff that's been passed through leaflet.