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

added osm tags to metadata tiles #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

added osm tags to metadata tiles #27

wants to merge 1 commit into from

Conversation

kpwebb
Copy link
Member

@kpwebb kpwebb commented Feb 5, 2020

This change to the PBF file allows storage of all OSM way tags in the ShSt metadata tiles. Testing provisional changes to the build process to confirm this meets needs for tag analysis of OSM segments.

@@ -28,6 +28,11 @@ enum RoadClass {
Other = 8;
}

message OsmTag {

Choose a reason for hiding this comment

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

Should this be tied to OSM? I'm wondering if the same concept of a metadata blob could apply to other datasets just as effectively.

@krithin
Copy link

krithin commented Feb 24, 2020

This PR looks great! And I understand that you're already in the process of cutting new tiles against this protobuf schema. In that case could we merge this please? I can follow up with a PR updating https://github.com/sharedstreets/sharedstreets-python after that if you'd like.

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