mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
@@ -2515,6 +2515,11 @@ en:
|
||||
name: Drop Tower
|
||||
# 'terms: theme park,amusement ride,gondola,tower,big drop'
|
||||
terms: '<translate with synonyms or related terms for ''Drop Tower'', separated by commas>'
|
||||
attraction/maze:
|
||||
# attraction=maze
|
||||
name: Maze
|
||||
# 'terms: theme park,amusement ride,labyrinth'
|
||||
terms: '<translate with synonyms or related terms for ''Maze'', separated by commas>'
|
||||
attraction/pirate_ship:
|
||||
# attraction=pirate_ship
|
||||
name: Pirate Ship
|
||||
|
||||
@@ -4085,6 +4085,26 @@
|
||||
},
|
||||
"name": "Drop Tower"
|
||||
},
|
||||
"attraction/maze": {
|
||||
"icon": "amusement-park",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"theme park",
|
||||
"amusement ride",
|
||||
"labyrinth"
|
||||
],
|
||||
"tags": {
|
||||
"attraction": "maze"
|
||||
},
|
||||
"name": "Maze"
|
||||
},
|
||||
"attraction/pirate_ship": {
|
||||
"icon": "amusement-park",
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "amusement-park",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"theme park",
|
||||
"amusement ride",
|
||||
"labyrinth"
|
||||
],
|
||||
"tags": {
|
||||
"attraction": "maze"
|
||||
},
|
||||
"name": "Maze"
|
||||
}
|
||||
@@ -1659,6 +1659,16 @@
|
||||
"area"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "attraction",
|
||||
"value": "maze",
|
||||
"description": "Maze",
|
||||
"object_types": [
|
||||
"node",
|
||||
"area"
|
||||
],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/amusement-park-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "attraction",
|
||||
"value": "pirate_ship",
|
||||
|
||||
Vendored
+4
@@ -3522,6 +3522,10 @@
|
||||
"name": "Drop Tower",
|
||||
"terms": "theme park,amusement ride,gondola,tower,big drop"
|
||||
},
|
||||
"attraction/maze": {
|
||||
"name": "Maze",
|
||||
"terms": "theme park,amusement ride,labyrinth"
|
||||
},
|
||||
"attraction/pirate_ship": {
|
||||
"name": "Pirate Ship",
|
||||
"terms": "theme park,carnival ride,amusement ride"
|
||||
|
||||
Reference in New Issue
Block a user