From 1d5c0e354370970b03778046c827459f9639a516 Mon Sep 17 00:00:00 2001 From: Scott Kang Date: Mon, 13 Jul 2026 14:02:28 +0800 Subject: [PATCH] update overture pmtiles --- Samples/PMTiles/Overture Building Theme/Buildings.html | 2 +- Samples/PMTiles/Overture Place Theme/Places.html | 2 +- .../PMTiles/Overture Transportation Theme/Transportation.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Samples/PMTiles/Overture Building Theme/Buildings.html b/Samples/PMTiles/Overture Building Theme/Buildings.html index 0bb8b885..e933562e 100644 --- a/Samples/PMTiles/Overture Building Theme/Buildings.html +++ b/Samples/PMTiles/Overture Building Theme/Buildings.html @@ -102,7 +102,7 @@ }); }); - const PMTILES_URL = "https://overturemaps-tiles-us-west-2-beta.s3.amazonaws.com/2024-07-22/buildings.pmtiles"; + const PMTILES_URL = "https://overturemaps-extras-us-west-2.s3.amazonaws.com/tiles/2026-05-20.0/buildings.pmtiles"; protocol.add(new pmtiles.PMTiles(PMTILES_URL)); //Initialize the map. diff --git a/Samples/PMTiles/Overture Place Theme/Places.html b/Samples/PMTiles/Overture Place Theme/Places.html index 23abf4e8..6242066b 100644 --- a/Samples/PMTiles/Overture Place Theme/Places.html +++ b/Samples/PMTiles/Overture Place Theme/Places.html @@ -87,7 +87,7 @@ }); }); - const PMTILES_URL = "https://overturemaps-tiles-us-west-2-beta.s3.amazonaws.com/2024-07-22/places.pmtiles"; + const PMTILES_URL = "https://overturemaps-extras-us-west-2.s3.amazonaws.com/tiles/2026-05-20.0/places.pmtiles"; protocol.add(new pmtiles.PMTiles(PMTILES_URL)); //Initialize the map. diff --git a/Samples/PMTiles/Overture Transportation Theme/Transportation.html b/Samples/PMTiles/Overture Transportation Theme/Transportation.html index 353664d4..9e4fa0ae 100644 --- a/Samples/PMTiles/Overture Transportation Theme/Transportation.html +++ b/Samples/PMTiles/Overture Transportation Theme/Transportation.html @@ -101,7 +101,7 @@ }); }); - const PMTILES_URL = "https://overturemaps-tiles-us-west-2-beta.s3.amazonaws.com/2024-07-22/transportation.pmtiles"; + const PMTILES_URL = "https://overturemaps-extras-us-west-2.s3.amazonaws.com/tiles/2026-05-20.0/transportation.pmtiles"; protocol.add(new pmtiles.PMTiles(PMTILES_URL)); //Initialize the map.