Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
119 changes: 119 additions & 0 deletions blog/2025-08-20-release-notes.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
---
title: 2025-08-20 release notes
tags:
- releases
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import QueryBuilder from '@site/src/components/queryBuilder';


:::info

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.

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

:::

## Overview


**The `2025-08-20.0` release of Overture data and `v1.11.0` of the Overture schema are now available.** The datasets and release artifacts are available as GeoParquet files stored on both AWS and Azure. The paths are:

### Release data

**Microsoft Azure:**
```
az://overturemapswestus2.blob.core.windows.net/release/2025-08-20.0/
```

**Amazon S3:**
```
s3://overturemaps-us-west-2/release/2025-08-20.0/
```
### Data changelog

**Microsoft Azure:**
```
az://overturemapswestus2.blob.core.windows.net/changelog/2025-08-20.0/
```

**Amazon S3:**
```
s3://overturemaps-us-west-2/changelog/2025-08-20.0/
```


### Bridge files

**Microsoft Azure:**
```
az://overturemapswestus2.blob.core.windows.net/bridgefiles/2025-08-20.0/
```

**Amazon S3:**
```
s3://overturemaps-us-west-2/bridgefiles/2025-08-20.0/
```

### GERS Registry

**Microsoft Azure:**
```
az://overturemapswestus2.blob.core.windows.net/registry/
```

**Amazon S3:**
```
s3://overturemaps-us-west-2/registry/
```



<!-- truncate -->

You can access the datasets by following the process outlined [here](/getting-data). We encourage you to ask questions and provide feedback on the Overture Maps [Discussion forum on GitHub](https://github.com/orgs/OvertureMaps/discussions). You can also file issues and report bugs in our [data](https://github.com/OvertureMaps/data/issues) and [schema](https://github.com/OvertureMaps/schema/issues) repositories. If you have a suggestion for a new dataset or if you have data you'd like to contribute to Overture, you can email us at data@overturemaps.org. We’d love to hear from you.


## Theme-specific updates

:::info
The base, buildings, divisions, places, and transportation themes are in GA. The addresses theme is in alpha.
:::

### Addresses

- no updates


### Base

- added data for `quay`, `railway`, `artwork` classes

### Buildings

- added new data from Esri and Vancouver
- flagged a bug in the data: all Microsoft ML buildings described as underground


### Divisions

- no updates

### Places

- no updates

### Transportation

- no updates


## Schema changelog

The changelog for Overture schema `v1.11.0` is [here](https://github.com/OvertureMaps/schema/tree/v1.11.0).

## Attribution

You'll find information about attribution and licensing [here](/attribution).
2 changes: 1 addition & 1 deletion docs/release-calendar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Our planned release schedule for the next two months is below. The release dates

| Date | Data version | Schema version |
| ----- | ----- | ----- |
| 20 August 2025 | `2025-08-20.0` | `v1.12.0` |
| 20 August 2025 | [`2025-08-20.0`](https://docs.overturemaps.org/blog/2025/08/20/release-notes/) | [`v1.11.0`](https://github.com/OvertureMaps/schema/releases/tag/v1.11.0) |
| 24 September 2025 | `2025-09-24` | ? |


Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const config = {
favicon: 'img/favicon.png',

customFields: {
overtureRelease: '2025-07-23.0',
pmtiles_path: 'https://d3c1b7bog2u1nn.cloudfront.net/2025-06-25'
overtureRelease: '2025-08-20.0',
pmtiles_path: 'https://d3c1b7bog2u1nn.cloudfront.net/2025-07-23'
},
/**
future: {
Expand Down
Binary file added static/img/is_underground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.