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:
authorIlya Zverev <zverik@textual.ru>2016-04-27 17:27:56 +0300
committerAlex Zolotarev <alex@maps.me>2016-05-01 10:28:03 +0300
commit0c0c176ab504db604553c7a26062a2a136145ec5 (patch)
tree5001039c71c0eee229daedbbf0f0c87651f3d804 /tools/unix
parentfdbcf3cf94775002b1e2678fd7efc91082804264 (diff)
[styles] Revert swapping drules when merging. Incorrect but looks better, for now
Diffstat (limited to 'tools/unix')
-rwxr-xr-xtools/unix/generate_drules.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/unix/generate_drules.sh b/tools/unix/generate_drules.sh
index bc51fe6051..eda8bfc067 100755
--- a/tools/unix/generate_drules.sh
+++ b/tools/unix/generate_drules.sh
@@ -34,5 +34,5 @@ BuildDrawingRules legacy light _legacy
echo "Merging legacy and new styles"
python "$OMIM_PATH/tools/python/stylesheet/drules_merge.py" \
- "$DATA_PATH/drules_proto_clear.bin" "$DATA_PATH/drules_proto_legacy.bin" \
+ "$DATA_PATH/drules_proto_legacy.bin" "$DATA_PATH/drules_proto_clear.bin" \
"$DATA_PATH/drules_proto.bin" "$DATA_PATH/drules_proto.txt" > /dev/null