because i not want pay money for google maps i found a self hosting map server system
to display a area via a simple url etc.
for linux there are only 2 steps and the setup is running (theory )
(at Debian 10 i had trouble to install docker first.)
for non-commercial or education the map tiles are free.
https://openmaptiles.com/server/#install
the server can also output images!
example usage
to display a area via a simple url etc.
for linux there are only 2 steps and the setup is running (theory )
(at Debian 10 i had trouble to install docker first.)
for non-commercial or education the map tiles are free.
https://openmaptiles.com/server/#install
the server can also output images!
example usage
"http://yourdomain:8080/styles/klokantech-basic/static/"+Str(Longitude)+","+Str(Latitude)+",17/[email protected]"
Last edited: