Changes between Initial Version and Version 2 of Ticket #17379
- Timestamp:
- 2019-02-24T21:10:18+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17379
- Property Keywords amenity leisure sauna footway sidewalk added
- Property Milestone → 19.02
-
Ticket #17379 – Description
initial v2 9 9 see also iD-Editor: https://github.com/openstreetmap/iD/blob/master/data/deprecated.json 10 10 11 ... 12 52 "old": {"amenity": "sauna"}, 13 53 "replace": {"leisure": "sauna"} 14 ... 15 128 "old": {"footway": "both"}, 16 "replace": {"sidewalk": "both"} 11 {{{ 12 #!json 13 "old": {"amenity": "sauna"}, 14 "replace": {"leisure": "sauna"}, 15 16 "old": {"footway": "both"}, 17 "replace": {"sidewalk": "both"}, 18 17 19 "old": {"footway": "left"}, 18 "replace": {"sidewalk": "left"} 20 "replace": {"sidewalk": "left"}, 21 19 22 "old": {"footway": "no"}, 20 "replace": {"sidewalk": "no"} 23 "replace": {"sidewalk": "no"}, 24 21 25 "old": {"footway": "none"}, 22 "replace": {"sidewalk": "no"} 26 "replace": {"sidewalk": "no"}, 27 23 28 "old": {"footway": "right"}, 24 "replace": {"sidewalk": "right"} 29 "replace": {"sidewalk": "right"}, 30 25 31 "old": {"footway": "separate"}, 26 149"replace": {"sidewalk": "separate"}27 ... 32 "replace": {"sidewalk": "separate"} 33 }}} 28 34


