forked from organicmaps/organicmaps
Merge pull request #1215 from kshalnev/fix_z19_icons
[styles] Fix z19 icons
This commit is contained in:
commit
da4f37c3cc
5 changed files with 10 additions and 10 deletions
Binary file not shown.
|
@ -2790,7 +2790,7 @@ cont {
|
|||
element {
|
||||
scale: 19
|
||||
symbol {
|
||||
name: "none"
|
||||
name: "fire_station-l"
|
||||
priority: 16851
|
||||
}
|
||||
caption {
|
||||
|
@ -5212,7 +5212,7 @@ cont {
|
|||
element {
|
||||
scale: 19
|
||||
symbol {
|
||||
name: "none"
|
||||
name: "picnic-l"
|
||||
priority: 16851
|
||||
}
|
||||
caption {
|
||||
|
|
Binary file not shown.
|
@ -2790,7 +2790,7 @@ cont {
|
|||
element {
|
||||
scale: 19
|
||||
symbol {
|
||||
name: "none"
|
||||
name: "fire_station-l"
|
||||
priority: 16851
|
||||
}
|
||||
caption {
|
||||
|
@ -5212,7 +5212,7 @@ cont {
|
|||
element {
|
||||
scale: 19
|
||||
symbol {
|
||||
name: "none"
|
||||
name: "picnic-l"
|
||||
priority: 16851
|
||||
}
|
||||
caption {
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
/* AMENITY */
|
||||
|
||||
/* NAMED AMENITIES BY DEFAULT — TEMPORARY */
|
||||
node|z19-[amenity], area|z19-[amenity] { icon-image: none.svg; text-offset: 10; font-size: 11; text: name; text-color: @poi_label; }
|
||||
|
||||
|
||||
/* ZOOM 15 */
|
||||
|
||||
|
||||
|
@ -187,12 +193,6 @@ node|z17-[natural=beach], area|z17-[natural=beach]{ icon-image: beach-l.svg; tex
|
|||
|
||||
|
||||
|
||||
/* AMENITY */
|
||||
|
||||
/* NAMED AMENITIES BY DEFAULT — TEMPORARY */
|
||||
node|z19-[amenity], area|z19-[amenity] { icon-image: none.svg; text-offset: 10; font-size: 11; text: name; text-color: @poi_label; }
|
||||
|
||||
|
||||
/* AMENITY */
|
||||
|
||||
node|z15-[natural=spring],area|z17-[natural=spring]{ icon-image: drinking-water-m.svg; text-offset:8; font-size: 10; text: name; text-color: @poi_label; z-index: 2700; }
|
||||
|
|
Loading…
Add table
Reference in a new issue