Merge pull request #4987 from sulfo/master

Added attraction maze
This commit is contained in:
Bryan Housel
2018-04-14 23:58:49 -04:00
committed by GitHub
5 changed files with 59 additions and 0 deletions
+5
View File
@@ -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
+20
View File
@@ -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": [
+20
View File
@@ -0,0 +1,20 @@
{
"icon": "amusement-park",
"fields": [
"name",
"operator"
],
"geometry": [
"point",
"area"
],
"terms": [
"theme park",
"amusement ride",
"labyrinth"
],
"tags": {
"attraction": "maze"
},
"name": "Maze"
}
+10
View File
@@ -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",
+4
View File
@@ -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"