I’d like to have a map image along with dash.
I’ve seen that it can use open street map.
While testing it on one computer which connected to internet, the map is downloaded from the web.
Now I need to work with it in a closed network which doesn’t have connection to the web. I’ve downloaded the tiles I require. How can I use those tiles locally?
As noted in my previous post, you should setup a tile server that serves the tiles to the map. I have previously used Terracotta, but there are lots of options. Here is a complete example,