Hi, I need to create a map where will be showed position of serivce car and the map will be embedded on website. I have a json data with dynamic longitude, latitude but don't know how to add it to the map. Any tutorial or how to do it or someone knows how? asked 08 Nov '18, 14:46 tapicerstwom... |
There are any number of examples on how to do this. My current little personal tracker written in PHP is now using Leaflet and uses a OSM map background provide by Mapbox. A starting search might be something like https://duckduckgo.com/?q=leaflet+mapbox+php+tutorial answered 09 Nov '18, 16:18 stf |
Not really related to OSM. Try http://gis.stackexchange.com instead.