I have set up a local OSM server with the tile server and leaflet. Everything works, but I thought it would by much more convenient if I could get most of the data from tile.openstreetmap.org server (the map may look just the same as it looks on OSM website) and only add my objects to it that I would store on my server. Is it possible? Thank you, Paweł asked 17 Apr '20, 14:25 jujo0 |
2 Answers:
If the question is "is it technically possible" the answer is "yes". You have a few options:
This answer is marked "community wiki". answered 17 Apr '20, 14:45 SomeoneElse ♦ |
I found this extremely useful http://duspviz.mit.edu/web-map-workshop/ answered 03 May '20, 19:05 jujo0 |
Thank you!