Closed
Description
We've normalized all the other yes
related properties in v1 to be True or False, but oneway
is still yes
.
Example tile:
yes
should be True:
properties: {
kind: "major_road",
name: "Stockton St.",
sort_key: 377,
kind_detail: "tertiary",
source: "openstreetmap.org",
oneway: "yes",
sidewalk: "both",
id: 417400763
},
If it's no
, should we even export that as False?
properties: {
source: "openstreetmap.org",
kind: "minor_road",
service: "alley",
oneway: "no",
sort_key: 356,
kind_detail: "service",
id: 332383249
},