Modify ↓
Opened 7 years ago
Last modified 5 years ago
#16029 new enhancement
Warn about keys representing quantities when splitting a way
Reported by: | Zverikk | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | parking, warning, split | Cc: |
Description
Some parking lanes have been mapped with capacity specified, in tags "parking:lane:<left/right/both>:capacity[:disabled]". When splitting such way, the capacity tag is duplicated on each part of the way.
Could you please make a warning after splitting a non-closed way with parking lane capacity specified?
Attachments (0)
Change History (3)
comment:1 by , 5 years ago
Keywords: | split added |
---|
comment:2 by , 5 years ago
Summary: | Warn about parking:lane:capacity when splitting a road → Warn about keys representing quanitities when splitting a way |
---|
comment:3 by , 5 years ago
Summary: | Warn about keys representing quanitities when splitting a way → Warn about keys representing quantities when splitting a way |
---|
Note:
See TracTickets
for help on using tickets.
In general, we need a warning when modifying the geometry of an object with keys defining a quantity, like
*capacity*
,*quantity*
,*duration*
,*volume*
distance
and some more specific ones likestep_count
. The tag conflict management (combining ways/merge nodes) already handles some of these tags.Split way should also warn with these keys.
Some examples:
highway=*
+parking:lane:right=parallel
+parking:lane:right:capacity=10
highway=steps
+step_count=12
route=ferry
+duration=10:00
amenity=restaurant
+capacity=50
Not sure how to proper handle relations with these keys, like multipolygon instead of closed way and splitting a route to make a superroute.