Changes between Version 2 and Version 3 of Rules/FranceSpecificRules


Ignore:
Timestamp:
2019-05-02T21:48:27+02:00 (5 years ago)
Author:
frodrigo
Comment:

Make it support Osmose

Legend:

Unmodified
Added
Removed
Modified
  • Rules/FranceSpecificRules

    v2 v3  
    99    author: "PanierAvide";
    1010    link: "https://josm.openstreetmap.de/wiki/Rules/FranceSpecificRules";
    11     min-josm-version: "11424"; /* due to territory selectors */
     11    min-josm-version: "14481"; /* due to osmose attributs */
    1212    baselanguage: "fr";
    1313}
     
    2020    throwWarning: tr("Tag gauge manquant sur rail");
    2121    suggestAlternative: "gauge";
    22     assertMatch: "way railway=rail";
    23     assertNoMatch: "way railway=rail gauge=1435";
    24     assertNoMatch: "way railway=disused";
     22    -osmoseItemClassLevel: "2160/21600/3";
     23    -osmoseTags: list("tag", "railway");
     24
     25    -osmoseAssertMatchWithContext: list("way railway=rail", "inside=FR");
     26    -osmoseAssertNoMatchWithContext: list("way railway=rail gauge=1435", "inside=FR");
     27    -osmoseAssertNoMatchWithContext: list("way railway=disused", "inside=FR");
    2528}
    2629}}}