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
N/A
Theme-Specific Schema Changes
Addresses (Status: Alpha)
🏗 *The addresses theme is in* ***alpha*** *status. Schema changes with potential backward-incompatibility are likely from month to month until the addresses schema increases in maturity. When these changes occur, we will try to provide some notice and a "bridge" period where the old schema is also supported.*
Added a top-level `postal_city` property for cases where the postally-approved city/municipality/locality line of an address contains a different locality name than the locality that physically contains the address coordinates. https://github.com/OvertureMaps/schema/pull/291
Base (Status: GA)
🟢 *The base theme is in* ***GA*** *status. We are striving to avoid backwardly-incompatible schema changes and to deliver adequate notice should they occur.*
1. Added a top-level, optional, `height` property to features of type `infrastructure`: https://github.com/OvertureMaps/schema/pull/276.
2. Added new members to the `class` enumeration for features of type `infrastructure`: https://github.com/OvertureMaps/schema/pull/276 (`apron`, `fountain`, `gasometer`, `goods`, `j-bar`, `launchpad`, `magic_carpet`, `motorcycle_parking`, `platter`, `reservoir_covered`, `rope_tow`, `stopway`, `subway_station`, `taxilane`, `zip_line`).
3. Added new members to the `class` enumeration for features of type `land_use`: https://github.com/OvertureMaps/schema/pull/276 (`connection`, `downhill`, `driving_school`, `ice_skate`, `kindergarten`, `military_hospital`, `military_school`, `music_school`, `resort`, `ski_jump`, `skitour`, `sled`, `sleigh`, `snow_park`).
4. Added new members to the `subtype` enumeration for features of type `land`: https://github.com/OvertureMaps/schema/commit/57eeed7e0f1c707b103d11c5e6ced63463285d31#diff-991c09b9f238daa6433fca5ca495d5cabdf718b21f99450c87ec9b2f0619b651R87 (`crater`, `meteor_crater`, `volcanic_caldera_rim`).
Buildings (Status: GA)
🟢 *The buildings theme is in* ***GA*** *status. We are striving to avoid backwardly-incompatible schema changes and to deliver adequate notice should they occur.*
Added a `roof` member to the `class` enumeration: https://github.com/OvertureMaps/schema/pull/289.
Divisions (Status: GA)
🟢 *The divisions theme is in* ***GA*** *status. We are striving to avoid backwardly-incompatible schema changes and to deliver adequate notice should they occur.*
Added a new `macrohood` subtype to features of type `division` and `division_area`: https://github.com/OvertureMaps/schema/pull/290.
Places (Status: GA)
🟢 *The places theme is in* ***GA*** *status. We are striving to avoid backwardly-incompatible schema changes and to deliver adequate notice should they occur.*
No changes.
Transportation (Status: Beta)
🏗 *The transportation theme is in* ***beta*** *status. The transportation schema is nearing maturity, but backwardly-incompatible schema changes may occur from month to month until GA status is achieved. When these changes occur, we will try to provide some notice and a "bridge" period where the old schema is also supported.*
Removed the `lanes` property: https://github.com/OvertureMaps/schema/pull/286.
Full Changelog
**Full Changelog**: https://github.com/OvertureMaps/schema/compare/v1.2.0...v1.3.0