Changeset 13401 in josm for trunk/data/validator
- Timestamp:
- 2018-02-10T13:49:11+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r13291 r13401 203 203 } 204 204 205 /* {0.tag} together with {1.key}, see #10837, #14034 */205 /* {0.tag} together with {1.key}, see #10837, #14034, #9389, #11977, #13156 */ 206 206 *[amenity=vending_machine][shop], 207 *[noname?][name] { 208 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.key}"); 209 group: tr("suspicious tag combination"); 210 } 211 212 /* {0.tag} together with {1.key}, see #9389, #11977, #13156 */ 207 *[noname?][name], 213 208 way[oneway=yes][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath], 214 209 way[oneway=yes][/:forward/][!traffic_sign:forward][bicycle:forward!=use_sidepath], … … 228 223 way[highway=footway][bicycle=designated] { 229 224 throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}"); 225 group: tr("suspicious tag combination"); 226 } 227 228 /* {0.key} together with {1.key} (info level) */ 229 *[addr:street][addr:place] { 230 throwOther: tr("{0} together with {1}", "{0.key}", "{1.key}"); 230 231 group: tr("suspicious tag combination"); 231 232 }
Note:
See TracChangeset
for help on using the changeset viewer.