From f54438b19ec294232eac95bdf20a16c94f62ba66 Mon Sep 17 00:00:00 2001 From: vng Date: Thu, 20 Sep 2012 13:18:46 +0300 Subject: [PATCH] Reduce draw priority for power-station (do not hide buildings and highways). --- data/drules_proto.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/drules_proto.txt b/data/drules_proto.txt index 7bd57f7881..23ae2d9f6d 100644 --- a/data/drules_proto.txt +++ b/data/drules_proto.txt @@ -48892,28 +48892,28 @@ cont { scale: 14 area { color: 0xBEBEBE - priority: 559 + priority: 300 } } element { scale: 15 area { color: 0xBEBEBE - priority: 746 + priority: 300 } } element { scale: 16 area { color: 0xBEBEBE - priority: 1243 + priority: 300 } } element { scale: 17 area { color: 0xBEBEBE - priority: 1395 + priority: 300 } } }