[6548] | 1 | *[access][highway=proposed],
|
---|
[14918] | 2 | *[motor_vehicle?][!vehicle][!access][bicycle_road!=yes][highway =~ /^(motorway|motorway_link|trunk|trunk_link|primary|primary_link|secondary|secondary_link|tertiary|tertiary_link|unclassified|residential|service|living_street)$/],
|
---|
[6698] | 3 | *[bridge=no],
|
---|
[6788] | 4 | *[building=no],
|
---|
[6760] | 5 | *[elevation="0"],
|
---|
[6548] | 6 | *[layer="0"] {
|
---|
| 7 | /* see #9365 - Useless tag layer=0 */
|
---|
| 8 | throwWarning: tr("{0} is unnecessary", "{0.tag}");
|
---|
[11153] | 9 | group: tr("unnecessary tag");
|
---|
[6548] | 10 | fixRemove: "{0.key}";
|
---|
| 11 | assertMatch: "way layer=0";
|
---|
[6698] | 12 | assertMatch: "way bridge=no";
|
---|
[6548] | 13 | assertMatch: "way highway=proposed access=no";
|
---|
[14918] | 14 | assertMatch: "way highway=motorway motor_vehicle=yes";
|
---|
| 15 | assertNoMatch: "way highway=motorway access=no motor_vehicle=yes";
|
---|
[6548] | 16 | }
|
---|
| 17 |
|
---|
[6876] | 18 | area:closed[amenity ][area?][!highway],
|
---|
[6778] | 19 | area:closed[building][area?],
|
---|
[6929] | 20 | area:closed[landuse ][area?][!highway],
|
---|
[13302] | 21 | area:closed[leisure ][area?][!highway][leisure!=track][leisure!=slipway],
|
---|
[6778] | 22 | area:closed[natural ][area?],
|
---|
| 23 | area:closed[shop ][area?] {
|
---|
| 24 | throwWarning: tr("{0} is unnecessary for {1}", "{2.key}", "{1.key}");
|
---|
[11153] | 25 | group: tr("unnecessary tag");
|
---|
[6778] | 26 | fixRemove: "{2.key}";
|
---|
| 27 | }
|
---|
| 28 |
|
---|
[13377] | 29 | /* #14256, #15664 */
|
---|
| 30 | area:closed[highway=rest_area][area?],
|
---|
| 31 | area:closed[highway=services][area?],
|
---|
[11476] | 32 | area:closed[aeroway=aerodrome][area?],
|
---|
| 33 | area:closed[aeroway=helipad][area?] {
|
---|
| 34 | throwWarning: tr("{0} is unnecessary for {1}", "{2.key}", "{1.tag}");
|
---|
| 35 | group: tr("unnecessary tag");
|
---|
| 36 | fixRemove: "{2.key}";
|
---|
| 37 | }
|
---|
| 38 |
|
---|
[14904] | 39 | /* #9257, #17482 */
|
---|
[14942] | 40 | way[foot =~ /^(yes|designated)$/][highway =~ /^(footway|pedestrian)$/][!access],
|
---|
[14943] | 41 | way[bicycle =~ /^(yes|designated)$/][highway=cycleway][!vehicle][!access][foot!=designated],
|
---|
[14954] | 42 | *[gnis:Class="Populated Place"][place=city],
|
---|
| 43 | *[gnis:Class="Populated Place"][place=town],
|
---|
| 44 | *[gnis:Class="Populated Place"][place=village],
|
---|
| 45 | *[gnis:Class="Populated Place"][place=hamlet],
|
---|
[14953] | 46 | *[gnis:Class=Summit][natural=peak] {
|
---|
[14901] | 47 | throwWarning: tr("{0} is unnecessary for {1}", "{0.tag}", "{1.tag}");
|
---|
| 48 | group: tr("unnecessary tag");
|
---|
| 49 | fixRemove: "{0.key}";
|
---|
[14918] | 50 | assertMatch: "way highway=pedestrian foot=designated";
|
---|
| 51 | assertNoMatch: "way highway=pedestrian access=no foot=designated";
|
---|
[14963] | 52 | /* see #17555 assertNoMatch: "node gnis:Class="Populated Place" place=locality";*/
|
---|
[14901] | 53 | }
|
---|
| 54 |
|
---|
[6548] | 55 | *[emergency=permissive] {
|
---|
| 56 | /* see #9458 - emergency=permissive makes no sense */
|
---|
[14987] | 57 | throwWarning: tr("{0} makes no sense", "{0.tag}");
|
---|
[6548] | 58 | fixAdd: "emergency=yes";
|
---|
| 59 | assertMatch: "way emergency=permissive";
|
---|
| 60 | assertNoMatch: "way emergency=designated";
|
---|
| 61 | }
|
---|
[6629] | 62 |
|
---|
| 63 | /* see ticket #7639 -- Warn when a node has the same tags as its parent way. */
|
---|
| 64 | way >:sameTags node:tagged {
|
---|
| 65 | throwWarning: tr("Nodes duplicating parent way tags");
|
---|
[7258] | 66 | }
|
---|
[13075] | 67 |
|
---|
| 68 | /* #15477 */
|
---|
| 69 | *[payment:cash][payment:coins][payment:notes] {
|
---|
| 70 | throwWarning: tr("{0} together with {1} and {2}. Remove {0}.", "{0.key}", "{1.key}", "{2.key}");
|
---|
| 71 | group: tr("unnecessary tag");
|
---|
| 72 | fixRemove: "payment:cash";
|
---|
[13378] | 73 | }
|
---|
| 74 |
|
---|
| 75 | /* see #10346, #15667 */
|
---|
| 76 | way[waterway][oneway?] {
|
---|
| 77 | throwWarning: tr("{0} is unnecessary for {1}", "{1.key}", "{0.key}");
|
---|
| 78 | group: tr("unnecessary tag");
|
---|
| 79 | fixRemove: "{1.key}";
|
---|
| 80 | }
|
---|
| 81 | way[waterway][oneway=-1] {
|
---|
| 82 | throwWarning: tr("{0} is unnecessary for {1}. The flow direction is defined by the way direction.", "{1.key}", "{0.key}");
|
---|
| 83 | group: tr("unnecessary tag");
|
---|
[14593] | 84 | }
|
---|
| 85 |
|
---|
| 86 | /* #15774 */
|
---|
| 87 | node[emergency=fire_hydrant][fire_hydrant:count=1] {
|
---|
| 88 | throwWarning: tr("{0} is unnecessary for {1}", "{1.tag}", "{0.tag}");
|
---|
| 89 | group: tr("unnecessary tag");
|
---|
| 90 | fixRemove: "{1.key}";
|
---|
[14884] | 91 | }
|
---|
| 92 |
|
---|
[15044] | 93 | /* #17100, #17471, #17629, #17633 */
|
---|
| 94 | *[name][name=~/^(?i)(parc|park)$/][leisure=park],
|
---|
[15005] | 95 | *[name][name=~/^(?i)(pond)$/][water=pond],
|
---|
| 96 | *[name][name=~/^(?i)(chapel|chapelle|kapelle)$/][building=chapel],
|
---|
| 97 | *[name][name=~/^(?i)(church|église|biserica)$/][amenity=place_of_worship][religion=christian],
|
---|
| 98 | *[name][name=~/^(?i)(mosque|cami|masjid|مسجد)$/][amenity=place_of_worship][religion=muslim],
|
---|
[14885] | 99 | *[name][name=~/^(?i)(parking|parkplatz)$/][amenity=parking],
|
---|
[15005] | 100 | *[name][name=~/^(?i)(post office)$/][amenity=post_office],
|
---|
| 101 | *[name][name=~/^(?i)(restaurant)$/][amenity=restaurant],
|
---|
| 102 | *[name][name=~/^(?i)(toilets?)$/][amenity=toilets],
|
---|
[14885] | 103 | *[name][name=~/^(?i)(playground|spielplatz)$/][leisure=playground],
|
---|
[15005] | 104 | *[name][name=~/^(?i)(shop|boutique)$/][shop][shop!=no],
|
---|
| 105 | *[name][name=~/^(?i)(building|bangunan)$/][building][building!=no],
|
---|
| 106 | *[name][name=~/^(?i)(house|casa|maison|rumah|vivienda)$/][building=house],
|
---|
[14884] | 107 | *[name][name=~/^(?i)(kiosk)$/][shop=kiosk],
|
---|
[15005] | 108 | *[name][name=~/^(?i)(path)$/][highway=path],
|
---|
[14911] | 109 | *[name][name=~/^(?i)(jalan)$/][highway],
|
---|
| 110 | *[name][name=~/^(?i)(silo)$/][man_made=silo],
|
---|
| 111 | *[name][name=~/^(?i)(silo)$/][building=silo],
|
---|
[15005] | 112 | *[name][name=~/^(?i)(cemetery|cementerio|cimetière|cmentarz|friedhof)$/][amenity=grave_yard],
|
---|
| 113 | *[name][name=~/^(?i)(cemetery|cementerio|cimetière|cmentarz|friedhof)$/][landuse=cemetery],
|
---|
| 114 | *[name][name=~/^(?i)(mairie|rathaus)$/][amenity=townhall],
|
---|
| 115 | *[name][name=~/^(?i)(monument aux morts|war memorial)$/][historic=memorial][memorial=war_memorial],
|
---|
[15044] | 116 | *[name][name=~/^(?i)(school|école|Школа)$/][building=school],
|
---|
[15005] | 117 | *[name][name=~/^(?i)(school|école|Школа)$/][amenity=school],
|
---|
| 118 | *[name][name=~/^(?i)(école élémentaire)$/][amenity=school]["school:FR"="élémentaire"],
|
---|
| 119 | *[name][name=~/^(?i)(école maternelle)$/][amenity=school]["school:FR"="maternelle"],
|
---|
| 120 | *[name][name=~/^(?i)(école primaire)$/][amenity=school]["school:FR"="primaire"],
|
---|
| 121 | *[name][name=~/^(?i)(collège)$/][amenity=school]["school:FR"="collège"],
|
---|
| 122 | *[name][name=~/^(?i)(lycée)$/][amenity=school]["school:FR"="lycée"],
|
---|
| 123 | *[name][name=~/^(?i)(Аптека|farmacia|pharmacy|pharmacie)$/][amenity=pharmacy],
|
---|
[15255] | 124 | *[name][name=~/^(?i)(hydrant)$/][emergency=fire_hydrant],
|
---|
[15005] | 125 | *[name][name=~/^(?i)(АГЗС|АЗС)$/][amenity=fuel] {
|
---|
[14884] | 126 | throwWarning: tr("{0}", "{0.tag}");
|
---|
| 127 | group: tr("descriptive name");
|
---|
| 128 | fixRemove: "name";
|
---|
| 129 | assertMatch: "node name=parking amenity=parking";
|
---|
| 130 | assertMatch: "node name=Parking amenity=parking";
|
---|
| 131 | assertNoMatch: "node name=Parking_with_suffix amenity=parking";
|
---|
| 132 | assertNoMatch: "node name=Megaparking amenity=parking";
|
---|
| 133 | assertMatch: "relation name=parking amenity=parking type=multipolygon";
|
---|
| 134 | assertMatch: "relation name=Parking amenity=parking type=multipolygon";
|
---|
| 135 | assertNoMatch: "way name=parking";
|
---|
| 136 | assertMatch: "relation name=PLAYGROUND leisure=playground type=multipolygon";
|
---|
| 137 | assertMatch: "node name=PLaYGrOUNd leisure=playground";
|
---|
| 138 | assertMatch: "node name=shop shop=whatever";
|
---|
| 139 | assertNoMatch: "node name=shop shop=no";
|
---|
| 140 | assertNoMatch: "way name=shop leisure=playground";
|
---|
| 141 | assertMatch: "way name=building building=yes";
|
---|
[14911] | 142 | assertMatch: "way name=building building=house";
|
---|
| 143 | assertMatch: "way name=Rumah building=house";
|
---|
| 144 | assertNoMatch: "way name=Rumah building=yes";
|
---|
| 145 | assertMatch: "way name=house building=house";
|
---|
| 146 | assertNoMatch: "way name=house building=yes";
|
---|
[14884] | 147 | assertMatch: "way name=kiosk building=yes shop=kiosk";
|
---|
| 148 | assertNoMatch: "way name=kiosk building=yes";
|
---|
[14911] | 149 | assertMatch: "way name=silo man_made=silo";
|
---|
| 150 | assertMatch: "way name=Silo man_made=silo building=silo";
|
---|
| 151 | assertMatch: "way name=Silo building=silo";
|
---|
[15005] | 152 | assertMatch: "way name=cemetery amenity=grave_yard";
|
---|
| 153 | assertMatch: "way name=Cmentarz amenity=grave_yard";
|
---|
| 154 | assertNoMatch: "way name=kiosk amenity=grave_yard";
|
---|
[15044] | 155 | }
|
---|
[15061] | 156 | *[name][name=~/^(?i)(school|école|Школа)$/][building][building!=school][building!=no],
|
---|
[15005] | 157 | *[name][name=~/^(?i)(house|casa|rumah|vivienda)$/][building][building!=house][building!=no] {
|
---|
[14911] | 158 | throwWarning: tr("{0}", "{0.tag}");
|
---|
| 159 | group: tr("descriptive name");
|
---|
| 160 | /* without fixRemove to avoid possible information loss */
|
---|
| 161 | assertNoMatch: "way name=building building=yes";
|
---|
| 162 | assertNoMatch: "way name=building building=house";
|
---|
| 163 | assertNoMatch: "way name=Rumah building=house";
|
---|
| 164 | assertMatch: "way name=Rumah building=yes";
|
---|
| 165 | assertNoMatch: "way name=house building=house";
|
---|
| 166 | assertMatch: "way name=house building=yes";
|
---|
[15044] | 167 | }
|
---|