mirror of
https://github.com/umap-project/umap.git
synced 2025-04-29 11:52:38 +02:00
Use preferred tile.openstreetmap.org URL
For reference: https://github.com/openstreetmap/operations/issues/737
This commit is contained in:
parent
ab8bce985e
commit
92e3de87db
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ def tilelayers():
|
||||||
TileLayerFactory(
|
TileLayerFactory(
|
||||||
rank=1,
|
rank=1,
|
||||||
name="OpenStreetMap",
|
name="OpenStreetMap",
|
||||||
url_template="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
|
url_template="https://tile.openstreetmap.org/{z}/{x}/{y}.png",
|
||||||
)
|
)
|
||||||
TileLayerFactory(
|
TileLayerFactory(
|
||||||
rank=2,
|
rank=2,
|
||||||
|
|
Loading…
Reference in a new issue