mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-06 03:11:22 +00:00
add unique style for landuse military
This commit is contained in:
10
css/map.css
10
css/map.css
@@ -245,6 +245,10 @@ path.stroke.tag-landuse-landfill {
|
||||
stroke: #ff9933;
|
||||
}
|
||||
|
||||
path.stroke.tag-landuse-military {
|
||||
stroke: #e06e5f;
|
||||
}
|
||||
|
||||
path.stroke.tag-landuse-residential,
|
||||
path.stroke.tag-landuse-construction {
|
||||
stroke: #e06e5f;
|
||||
@@ -393,9 +397,15 @@ path.fill.tag-landuse-industrial {
|
||||
fill: #e4a4f5;
|
||||
}
|
||||
|
||||
path.fill.tag-landuse-military {
|
||||
fill: url(#pattern-construction);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
path.stroke.tag-amenity-parking {
|
||||
stroke: #aaa;
|
||||
}
|
||||
|
||||
path.fill.tag-amenity-parking {
|
||||
fill: #aaa;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user