sharedstreets / sharedstreets-builder

Making maps connectable: stable, non-proprietary IDs and data standards for streets
MIT License
28 stars 12 forks source link

add street name to metadata tiles #9

Closed kpwebb closed 6 years ago

kpwebb commented 6 years ago

Proposed approach:

Add name field to OSMMetadata and WaySection elements. If only one version of the street name for all way sections the name goes in OSMMetadata otherwise we store each version in the WaySection and leave OSMMetadata blank. Open to suggestions on how to do this but goal is not to have tons of duplicate version of the street name for each reference.

kpwebb commented 6 years ago

added changes to builder in #11 Also updated proto buf spec to include names in sharedstreets/sharedstreets-ref-system/pull/18

DenisCarriere commented 6 years ago

👍 Names would be good, I doubt there will be a way to prevent duplicate names per each Reference. Including a name field seems very valuable.

migurski commented 6 years ago

This approach makes sense to me as well.