File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -265,6 +265,7 @@ self.map_widget.set_tile_server("http://c.tile.stamen.com/watercolor/{z}/{x}/{y}
265265self .map_widget.set_tile_server(" http://a.tile.stamen.com/toner/{z} /{x} /{y} .png" ) # black and white
266266self .map_widget.set_tile_server(" https://tiles.wmflabs.org/hikebike/{z} /{x} /{y} .png" ) # detailed hiking
267267self .map_widget.set_tile_server(" https://tiles.wmflabs.org/osm-no-labels/{z} /{x} /{y} .png" ) # no labels
268+ self .map_widget.set_tile_server(" " https:// wmts.geo.admin.ch/ 1.0 .0/ ch.swisstopo.pixelkarte- farbe/ default/ current/ 3857 / {z}/ {x}/ {y}.jpeg" ) # swisstopo map
268269
269270# example overlay tile server
270271self .map_widget.set_overlay_tile_server(" http://tiles.openseamap.org/seamark//{z} /{x} /{y} .png" ) # sea-map overlay
@@ -282,4 +283,4 @@ An example of this can be found here: [examples/map_with_offline_tiles.py](https
282283You can also pass a max_zoom argument to limit the possible zoom range if the database just holds
283284the tiles until a specific zoom range which is not the limit of the used server.
284285
285- ---
286+ -- -
You can’t perform that action at this time.
0 commit comments