Martin Tesař
Martin Tesař
Display profile directly in web interface and allow PNG and SVG export.
End points and top points are probably places/peaks which can have name in OSM, display them in profiles.
Use SRTM data in version 4.1, use interpolation to get better results.
Display clickable public photos in web map. Example of such layer with photos of tourist guidepost is here: http://openstreetmap.cz/
Original `draw_line_string` mode accepts `featureId` and `from` options as an optional parameter of [changeMode](https://github.com/mapbox/mapbox-gl-draw/blob/main/docs/API.md#changemodemode-string-options-object-draw) method. The `SnapLineMode` ignores them and basically always create a new line feature. I can create...