Skip to content

Commit 84ac700

Browse files
committed
2 parents 34c88f9 + a8e4ce6 commit 84ac700

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

presets.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,9 @@ var PRESETS = map[string]QueryPreset{
430430
"qatar": QueryPreset{
431431
include: []string{"Qatar", "Doha"},
432432
},
433+
"the bahamas": QueryPreset{
434+
include: []string{"Bahamas", "Abaco", "Acklins", "Andros", "Berry+Islands", "Bimini", "Cat+Island", "Crooked+Island", "Eleuthera", "Exuma", "Grand+Bahama", "Inagua", "Long+Island", "Mayaguana", "New+Providence", "Nassau", "Ragged+Island", "Rum+Cay", "San+Salvador"},
435+
},
433436
}
434437

435438
func Preset(name string) QueryPreset {

0 commit comments

Comments
 (0)