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

Drop additional road props for z<=14 #996

Merged
merged 1 commit into from
Aug 25, 2016
Merged

Conversation

rmarianski
Copy link
Member

@zerebubuth, @nvkelso could you review please?

@@ -568,13 +568,13 @@ post_process:
where: >-
(kind == 'path' and zoom < 15) or
(kind in ['minor_road', 'major_road', 'highway', 'rail'] and zoom < 13)
# drop all oneway tags below zoom 14 (i.e: zoom >= 15) for all types.
# drop certain road properties below zoom 14 (i.e: zoom >= 15) for all types.
Copy link
Member

Choose a reason for hiding this comment

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

The "(i.e: zoom >= 15)" bit confuses me, should we take that out?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yea, good call. Updated in f123077.

@zerebubuth
Copy link
Member

👍

@rmarianski rmarianski force-pushed the 993-remove-props-road-merge branch from 9dafe4b to e54d077 Compare August 25, 2016 20:00
@rmarianski rmarianski merged commit 4066ac4 into master Aug 25, 2016
@rmarianski rmarianski deleted the 993-remove-props-road-merge branch August 25, 2016 20:01
@rmarianski
Copy link
Member Author

Connects to #993

@nvkelso
Copy link
Member

nvkelso commented Aug 25, 2016

LGTM

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