Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proposed change for street names #18

Merged
merged 2 commits into from
Mar 12, 2018
Merged

proposed change for street names #18

merged 2 commits into from
Mar 12, 2018

Conversation

kpwebb
Copy link
Member

@kpwebb kpwebb commented Mar 10, 2018

@migurski here's my first attempt at including street names into the metadata tiles

@migurski here's my first attempt at including street names into the metadata tiles
Backed out name in SharedStreetsMetadata -- that can be computed from OSM Metadata. Added name to OSMMetadata parent for multiple way sections with the same name value. Only record different names in WaySections.
@@ -37,10 +37,13 @@ message WaySection {
bool roundabout = 4;
bool link = 5;
repeated uint64 nodeIds = 6;

string name = 7; // name only stored here if different for each way section, otherwise captured in OSMMetadata
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Seems reasonable to me

@migurski
Copy link

Looks good to me!

@DenisCarriere
Copy link
Contributor

Once merged, I'll update the following repos:

@DenisCarriere DenisCarriere merged commit 2092b77 into master Mar 12, 2018
DenisCarriere added a commit to sharedstreets/sharedstreets-pbf that referenced this pull request Mar 12, 2018
@kpwebb
Copy link
Member Author

kpwebb commented Mar 13, 2018

Great! Merging now and regenerating the tiles

@DenisCarriere
Copy link
Contributor

@kpwebb 👍 Great stuff!

@DenisCarriere DenisCarriere deleted the include-osm-names branch March 13, 2018 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants