forked from organicmaps/organicmaps-tmp
Merge pull request #5752 from igortomko/icon-photographer
Add photographer icon
This commit is contained in:
commit
cec1817da3
7 changed files with 36 additions and 8 deletions
Binary file not shown.
|
@ -10361,10 +10361,18 @@ cont {
|
|||
}
|
||||
cont {
|
||||
name: "craft-photographer"
|
||||
element {
|
||||
scale: 17
|
||||
symbol {
|
||||
name: "photo-shop-l"
|
||||
priority: 16000
|
||||
min_distance: 24
|
||||
}
|
||||
}
|
||||
element {
|
||||
scale: 18
|
||||
symbol {
|
||||
name: "hand-l"
|
||||
name: "photo-shop-l"
|
||||
priority: 16625
|
||||
}
|
||||
caption {
|
||||
|
@ -10379,7 +10387,7 @@ cont {
|
|||
element {
|
||||
scale: 19
|
||||
symbol {
|
||||
name: "hand-l"
|
||||
name: "photo-shop-l"
|
||||
priority: 16625
|
||||
}
|
||||
caption {
|
||||
|
|
Binary file not shown.
|
@ -10315,10 +10315,18 @@ cont {
|
|||
}
|
||||
cont {
|
||||
name: "craft-photographer"
|
||||
element {
|
||||
scale: 17
|
||||
symbol {
|
||||
name: "photo-shop-l"
|
||||
priority: 16000
|
||||
min_distance: 24
|
||||
}
|
||||
}
|
||||
element {
|
||||
scale: 18
|
||||
symbol {
|
||||
name: "hand-l"
|
||||
name: "photo-shop-l"
|
||||
priority: 16625
|
||||
}
|
||||
caption {
|
||||
|
@ -10333,7 +10341,7 @@ cont {
|
|||
element {
|
||||
scale: 19
|
||||
symbol {
|
||||
name: "hand-l"
|
||||
name: "photo-shop-l"
|
||||
priority: 16625
|
||||
}
|
||||
caption {
|
||||
|
|
Binary file not shown.
|
@ -10315,10 +10315,18 @@ cont {
|
|||
}
|
||||
cont {
|
||||
name: "craft-photographer"
|
||||
element {
|
||||
scale: 17
|
||||
symbol {
|
||||
name: "photo-shop-l"
|
||||
priority: 16000
|
||||
min_distance: 24
|
||||
}
|
||||
}
|
||||
element {
|
||||
scale: 18
|
||||
symbol {
|
||||
name: "hand-l"
|
||||
name: "photo-shop-l"
|
||||
priority: 16625
|
||||
}
|
||||
caption {
|
||||
|
@ -10333,7 +10341,7 @@ cont {
|
|||
element {
|
||||
scale: 19
|
||||
symbol {
|
||||
name: "hand-l"
|
||||
name: "photo-shop-l"
|
||||
priority: 16625
|
||||
}
|
||||
caption {
|
||||
|
|
|
@ -2259,7 +2259,9 @@ node|z17[shop=copyshop],
|
|||
area|z17[shop=copyshop]
|
||||
{icon-image: copyshop-l.svg;icon-min-distance: 24;}
|
||||
node|z17[shop=photo],
|
||||
area|z17[shop=photo]
|
||||
area|z17[shop=photo],
|
||||
node|z17[craft=photographer],
|
||||
area|z17[craft=photographer]
|
||||
{icon-image: photo-shop-l.svg;icon-min-distance: 24;}
|
||||
node|z17[shop=pet],
|
||||
area|z17[shop=pet]
|
||||
|
@ -2395,7 +2397,9 @@ node|z18-[shop=copyshop],
|
|||
area|z18-[shop=copyshop]
|
||||
{icon-image: copyshop-l.svg;}
|
||||
node|z18-[shop=photo],
|
||||
area|z18-[shop=photo]
|
||||
area|z18-[shop=photo],
|
||||
node|z18-[craft=photographer],
|
||||
area|z18-[craft=photographer]
|
||||
{icon-image: photo-shop-l.svg;}
|
||||
node|z18-[shop=pet],
|
||||
area|z18-[shop=pet]
|
||||
|
|
Loading…
Add table
Reference in a new issue