-
Notifications
You must be signed in to change notification settings - Fork 85
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
Unsopperted GeoJSON feature geometry type:Point #275
Comments
Hi @luisfio1, this is issue somehow related to: #273 (comment)
that example make use of the leaflet-elevation/examples/leaflet-elevation_upload-gpx.html Lines 138 to 140 in bd9316b
leaflet-elevation/src/control.js Lines 327 to 328 in bd9316b
That's where they are currently in use: leaflet-elevation/src/control.js Lines 784 to 805 in bd9316b
For your convenience, I recommend that you take some functions such as _loadLayer() as a reference and alter them to your liking (it is nothing more than utility function for build a standard L.GeoJSON object). Then (within the example) you can insert your customization from here 👇 leaflet-elevation/examples/leaflet-elevation_upload-gpx.html Lines 138 to 140 in bd9316b
Or at least I'd start experimenting from there.. 👋 Raruto |
In your example loading a local GPX.file the way points are apparently not supported.
I have tried to add the points with the options:
but it doesn't seem to accept them.
This is the message that appears in the console:
Is there any option to include them?
Thanks
The text was updated successfully, but these errors were encountered: