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:
authorvng <viktor.govako@gmail.com>2014-09-02 19:48:18 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:25:49 +0300
commit417964e8da0f26613ccb1088b9914e32cd75c6ae (patch)
tree0543be196eee27a7e2bfe72fe9d6aece241c306a
parent32c142455c53af4108c45e216c2acc44424e8511 (diff)
[styles] Draw symbol for amenity-parking-private.
-rw-r--r--data/drules_proto.binbin190624 -> 190717 bytes
-rw-r--r--data/drules_proto.txt19
-rw-r--r--data/styles/normal.mapcss11
3 files changed, 27 insertions, 3 deletions
diff --git a/data/drules_proto.bin b/data/drules_proto.bin
index 61de3a1136..99caaf64ca 100644
--- a/data/drules_proto.bin
+++ b/data/drules_proto.bin
Binary files differ
diff --git a/data/drules_proto.txt b/data/drules_proto.txt
index 61dedbad5b..7cb66c56cd 100644
--- a/data/drules_proto.txt
+++ b/data/drules_proto.txt
@@ -3604,7 +3604,18 @@ cont {
cont {
name: "amenity-parking-private"
element {
+ scale: 16
+ symbol {
+ name: "parking-private"
+ priority: 16000
+ }
+ }
+ element {
scale: 17
+ symbol {
+ name: "parking-private"
+ priority: 16002
+ }
caption {
primary {
height: 11
@@ -3617,6 +3628,10 @@ cont {
}
element {
scale: 18
+ symbol {
+ name: "parking-private"
+ priority: 16002
+ }
caption {
primary {
height: 11
@@ -3629,6 +3644,10 @@ cont {
}
element {
scale: 19
+ symbol {
+ name: "parking-private"
+ priority: 16002
+ }
caption {
primary {
height: 11
diff --git a/data/styles/normal.mapcss b/data/styles/normal.mapcss
index d6540abc2b..48372e8c14 100644
--- a/data/styles/normal.mapcss
+++ b/data/styles/normal.mapcss
@@ -1581,19 +1581,24 @@ line|z15-[piste:lift=j-bar]
area|z16[amenity=parking][!access],
area|z16[amenity=parking][access?],
node|z16[amenity=parking][!access],
-node|z16[amenity=parking][access?]
+node|z16[amenity=parking][access?],
{
icon-image: parking-mini.svg;
}
area|z16-[amenity=parking][access=permissive],
-node|z16-[amenity=parking][access=permissive]
+node|z16-[amenity=parking][access=permissive],
{
icon-image: parking-permissive.svg;
}
+area|z16-[amenity=parking][access=private],
+node|z16-[amenity=parking][access=private],
+{
+ icon-image: parking-private.svg;
+}
area|z15-[tourism=viewpoint],
node|z15-[tourism=viewpoint],
area|z15-[tourism=artwork],
-node|z15-[tourism=artwork]
+node|z15-[tourism=artwork],
{
icon-image: viewpoint.svg;
}