Skip to content

Commit 5e56e26

Browse files
committed
2 parents 132ebf2 + 7b8679a commit 5e56e26

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
@@ -396,6 +396,9 @@ var PRESETS = map[string]QueryPreset{
396396
"palestine": QueryPreset{
397397
include: []string{"jerusalem", "gaza", "hebron", "jenin", "nablus", "ramallah", "rafah"},
398398
},
399+
"mauritania": QueryPreset{
400+
include: []string{"mauritania", "mauritanie", "nouakchott", "nouadhibou"},
401+
},
399402
}
400403

401404
func Preset(name string) QueryPreset {

0 commit comments

Comments
 (0)