You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Context
Currently
areas.area_tags
andareas.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 keynatural
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.Actual Behavior
Currently circular way tagged with
natural=cliff
is not imported for tables withtype: linestring
.The text was updated successfully, but these errors were encountered: