mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-29 15:16:07 +02:00
added beach_resort.json in leisure
This commit is contained in:
@@ -3674,6 +3674,10 @@ en:
|
||||
name: Amusement Arcade
|
||||
# 'terms: pay-to-play games,video games,driving simulators,pinball machines'
|
||||
terms: '<translate with synonyms or related terms for ''Amusement Arcade'', separated by commas>'
|
||||
leisure/beach_resort:
|
||||
# leisure=beach_resort
|
||||
name: Beach Resort
|
||||
terms: '<translate with synonyms or related terms for ''Beach Resort'', separated by commas>'
|
||||
leisure/bird_hide:
|
||||
# leisure=bird_hide
|
||||
name: Bird Hide
|
||||
|
||||
@@ -9677,6 +9677,23 @@
|
||||
},
|
||||
"name": "Amusement Arcade"
|
||||
},
|
||||
"leisure/beach_resort": {
|
||||
"icon": "pitch",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"fee"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "beach_resort"
|
||||
},
|
||||
"name": "Beach Resort"
|
||||
},
|
||||
"leisure/bird_hide": {
|
||||
"icon": "poi-binoculars",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "pitch",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"fee"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"leisure": "beach_resort"
|
||||
},
|
||||
"name": "Beach Resort"
|
||||
}
|
||||
@@ -4050,6 +4050,16 @@
|
||||
],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/gaming-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "beach_resort",
|
||||
"description": "Beach Resort",
|
||||
"object_types": [
|
||||
"node",
|
||||
"area"
|
||||
],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/pitch-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "leisure",
|
||||
"value": "bird_hide",
|
||||
|
||||
Vendored
+4
@@ -4575,6 +4575,10 @@
|
||||
"name": "Amusement Arcade",
|
||||
"terms": "pay-to-play games,video games,driving simulators,pinball machines"
|
||||
},
|
||||
"leisure/beach_resort": {
|
||||
"name": "Beach Resort",
|
||||
"terms": ""
|
||||
},
|
||||
"leisure/bird_hide": {
|
||||
"name": "Bird Hide",
|
||||
"terms": "machan,ornithology"
|
||||
|
||||
Reference in New Issue
Block a user