Changeset 14998 in josm for trunk/data/validator
- Timestamp:
- 2019-04-18T21:52:34+02:00 (7 years ago)
- Location:
- trunk/data/validator
- Files:
-
- 2 edited
-
combinations.mapcss (modified) (1 diff)
-
territories.mapcss (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r14987 r14998 267 267 } 268 268 269 /* {0.key} together with {1.key} (info level)*/269 /* {0.key} together with {1.key}, #17604 */ 270 270 *[addr:street][addr:place] { 271 throw Other: tr("{0} together with {1}", "{0.key}", "{1.key}");271 throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}"); 272 272 group: tr("suspicious tag combination"); 273 273 } -
trunk/data/validator/territories.mapcss
r14552 r14998 23 23 assertNoMatch: "way name=Hauptstrasse"; 24 24 } 25 26 /* #17484 */ 27 relation[type=associatedStreet][inside("DE")] { 28 throwWarning: tr("{0} is deprecated in {1}", "{0.tag}", "Deutschland"); 29 suggestAlternative: "addr:street"; 30 group: tr("deprecated tagging"); 31 }
Note:
See TracChangeset
for help on using the changeset viewer.
