Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkulz committed Aug 1, 2022
2 parents cdb1ac1 + c8bf9d0 commit e08b4dd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions presets.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,11 @@ var PRESETS = map[string]QueryPreset{
"iran": QueryPreset{
include: []string{"iran", "tehran", "mashhad", "isfahan", "esfahan", "karaj", "shiraz", "tabriz", "qom", "ahvaz", "ahwaz", "kermanshah", "urmia", "rasht", "kerman"},
},
"congo": QueryPreset{
include: []string{"congo", "drc", "kinshasa", "lubumbashi", "bukavu", "kananga", "goma"},
"congo kinshasa": QueryPreset{
include: []string{"congo+kinshasa","drc", "cod", "kinshasa", "lubumbashi", "bukavu", "kananga", "goma", "mbuji+mayi", "likasi", "kolwezi","kalemie","uvira","matadi","moba","kamina","kabalo","fungurume"},
},
"congo brazzaville": QueryPreset{
include: []string{"congo+brazza", "cog", "brazzaville", "djambala", "pointe+noire", "sibiti", "owando", "madingou", "loango", "kinkala", "impfondo", "dolisie"},
},
"turkey": QueryPreset{
include: []string{"turkey", "turkiye", "istanbul", "ankara", "izmir", "bursa", "adana", "gaziantep", "konya", "antalya", "kayseri", "mersin", "eskisehir", "samsun", "denizli", "malatya"},
Expand Down

0 comments on commit e08b4dd

Please sign in to comment.