Skip to content

Overview

These examples highlight Ultra's capabilities.

For examples of how to author OverpassQL queries, please reference the abundance of documentation on the OSM Wiki and elsewhere.

Add a title to a map

Use Ultra's HTMLControl to add a title to the map

Use Ultra's HTMLControl to add a title to the map

Add a custom modal control to the map

This adds an info button that opens a modal clicked using Ultra's HTMLControl

This adds an info button that opens a modal clicked using Ultra's HTMLControl

Load GeoJSON with custom BBOX format

Load GeoJSON from the ohsome API using the east/west/south/north shortcuts.

Load GeoJSON from the ohsome API using the east/west/south/north shortcuts.

ATP USPS Dropboxes

Load and style USPS Dropboxes from an [All The Places](https://alltheplaces.xyz) dump.

Load and style USPS Dropboxes from an All The Places dump.

Bike Infrastructure

Query and style bikelanes, bike parking, repair stations, and bike shops.

Query and style bikelanes, bike parking, repair stations, and bike shops.

User Contribution Heatmap

Create a heatmap of your OSM mapping contributions.

Create a heatmap of your OSM mapping contributions.

Create a custom map style

Define an entire MapLibre GL style in a query document.

Define an entire MapLibre GL style in a query document.

Create a glowing effect for points

Stack blurred circles to create a glowing effect for point data.

Stack blurred circles to create a glowing effect for point data.

This adds an info button that opens a link in a new window when clicked using Ultra's HTMLControl

This adds an info button that opens a link in a new window when clicked using Ultra's HTMLControl

Create a map of local landmarks

Select specific OSM elements by their wikidata IDs to make a map of local landmarks.  This was a prototype of [MapRVA](https://maprva.org)'s [Open Landmarks](https://github.com/maprva/open-landmarks) project.

Select specific OSM elements by their wikidata IDs to make a map of local landmarks. This was a prototype of MapRVA's Open Landmarks project.

Minimalist Ski Map

Create minimalist ski maps of your favorite ski resort.

Create minimalist ski maps of your favorite ski resort.

Prototype a 3D version of a style

Add 3D terrain and Buildings to OpenTrailStash using AWS-hosted DEM tiles and OpenMapTiles buildings

Add 3D terrain and Buildings to OpenTrailStash using AWS-hosted DEM tiles and OpenMapTiles buildings

Overture Landcover with Hillshade

A basic natural background consisting of only hillshade and landcover.

A basic natural background consisting of only hillshade and landcover.

Combine POI from Overture and OSM

Bike shops from the Overture Places dataset and OpenStreetMap combined in a single map using MapLibre symbol collision logic as a sort of run-time conflation.

Bike shops from the Overture Places dataset and OpenStreetMap combined in a single map using MapLibre symbol collision logic as a sort of run-time conflation.

Query OSM using QLever

Load OSM data from the QLever osm-planet dataset.

Load OSM data from the QLever osm-planet dataset.

Tree Cover

Create stylized tree coverage from natural=tree nodes and natural=tree_row ways.

Create stylized tree coverage from natural=tree nodes and natural=tree_row ways.

Viewing features at low zoom levels

Because of how MapLibre handles GeoJSON sources with [geojson-vt](https://github.com/mapbox/geojson-vt), Ultra cannot implement a feature similar to overpass turbo's "show small features as points" feature. To work around this, query for the center of features instead of their full geometry.

Because of how MapLibre handles GeoJSON sources with geojson-vt, Ultra cannot implement a feature similar to overpass turbo's "show small features as points" feature. To work around this, query for the center of features instead of their full geometry.

Wikidata photo popup

Customize the query popup with a photo from wikidata loaded via [hub.toolforge.org](https://hub.toolforge.org)

Customize the query popup with a photo from wikidata loaded via hub.toolforge.org

Query Wikidata

Load Wikidata data from the Wikidata Query Service.

Load Wikidata data from the Wikidata Query Service.

Find features within an administrative boundary

Use map_to_area to search for bus stops within Washington, DC.

Use map_to_area to search for bus stops within Washington, DC.