Skip to content

Commit 1849ab8

Browse files
authored
Merge pull request #226 from OvertureMaps/2025-08-20.1_updates
Update docs for 2025-08-20.1 release
2 parents 7f8416f + af8cd50 commit 1849ab8

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

blog/2025-08-20-release-notes.mdx

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,22 @@ import QueryBuilder from '@site/src/components/queryBuilder';
1010

1111
:::info
1212

13-
During our final QA processes, we detected the following issue in the data: all Microsoft ML buildings were incorrectly assigned `"is_underground": true`. We decided to make the `2025-08-20.0` release public with the bug and follow up with a patch to the data. Expect `2025-08-20.1` to be released shortly.
13+
August 26th, 2025
14+
15+
Today, Overture released a patch for the August data. The new release paths are:
16+
17+
#### Amazon S3
18+
```
19+
s3://overturemaps-us-west-2/release/2025-08-20.1
20+
```
21+
22+
#### Microsoft Azure
23+
```
24+
wasbs://release@overturemapswestus2.blob.core.windows.net/2025-08-20.1
25+
```
26+
27+
During our final QA processes, we detected the following issue in the data: all Microsoft ML buildings were incorrectly assigned `"is_underground": true`. We decided to make the `2025-08-20.0
28+
` release public with the bug and follow up with a patch to the data.
1429

1530
![Schema docs describing is_underground](/img/is_underground.png)
1631

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const config = {
2121
favicon: 'img/favicon.png',
2222

2323
customFields: {
24-
overtureRelease: '2025-08-20.0',
24+
overtureRelease: '2025-08-20.1',
2525
pmtiles_path: 'https://d3c1b7bog2u1nn.cloudfront.net/2025-07-23'
2626
},
2727
/**

0 commit comments

Comments
 (0)