v1.0.0-pre3
Pre-release
Pre-release
zerebubuth
released this
16 Sep 16:33
·
2362 commits
to master
since this release
- Release date: 2016-09-16 (dev build only as public preview)
- Requires: tileserver v0.8.0-pre2 and tilequeue v0.11.0-pre2 and mapbox-vector-tile v0.5.0.
- Developer preview URLs: API endpoints have generalized for multiple tile sets, accounts, and versions:
- Production URLs will be (not yet live):
- Removed "not equals" YAML rule, which can be expressed using the other "equals" and "not" operators. PR #1044.
- BREAKING Rename
sort_key
tosort_rank
. PR #1049. - BREAKING Add
/mapzen
prefix to tilejson tiles URL. PR #1047. - New version of "static" Natural Earth and OSM shapefiles. PR #1046.
- Restore buildings to zoom 13. PR #1036.
- BREAKING Fix scalerank 0 region boundaries. Drop name properties on boundaries at zoom <= 6. Add region boundaries sourced from Natural Earth "map_unit" data. PR #1037.
- Add
min_zoom
parameter to all features. PR #1031. - Allow null refs in shield text. Attempt to sanitize shield text by omitting leading text such as
A
orM
before numeric references. PR #1039. - BREAKING Update Natural Earth road properties. Removes
level
,namealt
andnamealtt
. Addsnetwork
andshield_text
for some countries. PR #1035. - BREAKING Fix filters for national forests and parks. Features are now required to have additional parameters (e.g:
operator
,protect_class
, ...) to classify as akind: national_park
. PR #1034. - Fix missing localized names on boundaries. Boundaries now include localized
name:left:*
andname:right:*
where the data is available. PR #1022. - Change min zoom for landuse, POIs to be closer to Bubble Wrap. Adds
tier
parameter to simplify client-side rendering rules. PR #997.