v1.0.0
What's Changed
Read the full release notes here: https://docs.overturemaps.org/release/latest/. Below is a list of changes to the schema since the last release.
Schema-wide changes
- added
update_time
to each source, removing it from the top-level properties.
Theme Specific Schema Changes
Addresses
- A completely new theme, see the schema here
Base
- Additional classes in
infrastructure
,land
,land_use
, andwater
types.
Buildings
- capped height and roof_height at 850 meters and discarded values over that limit
- added classification for bridge structures to schema
- added
is_underground
to all buildings
Divisions
- added the dependency subtype in division and division_area
- added the
microhood
subtype in division
Places
- Allow for
NULL
categories
Transportation
- removed deprecated
road
column
New Contributors
- @thesteve0 made their first contribution in #187
- @atiannicelli made their first contribution in #224
- @skmoore made their first contribution in #217
- @Dritte made their first contribution in #231
Full Changelog: v0.12.0-beta...v1.0.0