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:
authortatiana-yan <tatiana.kondakova@gmail.com>2018-11-19 13:43:08 +0300
committerMaksim Andrianov <maksimandrianov1@gmail.com>2018-11-23 14:02:27 +0300
commita51d4bb71d2c5b0404189c5546766bbd8275f5b9 (patch)
tree8d003b2b940f17980f95d90414de6f3f51d2a8a4 /tools
parent7cd27d26171073cc20482ae0f5fbf695b985fdb4 (diff)
[generator] Enable adding popular places to World.mwm
Diffstat (limited to 'tools')
-rwxr-xr-xtools/unix/generate_planet.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/unix/generate_planet.sh b/tools/unix/generate_planet.sh
index d1c00f5f37..76208ab7d6 100755
--- a/tools/unix/generate_planet.sh
+++ b/tools/unix/generate_planet.sh
@@ -466,8 +466,7 @@ if [ "$MODE" == "features" ]; then
[ -f "$BOOKING_FILE" ] && PARAMS_SPLIT="$PARAMS_SPLIT --booking_data=$BOOKING_FILE"
[ -f "$OPENTABLE_FILE" ] && PARAMS_SPLIT="$PARAMS_SPLIT --opentable_data=$OPENTABLE_FILE"
[ -f "$VIATOR_FILE" ] && PARAMS_SPLIT="$PARAMS_SPLIT --viator_data=$VIATOR_FILE"
- # Add popular_places_data to add popular attractions to World.mwm and World.mwm search index.
- # [ -f "$POPULAR_PLACES_FILE" ] && PARAMS_SPLIT="$PARAMS_SPLIT --popular_places_data=$POPULAR_PLACES_FILE"
+ [ -f "$POPULAR_PLACES_FILE" ] && PARAMS_SPLIT="$PARAMS_SPLIT --popular_places_data=$POPULAR_PLACES_FILE"
"$GENERATOR_TOOL" --intermediate_data_path="$INTDIR/" \
--node_storage=$NODE_STORAGE \
--osm_file_type=o5m \