Changes between Initial Version and Version 3 of Ticket #10825
- Timestamp:
- 2014-12-11T15:00:05+01:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10825
- Property Milestone → 14.12
-
Ticket #10825 – Description
initial v3 3 3 {{{ 4 4 #!rule 5 node:unconnected[barrier=entrance], 5 6 node:unconnected[entrance], 6 7 node:unconnected[traffic_calming], 8 node:unconnected[highway=passing_place], 7 9 node:unconnected[highway=mini_roundabout], 8 10 node:unconnected[highway=motorway_junction], 9 11 node:unconnected[highway=turning_loop], 10 12 node:unconnected[highway=turning_circle], 13 node:unconnected[highway=traffic_signals], 11 14 node:unconnected[highway=crossing], 12 15 node:unconnected[crossing], 13 node:unconnected[highway=traffic_signals] { 16 node:unconnected[railway=crossing], 17 node:unconnected[railway=level_crossing], 18 node:unconnected[railway=buffer_stop], 19 node:unconnected[noexit], 20 node:unconnected[waterway=dam], 21 node:unconnected[waterway=weir], 22 node:unconnected[waterway=waterfall], 23 node:unconnected[amenity=ferry_terminal], 24 node:unconnected[mountain_pass=yes] { 14 25 throwWarning: tr("{0} must be connected to a way", "{1.tag}"); 15 26 }


