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
path: root/data
diff options
context:
space:
mode:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-09-11 16:17:10 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:04:57 +0300
commit057f55fb515899ba39eb3334da0fc62232cf404d (patch)
tree3e9486684775c1a5ba857d9168e40e93725cd51e /data
parentad8154bac4539ef5921af1cc3f94af8f538c2a9f (diff)
Added city rank table
Diffstat (limited to 'data')
-rw-r--r--data/city_rank.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/data/city_rank.txt b/data/city_rank.txt
new file mode 100644
index 0000000000..51a933d3d4
--- /dev/null
+++ b/data/city_rank.txt
@@ -0,0 +1,21 @@
+z-10
+{
+-100000:0;
+100000-500000:0.1;
+500000-1500000:0.2;
+1500000-:0.3;
+}
+z11-16
+{
+-100000:0;
+100000-500000:0.1;
+500000-1500000:0.2;
+1500000-:0.3;
+}
+z17-
+{
+-100000:0;
+100000-500000:0.1;
+500000-1500000:0.2;
+1500000-:0.3;
+}