mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
Add Dovecote preset (close #7916)
This commit is contained in:
@@ -6359,6 +6359,11 @@ en:
|
||||
# man_made=cutline
|
||||
name: Cut line
|
||||
terms: '<translate with synonyms or related terms for ''Cut line'', separated by commas>'
|
||||
man_made/dovecote:
|
||||
# man_made=dovecote
|
||||
name: Dovecote
|
||||
# 'terms: birds,doocot,dovecot,doves,pigeonholes,pigeons'
|
||||
terms: '<translate with synonyms or related terms for ''Dovecote'', separated by commas>'
|
||||
man_made/dyke:
|
||||
# man_made=dyke
|
||||
name: Levee
|
||||
|
||||
@@ -755,6 +755,7 @@
|
||||
"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": "Cross"},
|
||||
"man_made/cutline": {"icon": "maki-logging", "geometry": ["line"], "tags": {"man_made": "cutline"}, "name": "Cut line"},
|
||||
"man_made/dovecote": {"icon": "fas-dove", "fields": ["operator", "building_area", "height", "capacity"], "moreFields": ["layer", "location"], "geometry": ["area", "point"], "terms": ["birds", "doocot", "dovecot", "doves", "pigeonholes", "pigeons"], "tags": {"man_made": "dovecote"}, "name": "Dovecote"},
|
||||
"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"},
|
||||
"man_made/flagpole": {"icon": "maki-embassy", "fields": ["operator", "flag/type", "country_flag", "lit", "height"], "moreFields": ["manufacturer", "material"], "geometry": ["point", "vertex"], "tags": {"man_made": "flagpole"}, "name": "Flagpole"},
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"icon": "fas-dove",
|
||||
"fields": [
|
||||
"operator",
|
||||
"building_area",
|
||||
"height",
|
||||
"capacity"
|
||||
],
|
||||
"moreFields": [
|
||||
"layer",
|
||||
"location"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"birds",
|
||||
"doocot",
|
||||
"dovecot",
|
||||
"doves",
|
||||
"pigeonholes",
|
||||
"pigeons"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "dovecote"
|
||||
},
|
||||
"name": "Dovecote"
|
||||
}
|
||||
@@ -734,6 +734,7 @@
|
||||
{"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": "🄿 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": "dovecote", "description": "🄿 Dovecote", "object_types": ["area", "node"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@develop/svg/fontawesome/fas-dove.svg"},
|
||||
{"key": "man_made", "value": "dyke", "description": "🄿 Levee", "object_types": ["way"]},
|
||||
{"key": "man_made", "value": "embankment", "description": "🄿 Embankment", "object_types": ["way"]},
|
||||
{"key": "man_made", "value": "flagpole", "description": "🄿 Flagpole", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/embassy-15.svg"},
|
||||
|
||||
Reference in New Issue
Block a user