Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • This plugin has the leaflet-omnivore.js.
    Inside of this file is a “kml: function(doc)” and under it “function getGeometry(root)”. This function is reading the kml-file and pushes all coordinates found in KML-feed into local array “geoms”.
    As the KML-feed file contains only one coordinates point under the Placemark->LineString, the array named geoms will contain also only one point.

    The only solution to show a inReach track, is to read the KML-feed and every time when the file is updated to save/append these coordinates into another file and then point Trackserver to read that new file.

    Hi, this is cool!
    I just tried this with my inReach and I have couple of issues with it:
    1. Map doesnt center to my last location. It will open always Eindhowen from Germany.
    2. The KML file contains only one point. If inReach is sending out another point, then the KML file is updated to the last point. So the KML file doesnt contain track or lets say series of tracking points. Only one and the last point.

    It seems that Trackserver plugin doesnt save or cache the points and therefore cannot show the track. Only last point can be shown on the map.

    Do you have any ideas how to overcome from this issue?

    • This reply was modified 6 years, 2 months ago by leivo.
Viewing 2 replies - 1 through 2 (of 2 total)