- Timestamp:
- 2015-02-17T22:46:40+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r8077 r8080 109 109 } 110 110 111 /* {0.tag} without {1.key} */111 /* {0.tag} without {1.key} (warning level) */ 112 112 *[tourism=information][!information], 113 113 *[aeroway=terminal][!building], … … 115 115 *[amenity=place_of_worship][!religion] { 116 116 throwWarning: tr("{0} without {1}", "{0.tag}", "{1.key}"); 117 } 118 119 /* {0.tag} without {1.key} (info level) */ 120 *[amenity=parking ][!parking], 121 *[amenity=parking_entrance ][!parking] { 122 throwOther: tr("{0} without {1}", "{0.tag}", "{1.key}"); 117 123 } 118 124
Note:
See TracChangeset
for help on using the changeset viewer.