|
Last change
on this file since 11256 was 11247, checked in by Don-vip, 9 years ago |
|
see #9400 - see #10387 - see #12914 - initial implementation of boundaries file, replacing left-right-hand-traffic.osm, discourage contributors to use operator=RFF and operator=ERDF in France (territories rules must be manually eabled on existing installations)
|
|
File size:
510 bytes
|
| Line | |
|---|
| 1 | /* see ticket #12914 -- Discourage contributors to use operator=RFF and operator=ERDF in France. */
|
|---|
| 2 | *[operator=RFF][inside("FX")] {
|
|---|
| 3 | throwWarning: tr("{0} is deprecated", "{0.tag}");
|
|---|
| 4 | suggestAlternative: "operator=SNCF Réseau";
|
|---|
| 5 | group: tr("deprecated tagging");
|
|---|
| 6 | fixAdd: "operator=SNCF Réseau";
|
|---|
| 7 | }
|
|---|
| 8 |
|
|---|
| 9 | *[operator=ERDF][inside("FR")] {
|
|---|
| 10 | throwWarning: tr("{0} is deprecated", "{0.tag}");
|
|---|
| 11 | suggestAlternative: "operator=Enedis";
|
|---|
| 12 | group: tr("deprecated tagging");
|
|---|
| 13 | fixAdd: "operator=Enedis";
|
|---|
| 14 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.