Changeset 16093 in josm
- Timestamp:
- 2020-03-08T20:50:55+01:00 (5 years ago)
- Location:
- trunk/resources/data/validator
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/combinations.mapcss
r15765 r16093 112 112 *[parking ][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking)$/][parking!=yes][parking!=no], 113 113 way[cutline ][man_made!=cutline], 114 *[ref:FR:ARCEP ][telecom!=connection_point],115 *[ref:FR:ARCEP ][telecom:medium!=fibre],116 *[ref:FR:Orange ][telecom:medium!=fibre],117 *[ref:FR:SFR ][telecom:medium!=fibre],118 *[ref:FR:PTT ][telecom:medium!=copper],119 114 *[bunker_type ][military!=bunker] { 120 115 throwWarning: tr("{0} without {1}", "{0.key}", "{1.tag}"); -
trunk/resources/data/validator/territories.mapcss
r15359 r16093 1 /* see ticket #12914 -- Discourage contributors to use operator=ERDF in France. */2 *[operator=ERDF][inside("FR")] {3 throwWarning: tr("{0} is deprecated", "{0.tag}");4 suggestAlternative: "operator=Enedis";5 group: tr("deprecated tagging");6 fixAdd: "operator=Enedis";7 }8 9 1 /* #13932, #15283 */ 10 2 *[addr:street =~ /(?i).*Strasse.*/][addr:street !~ /(?i).*Strasser.*/][inside("DE,AT")],
Note:
See TracChangeset
for help on using the changeset viewer.