i am setting up a worldmap on node-red. I want to track paths and delete these paths after i have clicked a button. Right now, it works fine. But the current state is with a internet connection.
I want to use worldmap offline without an internet connection. How can i do this.
In the worldmap node there is a drop down menue where i can choose custom maps. But how do i use it?
So i am looking for a offline solution to display a worldmap with node-red. Tracking the paths is no problem, this is working.
Worldmap only has country outlines built in for offline use. If you need real maps offline you need a local (offline) map server. If you read the readme there are several examples of how to do this with docker containers. Or any local WMS server can be used.
Thank you for your fast reply.
I have read the documentation and saw the option with the docker and mapserver. It looks like that this cost many time. Is there a fast way to do this? I just want to few a small village and i have just a raspberry pi.
If you don’t need to zoom much then you may be able to use a simple image overlay as long as you can find one and set the coordinates of the corners. Again see the readme for an example.