mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 15:34:49 +02:00
Improvements to land use preset display
This commit is contained in:
+4
-1
@@ -939,7 +939,10 @@ a:hover .icon.out-link { background-position: -500px -14px;}
|
||||
}
|
||||
|
||||
.preset-icon-fill.tag-shop,
|
||||
.preset-icon-fill.tag-building {
|
||||
.preset-icon-fill.tag-building,
|
||||
.preset-icon-fill.tag-landuse.tag-landuse-residential,
|
||||
.preset-icon-fill.tag-landuse.tag-landuse-construction,
|
||||
.preset-icon-fill.tag-landuse.tag-landuse-military {
|
||||
background:transparent url(img/sprite.svg) no-repeat 0 -80px;
|
||||
}
|
||||
|
||||
|
||||
+1
-4
@@ -245,10 +245,7 @@ path.stroke.tag-landuse-landfill {
|
||||
stroke: #ff9933;
|
||||
}
|
||||
|
||||
path.stroke.tag-landuse-military {
|
||||
stroke: #e06e5f;
|
||||
}
|
||||
|
||||
path.stroke.tag-landuse-military,
|
||||
path.stroke.tag-landuse-residential,
|
||||
path.stroke.tag-landuse-construction {
|
||||
stroke: #e06e5f;
|
||||
|
||||
@@ -4435,6 +4435,7 @@
|
||||
"name": "Cemetery"
|
||||
},
|
||||
"landuse/commercial": {
|
||||
"icon": "commercial",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
@@ -4604,6 +4605,7 @@
|
||||
"name": "Quarry"
|
||||
},
|
||||
"landuse/residential": {
|
||||
"icon": "building",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
||||
Reference in New Issue
Block a user