source: josm/trunk/data/validator/territories.mapcss@ 11328

Last change on this file since 11328 was 11259, checked in by Don-vip, 7 years ago

see #10387 - see #12914 - add debug info for failing unit test, remove operator=RFF check as the tag does not exist anymore

File size: 282 bytes
Line 
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}
Note: See TracBrowser for help on using the repository browser.