shortbread-tiles / shortbread-docs

Documentation of the Shortbread vector tile schema
https://shortbread-tiles.org
Creative Commons Zero v1.0 Universal
25 stars 7 forks source link

Default empty string values #45

Open pnorman opened 5 months ago

pnorman commented 5 months ago

Looking at the streets and street_polygon layers, they are inconsistent on their use of field not available vs empty string.

for streets you have tracktype and service defaulting to no field and surface, bicycle, and horse defaulting to empty string. For street_polygons you have service and surface defaulting to empty string.

This is inconsistent and hard to understand. As a practical matter I don't think there's any need to send an empty string as a default value, because detecting the lack of any value is easy enough.