Add Dovecote preset (close #7916)

This commit is contained in:
Quincy Morgan
2020-09-01 17:50:18 -04:00
parent d880c73456
commit 08e31006cd
6 changed files with 41 additions and 0 deletions
+5
View File
@@ -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
+1
View File
@@ -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"
}
+1
View File
@@ -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"},
+4
View File
@@ -8182,6 +8182,10 @@
"name": "Cut line",
"terms": ""
},
"man_made/dovecote": {
"name": "Dovecote",
"terms": "birds,doocot,dovecot,doves,pigeonholes,pigeons"
},
"man_made/dyke": {
"name": "Levee",
"terms": "Dike,Dyke,Floodbank,Stopbank"
+1
View File
@@ -0,0 +1 @@
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="dove" class="svg-inline--fa fa-dove fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M288 167.2v-28.1c-28.2-36.3-47.1-79.3-54.1-125.2-2.1-13.5-19-18.8-27.8-8.3-21.1 24.9-37.7 54.1-48.9 86.5 34.2 38.3 80 64.6 130.8 75.1zM400 64c-44.2 0-80 35.9-80 80.1v59.4C215.6 197.3 127 133 87 41.8c-5.5-12.5-23.2-13.2-29-.9C41.4 76 32 115.2 32 156.6c0 70.8 34.1 136.9 85.1 185.9 13.2 12.7 26.1 23.2 38.9 32.8l-143.9 36C1.4 414-3.4 426.4 2.6 435.7 20 462.6 63 508.2 155.8 512c8 .3 16-2.6 22.1-7.9l65.2-56.1H320c88.4 0 160-71.5 160-159.9V128l32-64H400zm0 96.1c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z"></path></svg>

After

Width:  |  Height:  |  Size: 746 B