Ticket #5844: 5844.patch
| File 5844.patch, 1.4 KB (added by , 15 years ago) |
|---|
-
data/tagchecker.cfg
3 3 # Format: 4 4 # Each line specifies a certain error to be reported 5 5 # <data type> : messagetype : <key><expression><value> 6 # Lines starting with a # are considered as comments. 6 7 # 7 8 # Data type can be: 8 9 # node - a node point … … 17 18 # 18 19 # Key and value are expressions describing certain keys and values of these keys. 19 20 # Regulator expressions are supported. In this case the expressions starts and 20 # ends with // signs. If an 'i' is appended, the regular expression is21 # case insensitive. 21 # ends with a / sign. If an 'i' is appended, the regular expression is 22 # case insensitive. For instance, /foo|bar/i 22 23 # 23 24 # The * sign indicates any string. 24 25 # The texts BOOLEAN_TRUE and BOOLEAN_FALSE in the value part indicate a special … … 66 67 way : I : highway == footway && maxspeed == * # maxspeed used for footway 67 68 way : I : highway == steps && maxspeed == * # maxspeed used for footway 68 69 70 way : W : oneway != BOOLEAN_FALSE && /.*:(backward|forward)/ == * # oneway combined with *:backward/forward 71 69 72 * : W : layer == /\+.*/ # layer tag with + sign 70 73 71 74 * : I : name == /.*Strasse.*/i # street name contains ss
