Closed nvkelso closed 8 years ago
Another example, no
isn't useful here for cycleway, we only want to know when it's yes
.
Related to #453.
Should we normalize it to yes
if the value isn't no
? It can be other values like "lane". Or do we want to pass it through as long as it isn't no
?
Pass thru as long as it's not no
and not none
.
(I suspect some of those other values could probably be normalized (there look to be variants), but let's just pass them thru for now.)
Correctly updated. There's more work to be done to normalize all these, that's tracked in #792.
We're always including yes, no & other values on the new walking, bicycling ways. But should we only include
no
oryes
values contextually?For instance,
motor_vehicle: "no",
is interesting here because tracks are assumed to bemotor_vehicle: "yes",
, butfoot: "yes",
I think is assumed to beyes
, so why export that?