Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2012-02-03 15:31:32 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:33:01 +0300
commit68ece84217fa2b94c28b13ea02186fdd15e9f4d5 (patch)
treec0cd1d35cde44727fbb862c7ef6edacad4f6d080 /indexer/feature_utils.cpp
parent51bf7b5d3ef10029f4947cdd918f9d1535fa0d31 (diff)
[search] High rank for Canada states.
Diffstat (limited to 'indexer/feature_utils.cpp')
-rw-r--r--indexer/feature_utils.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/indexer/feature_utils.cpp b/indexer/feature_utils.cpp
index 9440a41989..051bf2b33e 100644
--- a/indexer/feature_utils.cpp
+++ b/indexer/feature_utils.cpp
@@ -103,7 +103,10 @@ public:
m2::RectD(-151.0, 63.0, -148.0, 66.0),
// Hawaii
m2::RectD(-179.3665041396082529, 17.740790096801504205,
- -153.92127500280855656, 31.043358939740215874)
+ -153.92127500280855656, 31.043358939740215874),
+ // Canada
+ m2::RectD(-141.00315086636985029, 45.927730040557435132,
+ -48.663019303849921471, 162.92387487639103938)
};
bool isUSA = false;