Changes between Version 1 and Version 2 of Ticket #23126, comment 5
- Timestamp:
- 2024-02-08T18:04:42+01:00 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23126, comment 5
v1 v2 3 3 For very micro mapping I can also imagine marking pieces with different smoothness. 4 4 5 Besides, taking values directly from an area is much simpler although I have to agree that when an algorithm wants to use such details (even just to display them - directly available data would show too little), looking for data in contained highways is a small complication. On the other hand, making smoothness consistent for all highways crossing given area:highway requires effort too. Maybe marking the smoothness of `area:highway=footway` is better than recognising which `highway=footway` (The one with the longer length in the area? It is enough to recognise EW below.) is relevant when a EW foot way with good smoothness crosses a SN foot way with excellent smoothness.5 Besides, taking values directly from an area is much simpler although I have to agree that when an algorithm wants to use such details (even just to display them - directly available data would show too little), looking for data in contained highways is a small complication. On the other hand, making smoothness consistent for all highways crossing given area:highway requires effort too. Maybe tagging the smoothness of `area:highway=footway` is better than recognising which `highway=footway` (The one with the longer length in the area? It is enough to recognise EW below.) is relevant when a EW foot way with good smoothness crosses a SN foot way with excellent smoothness. 6 6 {{{ 7 7 | … … 18 18 }}} 19 19 (c is a corner, the rectangle is `area:highway=footway`, two lines are `highway=footway`) 20 (Before our data becomes perfect, we should cut the SN and markthe part at the crossing with `smoothness=good`, right? Do you have a better idea?)20 (Before our data becomes perfect, we should cut the SN and tag the part at the crossing with `smoothness=good`, right? Do you have a better idea?) 21 21 22 22 --- 23 23 24 As for `area:highway=steps` + `step_count=*`, my new https://www.openstreetmap.org/way/1204231251 is an example of an interesting case that was too unclear for me to mark. The whole `area:highway=steps` arguably has a given number of steps, but some paths have less. Actually, what is the area for `step_count=1`? For `step_count=2`, is there one step with two edges?24 As for `area:highway=steps` + `step_count=*`, my new https://www.openstreetmap.org/way/1204231251 is an example of an interesting case that was too unclear for me to tag. The whole `area:highway=steps` arguably has a given number of steps, but some paths have less. Actually, what is the area for `step_count=1`? For `step_count=2`, is there one step with two edges? 25 25 26 26 ---