Skip to content

Commit

Permalink
Drop the x.tile prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jun 13, 2024
1 parent 36ce5a7 commit 8d0b534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasette_cluster_map/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import json


TILE_LAYER = "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
TILE_LAYER = "https://tile.openstreetmap.org/{z}/{x}/{y}.png"
TILE_LAYER_OPTIONS = {
"maxZoom": 19,
"attribution": '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',
Expand Down

0 comments on commit 8d0b534

Please sign in to comment.