• Hi,

    What an amazing plugin!! Thanks.

    Four questions:
    – the distance is every 2 km. Is it possible to change this?
    – the full screen ‘icon’ to make it small doesn’t work in iPhone. It stays like ‘make fullscreen’.
    – the waypoints that is show on your elevation card comes from the GPX file. But I add them using code ([leaflet-marker]). How can I add them to the elevation ‘card’?
    – I have add my own waypoints to the map using code (they are not in the gpx or geojson). I will change them but I found out difficult to do with leaflet map. I was thinking to change the SVG. Or the icon. I see you did this with custom icons that you add to css (https://leafext.de/en/elevation/waypoints/) . How can I fix this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author hupe13

    (@hupe13)

    – the distance is every 2 km. Is it possible to change this?

    This is calculated automatically. But when I look at the leaflet-elevation sources, it must be possible to change this. I put it on the wish list.

    – the full screen ‘icon’ to make it small doesn’t work in iPhone. It stays like ‘make fullscreen’.

    I don’t have an iPhone. Testing it with the developer tools in Safari there are some unwanted effects. An issue is open on Github.

    – the waypoints that is show on your elevation card comes from the GPX file. But I add them using code ([leaflet-marker]). How can I add them to the elevation ‘card’?

    Adding leaflet-marker to the chart is not possible. (Never say never, but for the moment I do not know better.)

    – I have add my own waypoints to the map using code (they are not in the gpx or geojson). I will change them but I found out difficult to do with leaflet map. I was thinking to change the SVG. Or the icon. I see you did this with custom icons that you add to css (https://leafext.de/en/elevation/waypoints/) . How can I fix this?

    This feature of custom icons is fixed and realized in the next version of extension-leaflet-map, but these waypoints are read from the track file. Raruto has a nice example.
    But you can do what you want with leaflet-marker also, see Bozdoz’s documentation.

    • This reply was modified 4 years, 3 months ago by hupe13.
    • This reply was modified 4 years, 3 months ago by hupe13.
    Plugin Author hupe13

    (@hupe13)

    In the new version I implemented the pull request in leaflet.fullscreen. Does it work now on iPhone?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Question about amazing plugin’ is closed to new replies.