Changes between Version 1 and Version 2 of Rules/SlovakiaSpecificRules


Ignore:
Timestamp:
2022-07-22T23:31:40+02:00 (3 years ago)
Author:
Filip009
Comment:

correction of first upload

Legend:

Unmodified
Added
Removed
Modified
  • Rules/SlovakiaSpecificRules

    v1 v2  
     1{{{
     2#!rule
    13meta
    24{
    3   title: "Slovakia specific rules";
    4   version: "1_2022-03-27";
     5  title: "Tourism in Slovakia";
     6  version: "[[revision]]_[[date]]";
    57  description: "Rules implementing guideposts and route marker rules in Slovak Republic and some other common mistakes or forggetable things.";
    68  icon: "slovakia-flag-icon-64.png";
    79  author: "Filip009";
     10  link: "https://wiki.openstreetmap.org/wiki/WikiProject_Slovakia";
    811}
    912
    10 
    1113/*
    12 operator tag may not be empty?
     14* operator tag may not be empty?
    1315*/
    14 
    1516*[tourism=information][information=guidepost][!operator][inside("SK")]{
    1617throwWarning: tr("Please use operator tag on guidepost.");
    1718}
    1819
    19 
    2020/*
    21 name tag may not be empty?
     21* name tag may not be empty?
    2222*/
    23 
    2423*[tourism=information][information=guidepost][!name][!noname][inside("SK")]{
    2524throwWarning: tr("Please use name tag on guidepost. (If there is not name on guidepost, use noname=yes instead!)");
    2625}
    2726
    28 
    2927/*
    30 activity tag may not be empty?
     28* activity tag may not be empty?
    3129*/
    32 
    3330*[tourism=information][information=guidepost][!hiking][!bicycle][!ski][!horse][inside("SK")]{
    3431throwWarning: tr("Please use activity tag on guidepost.");
    3532}
    3633
    37 
    3834/*
    39 route_marker
    40 activity tag may not be empty?
     35* route_marker
     36* activity tag may not be empty?
    4137*/
    42 
    4338*[tourism=information][information=route_marker][!hiking][!bicycle][!ski][!horse][inside("SK")]{
    4439throwWarning: tr("Please use activity tag on route_marker.");
    4540}
    4641
    47 
    4842/*
    49 tracktype
     43* tracktype
    5044*/
    51 
    5245*[highway=track][!tracktype]{
    5346throwWarning: tr("Please use tracktype on track.");
    5447}
    5548
    56 
    5749/*
    58 bridge without layer
     50* bridge without layer
    5951*/
    60 
    6152*[bridge][!layer]{
    6253throwWarning: tr("Are you sure bridge is not crossing anything?");
     
    6455}
    6556
    66 
    6757/*
    68 tunnel without layer
     58* tunnel without layer
    6959*/
    70 
    7160*[bridge][!layer]{
    7261throwWarning: tr("Are you sure tunnel is not crossing anything?");
     
    7463}
    7564
    76 
    7765/*
    78 shelter without shelter_type
     66* shelter without shelter_type
    7967*/
    80 
    8168*[amenity=shelter][!shelter_type]{
    8269throwWarning: tr("Please use shelter_type on shelter.");
    8370}
    8471
    85 
    8672/*
    87 boundary has been changed
    88 (TODO vylepšiť, pracuje iba s keď je na way pridaný bod a je označená ako boundary)
     73* boundary has been changed
     74* TODO vylepšiť, pracuje iba s keď je na way pridaný bod a je označená ako boundary
    8975*/
    90 
    9176*[boundary]{
    9277throwWarning: tr("Are you sure you want to change that boundary?");
    9378}
     79}}}