Skip to content

Commit fffa81e

Browse files
committed
expand * in terms, sort and add terms
see #648 (comment)
1 parent 62cf5af commit fffa81e

File tree

23 files changed

+102
-74
lines changed

23 files changed

+102
-74
lines changed

data/presets/amenity/doctors.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"area"
2424
],
2525
"terms": [
26-
"medic*",
26+
"medic",
27+
"medical doctor",
2728
"physician"
2829
],
2930
"tags": {

data/presets/amenity/hunting_stand.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@
1212
"terms": [
1313
"game",
1414
"gun",
15+
"hide",
1516
"lookout",
17+
"raised blind",
18+
"raised hide",
1619
"rifle",
17-
"shoot*",
18-
"wild",
19-
"watch"
20+
"shoot",
21+
"stance",
22+
"stand",
23+
"watch",
24+
"wild"
2025
],
2126
"tags": {
2227
"amenity": "hunting_stand"

data/presets/amenity/nightclub.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@
3030
"amenity": "nightclub"
3131
},
3232
"terms": [
33-
"disco*",
34-
"night club",
33+
"club",
34+
"dance club",
3535
"dancing",
36-
"dance club"
36+
"disco",
37+
"discotheque",
38+
"night club"
3739
],
3840
"name": "Nightclub"
3941
}

data/presets/amenity/pharmacy.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@
3939
},
4040
"terms": [
4141
"apothecary",
42+
"chemist",
43+
"dispensary",
4244
"drug store",
4345
"drugstore",
44-
"med*",
46+
"medicine",
4547
"prescription"
4648
],
4749
"name": "Pharmacy Counter"

data/presets/craft/hvac.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"area"
66
],
77
"terms": [
8-
"heat*",
9-
"vent*",
10-
"air conditioning"
8+
"air conditioning",
9+
"heating",
10+
"ventilation"
1111
],
1212
"tags": {
1313
"craft": "hvac"

data/presets/emergency/first_aid_kit.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
"terms": [
1616
"bandage",
1717
"first aid",
18-
"med",
1918
"med kit",
20-
"medic*",
2119
"medkit"
2220
],
2321
"tags": {

data/presets/highway/raceway.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@
2222
"sport": "motor"
2323
},
2424
"terms": [
25-
"auto*",
2625
"formula one",
2726
"kart",
2827
"motocross",
2928
"nascar",
30-
"race*",
29+
"raceway",
3130
"track"
3231
],
3332
"name": "Motorsport Racetrack"

data/presets/landuse/military/airfield.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"fight",
3434
"force",
3535
"guard",
36-
"heli*",
36+
"helicopter",
37+
"helipad",
3738
"jet",
3839
"marine",
3940
"navy",

data/presets/landuse/military/danger_area.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@
2121
"base",
2222
"blast",
2323
"bomb",
24-
"explo*",
24+
"explosion",
25+
"explosive",
2526
"force",
2627
"guard",
27-
"mine",
2828
"marine",
29+
"mine",
2930
"navy",
3031
"troop",
3132
"war"

data/presets/landuse/military/range.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"marine",
2727
"navy",
2828
"rifle",
29-
"shoot*",
30-
"snip*",
29+
"shooting",
30+
"sniper",
3131
"train",
3232
"troop",
3333
"war"

0 commit comments

Comments
 (0)