mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 00:07:03 +02:00
Add Courtyard preset
This commit is contained in:
@@ -6207,6 +6207,11 @@ en:
|
||||
name: Clearcut Forest
|
||||
# 'terms: cut,forest,lumber,tree,wood'
|
||||
terms: '<translate with synonyms or related terms for ''Clearcut Forest'', separated by commas>'
|
||||
man_made/courtyard:
|
||||
# man_made=courtyard
|
||||
name: Courtyard
|
||||
# 'terms: court,enclosed open air,quadrangle,yard'
|
||||
terms: '<translate with synonyms or related terms for ''Courtyard'', separated by commas>'
|
||||
man_made/crane:
|
||||
# man_made=crane
|
||||
name: Crane
|
||||
|
||||
@@ -742,6 +742,7 @@
|
||||
"man_made/cairn": {"icon": "temaki-cairn", "geometry": ["point", "area"], "terms": ["rock pile", "stone stack", "stone pile", "càrn"], "tags": {"man_made": "cairn"}, "name": "Cairn"},
|
||||
"man_made/chimney": {"icon": "temaki-chimney", "fields": ["operator", "material", "height"], "geometry": ["point", "area"], "tags": {"man_made": "chimney"}, "name": "Chimney"},
|
||||
"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/cutline": {"icon": "maki-logging", "geometry": ["line"], "tags": {"man_made": "cutline"}, "name": "Cut line"},
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "maki-square-stroked",
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"moreFields": [],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "courtyard"
|
||||
},
|
||||
"terms": [
|
||||
"court",
|
||||
"enclosed open air",
|
||||
"quadrangle",
|
||||
"yard"
|
||||
],
|
||||
"name": "Courtyard"
|
||||
}
|
||||
@@ -721,6 +721,7 @@
|
||||
{"key": "man_made", "value": "cairn", "description": "🄿 Cairn", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/cairn.svg"},
|
||||
{"key": "man_made", "value": "chimney", "description": "🄿 Chimney", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/chimney.svg"},
|
||||
{"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": "cutline", "description": "🄿 Cut line", "object_types": ["way"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/logging-15.svg"},
|
||||
|
||||
Vendored
+4
@@ -7886,6 +7886,10 @@
|
||||
"name": "Clearcut Forest",
|
||||
"terms": "cut,forest,lumber,tree,wood"
|
||||
},
|
||||
"man_made/courtyard": {
|
||||
"name": "Courtyard",
|
||||
"terms": "court,enclosed open air,quadrangle,yard"
|
||||
},
|
||||
"man_made/crane": {
|
||||
"name": "Crane",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user