forked from organicmaps/organicmaps
Added amenity=hospital
This commit is contained in:
parent
576103248f
commit
7e49c656f2
1 changed files with 8 additions and 0 deletions
|
@ -114,6 +114,14 @@ area|z17-[leisure=playground] {
|
|||
fill-opacity: 1;
|
||||
z-index: 150;
|
||||
}
|
||||
|
||||
/* HOSPITALS */
|
||||
area|z14-[amenity=hospital] {
|
||||
fill-color: @hospital;
|
||||
fill-opacity: 1;
|
||||
fill-position: background;
|
||||
}
|
||||
|
||||
/* PARKINGS*/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue