From 7077a6ea3961accf311b3841af4c8a8987874232 Mon Sep 17 00:00:00 2001 From: Ilya Zverev Date: Thu, 15 Feb 2018 17:22:25 +0300 Subject: [localads] Add more types to localads --- tools/python/local_ads/mwm_to_csv_4localads.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tools') 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). -- cgit v1.2.3