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/tools
diff options
context:
space:
mode:
authorMaxim Pimenov <m@maps.me>2019-05-29 21:00:59 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2019-05-30 13:45:16 +0300
commit6187c6182e8881c1729dba07b18ff34995aa2081 (patch)
treeb44d0d21e8f63c9272fec64f4349be91fe12ebad /tools
parent68cb47979ed8e32d1ac6b48b0e0030242b985b7d (diff)
[data] [storage] [generator] Removed the Vatican City mwm.
This commit removes "data/borders/Vatican City.poly" which means that we won't generate the "Vatican City.mwm" anymore. This mwm wasn't present in countries.txt and wasn't downloadable via the app. The city itself is included in Italy_Lazio.mwm, so the deleted mwm file was redundant anyway. Several tests against this situation are added.
Diffstat (limited to 'tools')
-rw-r--r--tools/download_statistics/calc_download_stats.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/download_statistics/calc_download_stats.sql b/tools/download_statistics/calc_download_stats.sql
index 901fa2a676..5f6e48ba73 100644
--- a/tools/download_statistics/calc_download_stats.sql
+++ b/tools/download_statistics/calc_download_stats.sql
@@ -21,7 +21,6 @@ update downloads set country_from='Micronesia' where country_f
update downloads set country_from='United States Virgin Islands' where country_from='U.S. Virgin Islands';
update downloads set country_from='Congo-Kinshasa' where country_from='Congo';
update downloads set country_from='Congo-Brazzaville' where country_from='Republic of the Congo';
-update downloads set country_from='Italy' where country_from='Vatican City';
update downloads set country_from='Saint Martin' where country_from='Sint Maarten';
update downloads set country_from='Netherlands Antilles' where country_from='Bonaire';