Skip to content

Commit 0d4a744

Browse files
authored
Add Oman 🇴🇲
I've included Oman and it's 11 Governorates
1 parent 32519d0 commit 0d4a744

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

presets.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ var PRESETS = map[string]QueryPreset{
99
"austria": QueryPreset{
1010
include: []string{"austria", "österreich", "vienna", "wien", "linz", "salzburg", "graz", "innsbruck", "klagenfurt", "wels", "dornbirn"},
1111
},
12+
"oman": QueryPreset{
13+
include: []string{"oman", "ad+dakhiliyah", "ad+dhahirah", "batinah+north", "batinah+south", "al+buraymi", "al+wusta", "ash+sharqiyah+north", "ash+sharqiyah+south", "dhofar", "muscat" , "musandam"},
14+
15+
},
1216
"finland": QueryPreset{
1317
include: []string{"finland", "suomi", "helsinki", "tampere", "oulu", "espoo", "vantaa", "turku", "rovaniemi", "jyväskylä", "lahti", "kuopio", "pori", "lappeenranta", "vaasa"},
1418
},
@@ -319,7 +323,10 @@ var PRESETS = map[string]QueryPreset{
319323
},
320324
"uae": QueryPreset{
321325
include: []string{"uae", "emirates", "dubai", "abu+dhabi", "sharjah", "al+ain", "ajman"},
326+
322327
},
328+
329+
323330
"honduras": QueryPreset{
324331
include: []string{"honduras", "tegucigalpa", "san+pedro+sula", "choloma", "la+ceiba", "el+progreso", "choluteca", "comayagua"},
325332
},

0 commit comments

Comments
 (0)