Changes between Initial Version and Version 1 of Rules/FranceSpecificRules


Ignore:
Timestamp:
2019-05-01T19:47:05+02:00 (7 years ago)
Author:
PanierAvide
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Rules/FranceSpecificRules

    v1 v1  
     1= France specific rules =
     2
     3{{{
     4#!rule
     5meta {
     6    title: "France specific rules";
     7    version: "1.[[revision]]_[[date]]";
     8    description: "Rules, which are limited to France only.";
     9    author: "PanierAvide";
     10    link: "https://josm.openstreetmap.de/wiki/Rules/FranceSpecificRules";
     11    min-josm-version: "11424"; /* due to territory selectors */
     12    baselanguage: "fr";
     13}
     14meta[lang=fr] {
     15    title: "Règles pour la France";
     16    description: "Règles de validation spécifiques à la France";
     17}
     18
     19way[railway=rail][!gauge][inside("FR")] {
     20    throwWarning: tr("Missing gauge tag on rail (value is 1435 if linked to main railway network)");
     21    assertMatch: "way railway=rail";
     22    assertNoMatch: "way railway=rail gauge=1435";
     23    assertNoMatch: "way railway=disused";
     24}
     25}}}