Changes between Version 1 and Version 2 of Rules/SlovakiaSpecificRules
- Timestamp:
- 2022-07-22T23:31:40+02:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rules/SlovakiaSpecificRules
v1 v2 1 {{{ 2 #!rule 1 3 meta 2 4 { 3 title: "Slovakia specific rules";4 version: " 1_2022-03-27";5 title: "Tourism in Slovakia"; 6 version: "[[revision]]_[[date]]"; 5 7 description: "Rules implementing guideposts and route marker rules in Slovak Republic and some other common mistakes or forggetable things."; 6 8 icon: "slovakia-flag-icon-64.png"; 7 9 author: "Filip009"; 10 link: "https://wiki.openstreetmap.org/wiki/WikiProject_Slovakia"; 8 11 } 9 12 10 11 13 /* 12 operator tag may not be empty? 14 * operator tag may not be empty? 13 15 */ 14 15 16 *[tourism=information][information=guidepost][!operator][inside("SK")]{ 16 17 throwWarning: tr("Please use operator tag on guidepost."); 17 18 } 18 19 19 20 20 /* 21 name tag may not be empty? 21 * name tag may not be empty? 22 22 */ 23 24 23 *[tourism=information][information=guidepost][!name][!noname][inside("SK")]{ 25 24 throwWarning: tr("Please use name tag on guidepost. (If there is not name on guidepost, use noname=yes instead!)"); 26 25 } 27 26 28 29 27 /* 30 activity tag may not be empty? 28 * activity tag may not be empty? 31 29 */ 32 33 30 *[tourism=information][information=guidepost][!hiking][!bicycle][!ski][!horse][inside("SK")]{ 34 31 throwWarning: tr("Please use activity tag on guidepost."); 35 32 } 36 33 37 38 34 /* 39 route_marker 40 activity tag may not be empty? 35 * route_marker 36 * activity tag may not be empty? 41 37 */ 42 43 38 *[tourism=information][information=route_marker][!hiking][!bicycle][!ski][!horse][inside("SK")]{ 44 39 throwWarning: tr("Please use activity tag on route_marker."); 45 40 } 46 41 47 48 42 /* 49 tracktype 43 * tracktype 50 44 */ 51 52 45 *[highway=track][!tracktype]{ 53 46 throwWarning: tr("Please use tracktype on track."); 54 47 } 55 48 56 57 49 /* 58 bridge without layer 50 * bridge without layer 59 51 */ 60 61 52 *[bridge][!layer]{ 62 53 throwWarning: tr("Are you sure bridge is not crossing anything?"); … … 64 55 } 65 56 66 67 57 /* 68 tunnel without layer 58 * tunnel without layer 69 59 */ 70 71 60 *[bridge][!layer]{ 72 61 throwWarning: tr("Are you sure tunnel is not crossing anything?"); … … 74 63 } 75 64 76 77 65 /* 78 shelter without shelter_type 66 * shelter without shelter_type 79 67 */ 80 81 68 *[amenity=shelter][!shelter_type]{ 82 69 throwWarning: tr("Please use shelter_type on shelter."); 83 70 } 84 71 85 86 72 /* 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 89 75 */ 90 91 76 *[boundary]{ 92 77 throwWarning: tr("Are you sure you want to change that boundary?"); 93 78 } 79 }}}
