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

Add support for tag values for areas #253

Open
zdila opened this issue Oct 21, 2020 · 0 comments
Open

Add support for tag values for areas #253

zdila opened this issue Oct 21, 2020 · 0 comments

Comments

@zdila
Copy link
Contributor

zdila commented Oct 21, 2020

Context

Currently areas.area_tags and areas.linear_tags contain only keys, not complete tags (key=value). I think adding support also for value would be very useful. Please consider for example key natural which is for some values area (water, scrub) and for other values line (cliff, valey).

Expected Behavior

Example definition could look like this. I only added support for natural=cliff to existing sample.

  area_tags:
    - building
    - landuse
    - leisure
    - natural
    - aeroway
  linear_tags:
    - highway
    - barrier
    - key: natural
      value: cliff

Actual Behavior

Currently circular way tagged with natural=cliff is not imported for tables with type: linestring.

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

No branches or pull requests

1 participant