Leaflet show multiple gps entry to show route driven - Stack Overflow

admin2025-05-01  0

I am doing some work on a tracking system.

I can pull the data from an API and looks like;

{ "GpsHistoryTrackNumber": 717, "GpsHistoryTrackInfo": [{ "tm": "2025-01-01 18:29:14", "lo": "150.764069", "la": "-33.690376", "sp": 0, "cr": 100, "ed": 3 }, { "tm": "2025-01-01 18:29:44", "lo": "150.764435", "la": "-33.690559", "sp": 0, "cr": 42, "ed": 3 },

this goes on for hundreds of entry depending on how long the search on the data is.

How can i show this many entry on a leaflet map?

thanks you for any help

转载请注明原文地址:http://anycun.com/QandA/1746112439a91841.html