v1.4.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
- Update
LICENSEto reflect schema's CC-BY-4.0 licensing scheme.
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.
No changes.
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.
- Added a new
bathymetryfeature type. (#206)- A
bathymetryfeature is a topographic representation of an underwater area, such as a part of the ocean floor. Use cases adding depth shading to water bodies in map visualizations. - There is a known issue with the
bathymetryfeature type'sdepthproperty. It is meant to be positive but is negative. This issue will be corrected in the next release: #309.
- A
- Added a new
classvalues forland,land_use, andwaterfeature types (#295):land:plateauland_use:fatbike,hike,nordicwater:blowhole
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.
No changes.
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 top-level class property to the division feature type: #301. Initially this class property will only have a value for locality feature types and will help data consumers understand the rough scale or importance of the locality, e.g. is it a hamlet, or is it a megacity?
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: GA)
🟢 The transportation theme is in GA status. We are striving to avoid backwardly-incompatible schema changes and to deliver adequate notice should they occur.
- Theme status changed from 🏗 beta to 🟢 GA.
- No schema changes.
Full Changelog
Full Changelog: v1.3.0...v1.4.0
New Contributors
- Amy Rose (@an-rose) made her first contribution in #300
- Witold Kupś (@Azbesciak) made his first contribution in #304