Changes between Version 88 and Version 89 of Rules/FranceSpecificRules


Ignore:
Timestamp:
2023-07-03T13:24:27+02:00 (3 years ago)
Author:
frodrigo
Comment:

Avoid duplicate classes

Legend:

Unmodified
Added
Removed
Modified
  • Rules/FranceSpecificRules

    v88 v89  
    7373*["ref:FR:gdo"]["ref:FR:gdo"!~/[0-9AB]{5}[A-Z]{1,3}[0-9]{4}|[0-9AB]{5}EEM[0-9]{2}/][inside("FR")] {
    7474    throwWarning: tr("{0} is invalid", "{0.tag}");
    75     -osmoseItemClassLevel: "3040/30401/3";
     75    -osmoseItemClassLevel: "3040/30406/3";
    7676    -osmoseTags: list("ref", "infrastructure", "power");
    7777}
     
    106106*["ref:FR:Orange"]["ref:FR:Orange"!~/PT[1-9]{1}[0-9]*/][inside("FR")] {
    107107    throwWarning: tr("{0} is invalid. Should look like PT123 without leading zeros", "{0.tag}");
    108     -osmoseItemClassLevel: "3040/30401/3";
     108    -osmoseItemClassLevel: "3040/30407/3";
    109109    -osmoseTags: list("ref", "infrastructure", "telecom");
    110110}
    111111*["ref:FR:Orange:NRO"]["ref:FR:Orange:NRO"!~/[0-9]{5}[A-Z0-9]{3}/][inside("FR")] {
    112112    throwWarning: tr("{0} is invalid. Should look like 12345ABC", "{0.tag}");
    113     -osmoseItemClassLevel: "3040/30401/3";
     113    -osmoseItemClassLevel: "3040/30408/3";
    114114    -osmoseTags: list("ref", "infrastructure", "telecom");
    115115}
    116116*["ref:FR:PTT"]["ref:FR:PTT"!~/[A-Z0-9]{3}/][inside("FR")] {
    117117    throwWarning: tr("{0} is invalid. Should look like ABC", "{0.tag}");
    118     -osmoseItemClassLevel: "3040/30401/3";
     118    -osmoseItemClassLevel: "3040/30409/3";
    119119    -osmoseTags: list("ref", "infrastructure", "telecom");
    120120}
    121121*["ref:FR:PTT:NRA"]["ref:FR:PTT:NRA"!~/[0-9]{5}[A-Z0-9]{3}/][inside("FR")] {
    122122    throwWarning: tr("{0} is invalid. Should look like 12345ABC", "{0.tag}");
    123     -osmoseItemClassLevel: "3040/30401/3";
     123    -osmoseItemClassLevel: "3040/30410/3";
    124124    -osmoseTags: list("ref", "infrastructure", "telecom");
    125125}