Changes between Initial Version and Version 3 of Ticket #10825


Ignore:
Timestamp:
2014-12-11T15:00:05+01:00 (11 years ago)
Author:
Klumbumbus
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10825

    • Property Milestone14.12
  • Ticket #10825 – Description

    initial v3  
    33{{{
    44#!rule
     5node:unconnected[barrier=entrance],
    56node:unconnected[entrance],
    67node:unconnected[traffic_calming],
     8node:unconnected[highway=passing_place],
    79node:unconnected[highway=mini_roundabout],
    810node:unconnected[highway=motorway_junction],
    911node:unconnected[highway=turning_loop],
    1012node:unconnected[highway=turning_circle],
     13node:unconnected[highway=traffic_signals],
    1114node:unconnected[highway=crossing],
    1215node:unconnected[crossing],
    13 node:unconnected[highway=traffic_signals] {
     16node:unconnected[railway=crossing],
     17node:unconnected[railway=level_crossing],
     18node:unconnected[railway=buffer_stop],
     19node:unconnected[noexit],
     20node:unconnected[waterway=dam],
     21node:unconnected[waterway=weir],
     22node:unconnected[waterway=waterfall],
     23node:unconnected[amenity=ferry_terminal],
     24node:unconnected[mountain_pass=yes] {
    1425  throwWarning: tr("{0} must be connected to a way", "{1.tag}");
    1526}