mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 11:46:11 +02:00
Correct man_made=cross preset name (close #7678)
This commit is contained in:
+2
-2
@@ -6266,8 +6266,8 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Crane'', separated by commas>'
|
||||
man_made/cross:
|
||||
# man_made=cross
|
||||
name: Summit Cross
|
||||
terms: '<translate with synonyms or related terms for ''Summit Cross'', separated by commas>'
|
||||
name: Cross
|
||||
terms: '<translate with synonyms or related terms for ''Cross'', separated by commas>'
|
||||
man_made/cutline:
|
||||
# man_made=cutline
|
||||
name: Cut line
|
||||
|
||||
@@ -750,7 +750,7 @@
|
||||
"man_made/clearcut": {"icon": "maki-logging", "geometry": ["area"], "tags": {"man_made": "clearcut"}, "terms": ["cut", "forest", "lumber", "tree", "wood"], "name": "Clearcut Forest"},
|
||||
"man_made/courtyard": {"icon": "maki-square-stroked", "fields": ["name"], "moreFields": [], "geometry": ["area"], "tags": {"man_made": "courtyard"}, "terms": ["court", "enclosed open air", "quadrangle", "yard"], "name": "Courtyard"},
|
||||
"man_made/crane": {"icon": "temaki-crane", "fields": ["operator", "manufacturer", "height", "crane/type"], "geometry": ["point", "line", "vertex", "area"], "tags": {"man_made": "crane"}, "name": "Crane"},
|
||||
"man_made/cross": {"icon": "maki-religious-christian", "fields": ["name", "material", "height", "ele_node", "inscription", "direction"], "geometry": ["point", "vertex"], "tags": {"man_made": "cross"}, "name": "Summit Cross"},
|
||||
"man_made/cross": {"icon": "maki-religious-christian", "fields": ["name", "material", "height", "ele_node", "inscription", "direction"], "geometry": ["point", "vertex"], "tags": {"man_made": "cross"}, "name": "Cross"},
|
||||
"man_made/cutline": {"icon": "maki-logging", "geometry": ["line"], "tags": {"man_made": "cutline"}, "name": "Cut line"},
|
||||
"man_made/dyke": {"geometry": ["line"], "tags": {"man_made": "dyke"}, "terms": ["Dike", "Dyke", "Floodbank", "Stopbank"], "name": "Levee"},
|
||||
"man_made/embankment": {"geometry": ["line"], "tags": {"man_made": "embankment"}, "name": "Embankment"},
|
||||
|
||||
@@ -15,5 +15,5 @@
|
||||
"tags": {
|
||||
"man_made": "cross"
|
||||
},
|
||||
"name": "Summit Cross"
|
||||
"name": "Cross"
|
||||
}
|
||||
|
||||
+1
-1
@@ -729,7 +729,7 @@
|
||||
{"key": "man_made", "value": "clearcut", "description": "🄿 Clearcut Forest", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/logging-15.svg"},
|
||||
{"key": "man_made", "value": "courtyard", "description": "🄿 Courtyard", "object_types": ["area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/square-stroked-15.svg"},
|
||||
{"key": "man_made", "value": "crane", "description": "🄿 Crane", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/crane.svg"},
|
||||
{"key": "man_made", "value": "cross", "description": "🄿 Summit Cross", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/religious-christian-15.svg"},
|
||||
{"key": "man_made", "value": "cross", "description": "🄿 Cross", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/religious-christian-15.svg"},
|
||||
{"key": "man_made", "value": "cutline", "description": "🄿 Cut line", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/logging-15.svg"},
|
||||
{"key": "man_made", "value": "dyke", "description": "🄿 Levee", "object_types": ["way"]},
|
||||
{"key": "man_made", "value": "embankment", "description": "🄿 Embankment", "object_types": ["way"]},
|
||||
|
||||
Vendored
+1
-1
@@ -8000,7 +8000,7 @@
|
||||
"terms": ""
|
||||
},
|
||||
"man_made/cross": {
|
||||
"name": "Summit Cross",
|
||||
"name": "Cross",
|
||||
"terms": ""
|
||||
},
|
||||
"man_made/cutline": {
|
||||
|
||||
Reference in New Issue
Block a user