TkinterMapView icon indicating copy to clipboard operation
TkinterMapView copied to clipboard

offline overlay tiles support

Open d2snc opened this issue 2 years ago • 0 comments

Hi, just added offline overlay tiles support, if you are using a offline database and set an overlay tile server, for example:

map_widget.set_tile_server("https://a.tile.openstreetmap.org/{z}/{x}/{y}.png") map_widget.set_overlay_tile_server("http://tiles.openseamap.org/seamark//{z}/{x}/{y}.png")

And the two servers are in your database, it will work perfectly, sending my screenshots: overlay_tile

d2snc avatar May 21 '23 15:05 d2snc