From 3d1a2d81b13b3d55de6cb5907f46971aa779e207 Mon Sep 17 00:00:00 2001 From: vng Date: Mon, 23 Jan 2012 19:34:14 +0300 Subject: [PATCH] [styles] Remove visibility and styles of "addr:XXX" types. TODO: remove them from classificator in future releases. --- data/drules_proto.txt | 32 -------------------------------- data/visibility.txt | 6 +++--- 2 files changed, 3 insertions(+), 35 deletions(-) diff --git a/data/drules_proto.txt b/data/drules_proto.txt index f4da61f0fa..ff35c01a33 100644 --- a/data/drules_proto.txt +++ b/data/drules_proto.txt @@ -1,43 +1,11 @@ cont { name: "addr:interpolation-all" - element { - scale: 17 - lines { - width: 1 - color: 0xB0B0B0 - priority: 93 - } - } } cont { name: "addr:interpolation-even" - element { - scale: 17 - lines { - width: 1 - color: 0xB0B0B0 - dashdot { - dd: 4 - dd: 4 - } - priority: 92 - } - } } cont { name: "addr:interpolation-odd" - element { - scale: 17 - lines { - width: 1 - color: 0xB0B0B0 - dashdot { - dd: 1.6 - dd: 1.6 - } - priority: 91 - } - } } cont { name: "aerialway-cable_car" diff --git a/data/visibility.txt b/data/visibility.txt index 02f89ca96f..d3dbf5767e 100644 --- a/data/visibility.txt +++ b/data/visibility.txt @@ -1,8 +1,8 @@ world 000000000000000000 + addr:interpolation 000000000000000000 + - all 000000000000000001 - - even 000000000000000001 - - odd 000000000000000001 - + all 000000000000000000 - + even 000000000000000000 - + odd 000000000000000000 - {} aerialway 000000000000000000 + cable_car 000000000000000111 -