diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a5760239..e19587ffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,6 +47,12 @@ _Breaking developer changes, which may affect downstream projects or sites that [#9425]: https://github.com/openstreetmap/iD/issues/9425 +# 2.24.1 +##### 2023-Jan-25 + +* Rotate Mapbox Satellite imagery access token + + # 2.24.0 ##### 2023-Jan-19 diff --git a/data/imagery.json b/data/imagery.json index 98a7a5ad6..a3fa1a823 100644 --- a/data/imagery.json +++ b/data/imagery.json @@ -62437,7 +62437,7 @@ "id": "Mapbox", "name": "Mapbox Satellite", "type": "tms", - "template": "https://{switch:a,b,c,d}.tiles.mapbox.com/v4/mapbox.satellite/{zoom}/{x}/{y}@2x.jpg?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJja2w5YWt5bnYwNjZmMnFwZjhtbHk1MnA1In0.eq2aumBK6JuRoIuBMm6Gew", + "template": "https://{switch:a,b,c,d}.tiles.mapbox.com/v4/mapbox.satellite/{zoom}/{x}/{y}@2x.jpg?access_token=pk.eyJ1Ijoib3BlbnN0cmVldG1hcCIsImEiOiJjbGRiamRwa2UwMTN4M25yeHc3Yzh5bTVsIn0.9wwMW_915dmCXadG-qNj0w", "tileSize": 512, "zoomExtent": [0, 22], "terms_url": "https://www.mapbox.com/about/maps", @@ -124456,4 +124456,4 @@ ], "terms_text": "Urząd Miasta Zabrza" } -] \ No newline at end of file +]