Skip to content

Commit

Permalink
New tile URL's
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaplexOSM authored and tordans committed Jun 13, 2022
1 parent 0e46a01 commit a5ddb9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project-prototype-neukoelln/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
const hash = new L.Hash(map);

const parkingmap = L.tileLayer(
"https://supaplex.uber.space/micromap/tiles/parkingmap/{z}/{x}/{y}.jpg",
"https://tiles.osm-berlin.org/parkraumkarte/{z}/{x}/{y}.jpg",
{
name: "parkingmap",
maxZoom: 21,
Expand All @@ -64,7 +64,7 @@
parkingmap.addTo(map); // This is the initial basemap

const micromap = L.tileLayer(
"https://supaplex.uber.space/micromap/tiles/{z}/{x}/{y}.jpg",
"https://tiles.osm-berlin.org/strassenraumkarte/{z}/{x}/{y}.jpg",
{
name: "micromap",
maxZoom: 21,
Expand All @@ -77,7 +77,7 @@
);

const debugmap = L.tileLayer(
"https://supaplex.uber.space/micromap/tiles/debug/{z}/{x}/{y}.jpg",
"https://tiles.osm-berlin.org/strassenraumkarte-debug/{z}/{x}/{y}.jpg",
{
name: "debugmap",
maxZoom: 21,
Expand Down

0 comments on commit a5ddb9e

Please sign in to comment.