From 99cca2ea06ce88af535b269ba8986f50973e15e3 Mon Sep 17 00:00:00 2001 From: John McCall Date: Tue, 6 Jan 2026 12:45:38 -0500 Subject: [PATCH 1/3] Fix typo in Shadowmap description Corrected a typo in the description of Shadowmap. --- community/used-by.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/used-by.mdx b/community/used-by.mdx index 25c933bb..e6b88651 100644 --- a/community/used-by.mdx +++ b/community/used-by.mdx @@ -8,7 +8,7 @@ draft: true These companies and organizations are using Overture data in production. ### [Shadowmap](https://shadowmap.org/) -Shadowmap is an interactive platform for visualizing and analyzing light at any location time, and date. In summer 2024, they started using Overture bulidings for global coverage and more accurate heights. +Shadowmap is an interactive platform for visualizing and analyzing light at any location time, and date. In summer 2024, they started using Overture buildings for global coverage and more accurate heights. "That's why we're super stoked about Overture – a service that greatly improves the way we can work with open map data in Shadowmap by connecting many different data sources." From 94dccea5dc8471093666bfc17c4df4317cf1394c Mon Sep 17 00:00:00 2001 From: John McCall Date: Tue, 6 Jan 2026 12:46:30 -0500 Subject: [PATCH 2/3] Fix typo in QGIS example documentation Corrected a typo in the description of the GeoParquet Downloader plugin. --- docs/examples/QGIS.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/QGIS.mdx b/docs/examples/QGIS.mdx index 45237bd2..6a961f50 100644 --- a/docs/examples/QGIS.mdx +++ b/docs/examples/QGIS.mdx @@ -9,7 +9,7 @@ In this example, we'll show you how to get Overture data into [QGIS](https://www ## Method 1: Using the GeoParquet Downloader plugin (recommended) -You can load Overture data directly into QGIS using the [GeoParquet Downloader plugin](https://github.com/cholmes/qgis_plugin_gpq_downloader). This plugin treats cloud-hosted GeoParquet files like a data service, pulling only the features within your current map view. It uses DuckDB under the hood to query the data in Overture's cloud storage and automatically converts that data to your preffered format. +You can load Overture data directly into QGIS using the [GeoParquet Downloader plugin](https://github.com/cholmes/qgis_plugin_gpq_downloader). This plugin treats cloud-hosted GeoParquet files like a data service, pulling only the features within your current map view. It uses DuckDB under the hood to query the data in Overture's cloud storage and automatically converts that data to your preferred format. ### Installation From 76d029525c58c6d11b84b14e216baaa39a2f784b Mon Sep 17 00:00:00 2001 From: John McCall Date: Tue, 6 Jan 2026 12:47:12 -0500 Subject: [PATCH 3/3] Fix typo in YAML in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f64feb43..a3c2e14e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This repository uses [Docusaurus](https://docusaurus.io/) to publish the documen The Overture schema repository [github/overturemaps/schema](https://github.com/overturemaps/schema) maintains the official Overture schema and the documentation surrounding the actual schema reference pages. This is to ensure that the schema, documentation, and relevant examples are always in-sync. -The script `fetch_schema.sh` injects the contents of the schema's documentation into `docs/schema/` and copies the schema `YAMl` files and examples to `docs/_schema` and `docs/_examples`, respectively. This script runs with every build. +The script `fetch_schema.sh` injects the contents of the schema's documentation into `docs/schema/` and copies the schema `YAML` files and examples to `docs/_schema` and `docs/_examples`, respectively. This script runs with every build. Therefore, anything available at `docs.overturemaps.org/schema` (under the **Schema Reference** link in the header) comes from the Overture schema repository, not this repository. Any changes to `schema` will be overwritten on every build.