mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Merge branch 'refs/heads/military-feature-fill'
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;
|
||||
}
|
||||
|
||||
|
||||
@@ -245,6 +245,7 @@ path.stroke.tag-landuse-landfill {
|
||||
stroke: #ff9933;
|
||||
}
|
||||
|
||||
path.stroke.tag-landuse-military,
|
||||
path.stroke.tag-landuse-residential,
|
||||
path.stroke.tag-landuse-construction {
|
||||
stroke: #e06e5f;
|
||||
@@ -393,9 +394,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;
|
||||
}
|
||||
|
||||
@@ -1118,6 +1118,9 @@ en:
|
||||
landuse/meadow:
|
||||
name: Meadow
|
||||
terms: "<translate with synonyms or related terms for 'Meadow', separated by commas>"
|
||||
landuse/military:
|
||||
name: Military
|
||||
terms: "<translate with synonyms or related terms for 'Military', separated by commas>"
|
||||
landuse/orchard:
|
||||
name: Orchard
|
||||
terms: "<translate with synonyms or related terms for 'Orchard', separated by commas>"
|
||||
|
||||
@@ -39,7 +39,8 @@
|
||||
"landuse/farmyard",
|
||||
"landuse/forest",
|
||||
"landuse/meadow",
|
||||
"landuse/cemetery"
|
||||
"landuse/cemetery",
|
||||
"landuse/military"
|
||||
]
|
||||
},
|
||||
"category-path": {
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"landuse/farmyard",
|
||||
"landuse/forest",
|
||||
"landuse/meadow",
|
||||
"landuse/cemetery"
|
||||
"landuse/cemetery",
|
||||
"landuse/military"
|
||||
]
|
||||
}
|
||||
@@ -4435,6 +4435,7 @@
|
||||
"name": "Cemetery"
|
||||
},
|
||||
"landuse/commercial": {
|
||||
"icon": "commercial",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
@@ -4567,6 +4568,16 @@
|
||||
"terms": [],
|
||||
"name": "Meadow"
|
||||
},
|
||||
"landuse/military": {
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "military"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Military"
|
||||
},
|
||||
"landuse/orchard": {
|
||||
"fields": [
|
||||
"trees"
|
||||
@@ -4594,6 +4605,7 @@
|
||||
"name": "Quarry"
|
||||
},
|
||||
"landuse/residential": {
|
||||
"icon": "building",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "commercial",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"landuse": "military"
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Military"
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "building",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
||||
Vendored
+4
@@ -1927,6 +1927,10 @@
|
||||
"name": "Meadow",
|
||||
"terms": ""
|
||||
},
|
||||
"landuse/military": {
|
||||
"name": "Military",
|
||||
"terms": ""
|
||||
},
|
||||
"landuse/orchard": {
|
||||
"name": "Orchard",
|
||||
"terms": ""
|
||||
|
||||
@@ -6,6 +6,7 @@ iD.svg.Areas = function(projection) {
|
||||
beach: 'beach',
|
||||
scrub: 'scrub',
|
||||
construction: 'construction',
|
||||
military: 'construction',
|
||||
cemetery: 'cemetery',
|
||||
grave_yard: 'cemetery',
|
||||
meadow: 'meadow',
|
||||
|
||||
Reference in New Issue
Block a user