mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Add man_made=flagpole preset (#1985)
This commit is contained in:
@@ -823,6 +823,9 @@ en:
|
||||
man_made/cutline:
|
||||
name: Cut line
|
||||
terms: "<translate with synonyms or related terms for 'Cut line', separated by commas>"
|
||||
man_made/flagpole:
|
||||
name: Flagpole
|
||||
terms: "<translate with synonyms or related terms for 'Flagpole', separated by commas>"
|
||||
man_made/lighthouse:
|
||||
name: Lighthouse
|
||||
terms: "<translate with synonyms or related terms for 'Lighthouse', separated by commas>"
|
||||
|
||||
@@ -3041,6 +3041,16 @@
|
||||
},
|
||||
"name": "Cut line"
|
||||
},
|
||||
"man_made/flagpole": {
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "flagpole"
|
||||
},
|
||||
"name": "Flagpole",
|
||||
"icon": "embassy"
|
||||
},
|
||||
"man_made/lighthouse": {
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "flagpole"
|
||||
},
|
||||
"name": "Flagpole",
|
||||
"icon": "embassy"
|
||||
}
|
||||
Vendored
+4
@@ -1516,6 +1516,10 @@
|
||||
"name": "Cut line",
|
||||
"terms": ""
|
||||
},
|
||||
"man_made/flagpole": {
|
||||
"name": "Flagpole",
|
||||
"terms": ""
|
||||
},
|
||||
"man_made/lighthouse": {
|
||||
"name": "Lighthouse",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user