Plugin Author
bozdoz
(@bozdoz)
I’m not sure if I can answer your last question, as I have no experience in attempting this. Do a quick DuckDuckGo search for GPX and LeafletJS. For your first question: I can’t imagine a “big delay” in using nearly any online map. I would expect maybe 1 second delay, when you’re loading a 3mb dataset?
ok thanks for the info I suspect it must be the 3rd party server which is serving the map data that’s causing the delay.
Regarding elevation there is a leaflet plugin that does exactly what I’m looking for here: https://github.com/MrMufflon/Leaflet.Elevation
Any possibility of integrating this?
Also, is it possible to disable mousewheel zoom or include some kind of hover/click map to zoom function. I’m only asking this because if I want to embed full-width maps this can cause issues when scrolling down a page.
Plugin Author
bozdoz
(@bozdoz)
I should look into making a plugin handler with events such as onMap, then you could add something like this and plug it into every map you create. I’ll put it on the todo list.
ok great, thanks for considering it.