Skip to content

Commit 38e470a

Browse files
committed
2 parents 21e0462 + 89d73a1 commit 38e470a

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
@@ -393,6 +393,9 @@ var PRESETS = map[string]QueryPreset{
393393
"macedonia": QueryPreset{
394394
include: []string{"macedonia", "fyrom", "north+macedonia", "mk", "mkd", "ohd", "skp", "skopje", "bitola", "kumanovo", "prilep", "tetovo", "veles", "shtip", "ohrid", "gostivar", "strumica"},
395395
},
396+
"palestine": QueryPreset{
397+
include: []string{"jerusalem", "gaza", "hebron", "jenin", "nablus", "ramallah", "rafah"},
398+
},
396399
}
397400

398401
func Preset(name string) QueryPreset {

0 commit comments

Comments
 (0)