Schema v0.11.0-beta release
Pre-release
Pre-release
What's Changed
A. Theme-specific changes
- Base
- Add new
land_cover
feature type which is useful for generating natural-looking backgrounds for vectored map tiles. - Update OSM SQL to allow
sport=*
tags forland
features. - Tweaks to classes and subtypes, mainly new additions.
- Add new
- Buildings
- Promote building
class
tosubtype
and introduce newclass
property that is subordinate tosubtype
. - Update
roof_direction
validation rules to include 0 degrees so that perfectly north-facing buildings are valid.
- Promote building
- Transportation:
- Add
vehicle
as a supported travel mode. This had already been present in the data releases, but was missing in the schema. - Add
is_covered
flag for roadsegment
features.
- Add
B. Pan-schema changes
- Update the BCP-47 language tag regular expression to be sufficiently permissive. (First step in our process of eliminating all language tag validation issues between the schema and data.)
C. Documentation changes
- Add additional detail to reference docs for divisions theme, particularly
division
anddivision_area
. - Enable search within reference docs.
- Add link to engineering blog.
D. Other changes
- Fix bug where special characters broke test script error matching.
Full Changelog
Full Changelog: v0.10.0-beta...v0.11.0-beta