Skip to content

Commit

Permalink
v2.24.1
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Raifer <martin@raifer.tech>
  • Loading branch information
tyrasd committed Jan 25, 2023
1 parent f376a25 commit 2fedf2d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->

# 2.24.1
##### 2023-Jan-25

* Rotate Mapbox Satellite imagery access token


# 2.24.0
##### 2023-Jan-19

Expand Down
4 changes: 2 additions & 2 deletions data/imagery.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -124456,4 +124456,4 @@
],
"terms_text": "Urz膮d Miasta Zabrza"
}
]
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.24.0",
"version": "2.24.1",
"description": "A friendly editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:openstreetmap/iD",
Expand Down

0 comments on commit 2fedf2d

Please sign in to comment.