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

barrier=wall is missing #1403

Closed
matkoniecz opened this issue Oct 5, 2017 · 2 comments
Closed

barrier=wall is missing #1403

matkoniecz opened this issue Oct 5, 2017 · 2 comments
Assignees
Milestone

Comments

@matkoniecz
Copy link
Contributor

  • What did you see?

barrier=wall is not exported

  • What did you expect to see?

barrier=wall data

  • What map location are you having problems with? City and country are helpful, as well as tile coordinates or latitude / longitude.

It seems to be documented as missing - see https://mapzen.com/documentation/vector-tiles/layers/

Also includes of some barrier and waterway tags: city_wall (zoom 12+), dam (zoom 12+), retaining_wall (zoom 15+), snow_fence (zoom 15+), fence (zoom 16+ only) and gate (zoom 16+ only).

For example https://www.openstreetmap.org/way/330603734#map=19/50.07639/19.93181 is not present in data

https://mapzen.com/products/maps/cinnabar/more-labels/#lat=50.07627&lng=19.93155&z=20

Note that barrier=wall is a standard barrier tag, used over 2M times - https://taginfo.openstreetmap.org/tags/barrier=wall

  • Screenshot? Props for animated gifs.
@nvkelso
Copy link
Member

nvkelso commented Oct 5, 2017

Good find!

Suggest we modify fence so it considers wall in the same set also at zoom 16, like:

- filter: { barrier: [fence, wall] }

- filter: {barrier: fence}
min_zoom: 16
output:
<<: *output_properties
kind: fence

Thanks for providing a testing feature.

@nvkelso
Copy link
Member

nvkelso commented Jul 6, 2018

Verified on dev.

@nvkelso nvkelso closed this as completed Jul 6, 2018
@ghost ghost removed the send to staging label Jul 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants