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:
-rwxr-xr-xtools/python/local_ads/mwm_to_csv_4localads.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/python/local_ads/mwm_to_csv_4localads.py b/tools/python/local_ads/mwm_to_csv_4localads.py
index 3cba9a4447..3619f0a48c 100755
--- a/tools/python/local_ads/mwm_to_csv_4localads.py
+++ b/tools/python/local_ads/mwm_to_csv_4localads.py
@@ -25,7 +25,11 @@ HEADERS = {
}
QUEUES = {name: Queue() for name in HEADERS}
GOOD_TYPES = ("amenity", "shop", "tourism", "leisure", "sport",
- "craft", "man_made", "office", "historic")
+ "craft", "man_made", "office", "historic",
+ "aeroway", "natural-beach", "natural-peak", "natural-volcano",
+ "natural-spring", "natural-cave_entrance",
+ "waterway-waterfall", "place-island", "railway-station",
+ "railway-halt", "aerialway-station", "building-train_station")
SOURCE_TYPES = {'osm': 0, 'booking': 1}
# Big enough to never intersect with a feature id (there are below 3 mln usually).