mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Adjust terms and npm run build for new preset
This commit is contained in:
@@ -3750,6 +3750,11 @@ en:
|
||||
name: Bird Hide
|
||||
# 'terms: machan,ornithology'
|
||||
terms: '<translate with synonyms or related terms for ''Bird Hide'', separated by commas>'
|
||||
leisure/bleachers:
|
||||
# leisure=bleachers
|
||||
name: Bleachers
|
||||
# 'terms: crowd,bench,sports,stand,stands,seat,seating'
|
||||
terms: '<translate with synonyms or related terms for ''Bleachers'', separated by commas>'
|
||||
leisure/bowling_alley:
|
||||
# leisure=bowling_alley
|
||||
name: Bowling Alley
|
||||
|
||||
@@ -9800,6 +9800,25 @@
|
||||
],
|
||||
"name": "Bird Hide"
|
||||
},
|
||||
"leisure/bleachers": {
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "bleachers"
|
||||
},
|
||||
"terms": [
|
||||
"crowd",
|
||||
"bench",
|
||||
"sports",
|
||||
"stand",
|
||||
"stands",
|
||||
"seat",
|
||||
"seating"
|
||||
],
|
||||
"name": "Bleachers"
|
||||
},
|
||||
"leisure/bowling_alley": {
|
||||
"icon": "poi-bowling",
|
||||
"fields": [
|
||||
|
||||
@@ -1,17 +1,19 @@
|
||||
{
|
||||
"icon": "picnic-site",
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "bleachers"
|
||||
},
|
||||
"terms": [
|
||||
"crowd",
|
||||
"bench",
|
||||
"sports",
|
||||
"stand",
|
||||
"stands",
|
||||
"bench",
|
||||
"benches",
|
||||
"bleachers"
|
||||
"seat",
|
||||
"seating"
|
||||
],
|
||||
"name": "Bleachers"
|
||||
}
|
||||
|
||||
@@ -4108,6 +4108,15 @@
|
||||
"area"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "bleachers",
|
||||
"description": "Bleachers",
|
||||
"object_types": [
|
||||
"node",
|
||||
"area"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "bowling_alley",
|
||||
|
||||
Vendored
+4
@@ -4647,6 +4647,10 @@
|
||||
"name": "Bird Hide",
|
||||
"terms": "machan,ornithology"
|
||||
},
|
||||
"leisure/bleachers": {
|
||||
"name": "Bleachers",
|
||||
"terms": "crowd,bench,sports,stand,stands,seat,seating"
|
||||
},
|
||||
"leisure/bowling_alley": {
|
||||
"name": "Bowling Alley",
|
||||
"terms": "bowling center"
|
||||
|
||||
Reference in New Issue
Block a user