Changeset 4295 in josm for trunk/data
- Timestamp:
- 2011-08-08T00:13:13+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/tagchecker.cfg
r3724 r4295 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: … … 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. … … 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
Note:
See TracChangeset
for help on using the changeset viewer.