Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author tinuzz

    (@tinuzz)

    Hi,

    This is not possible at the moment. Tracks from the server are parsed in JavaScript into GeoJSON ‘LineString’ geometries. This means that the path between points is automatically drawn by Leaflet.

    To draw points instead of linestrings, the code has to be expanded, to be able to draw a collection of ‘Point’ geometries in addition to the LineStrings.

    While this is certainly doable, it means code will have to be written, so I’ll consider this a feature request.

    Best regards,
    Martijn.

    Thread Starter bschwitzer

    (@bschwitzer)

    Thanks for your answear.

    Cheers,
    Ben

    Plugin Author tinuzz

    (@tinuzz)

    Hi Ben,

    I implemented this. The code is up on Github and will be part of the next release.

    Best regards,
    Martijn.

    Thread Starter bschwitzer

    (@bschwitzer)

    Hi Martijn,

    very cool, it looks nice. Thanks for the quick support and implemetation.

    Ben

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Live Track as breadcrumbs’ is closed to new replies.