Skip to content

Commit

Permalink
indoor routing maneuvers (valhalla#3519)
Browse files Browse the repository at this point in the history
* indoor routing maneuvers

* FIX-IT move end_level_ref instead of copy

* update CHANGELOG

* call out indoor steps maneuvers only

Co-authored-by: Yinxiao Li <yinxiaoli@fb.com>
Co-authored-by: Kevin Kreiser <kevinkreiser@gmail.com>
  • Loading branch information
3 people authored Feb 19, 2022
1 parent ccbdfca commit b9744b9
Show file tree
Hide file tree
Showing 41 changed files with 3,071 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
* ADDED: indoor routing - data model, data processing. [#3509](https://github.com/valhalla/valhalla/pull/3509)
* ADDED: On-demand elevation tile fetching [#3391](https://github.com/valhalla/valhalla/pull/3391)
* CHANGED: Remove many oneof uses from the protobuf api where the semantics of optional vs required isnt necessary [#3527](https://github.com/valhalla/valhalla/pull/3527)
* ADDED: indoor routing maneuvers [#3519](https://github.com/valhalla/valhalla/pull/3519)

## Release Date: 2021-10-07 Valhalla 3.1.4
* **Removed**
Expand Down
82 changes: 82 additions & 0 deletions locales/bg-BG.json
Original file line number Diff line number Diff line change
Expand Up @@ -2172,6 +2172,88 @@
"In a quarter mile, Turn right onto North Gay Street."
]
}
},
"elevator": {
"phrases": {
"0": "Take the elevator.",
"1": "Take the elevator to <LEVEL>."
},
"example_phrases": {
"0": [
"Take the elevator."
],
"1": [
"Take the elevator to Level 1."
]
}
},
"steps": {
"phrases": {
"0": "Take the stairs.",
"1": "Take the stairs to <LEVEL>."
},
"example_phrases": {
"0": [
"Take the stairs."
],
"1": [
"Take the stairs to Level 2."
]
}
},
"escalator": {
"phrases": {
"0": "Take the escalator.",
"1": "Take the escalator to <LEVEL>."
},
"example_phrases": {
"0": [
"Take the escalator."
],
"1": [
"Take the escalator to Level 3."
]
}
},
"enter_building": {
"phrases": {
"0": "Enter the building.",
"1": "Enter the building, and continue on <STREET_NAMES>."
},
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk"
],
"example_phrases": {
"0": [
"Enter the building."
],
"1": [
"Enter the building, and continue on the walkway."
]
}
},
"exit_building": {
"phrases": {
"0": "Exit the building.",
"1": "Exit the building, and continue on <STREET_NAMES>."
},
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk"
],
"example_phrases": {
"0": [
"Exit the building."
],
"1": [
"Exit the building, and continue on the walkway."
]
}
}
}
}
82 changes: 82 additions & 0 deletions locales/ca-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -2172,6 +2172,88 @@
"In a quarter mile, Turn right onto North Gay Street."
]
}
},
"elevator": {
"phrases": {
"0": "Take the elevator.",
"1": "Take the elevator to <LEVEL>."
},
"example_phrases": {
"0": [
"Take the elevator."
],
"1": [
"Take the elevator to Level 1."
]
}
},
"steps": {
"phrases": {
"0": "Take the stairs.",
"1": "Take the stairs to <LEVEL>."
},
"example_phrases": {
"0": [
"Take the stairs."
],
"1": [
"Take the stairs to Level 2."
]
}
},
"escalator": {
"phrases": {
"0": "Take the escalator.",
"1": "Take the escalator to <LEVEL>."
},
"example_phrases": {
"0": [
"Take the escalator."
],
"1": [
"Take the escalator to Level 3."
]
}
},
"enter_building": {
"phrases": {
"0": "Enter the building.",
"1": "Enter the building, and continue on <STREET_NAMES>."
},
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk"
],
"example_phrases": {
"0": [
"Enter the building."
],
"1": [
"Enter the building, and continue on the walkway."
]
}
},
"exit_building": {
"phrases": {
"0": "Exit the building.",
"1": "Exit the building, and continue on <STREET_NAMES>."
},
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk"
],
"example_phrases": {
"0": [
"Exit the building."
],
"1": [
"Exit the building, and continue on the walkway."
]
}
}
}
}
82 changes: 82 additions & 0 deletions locales/cs-CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -2172,6 +2172,88 @@
"In a quarter mile, Turn right onto North Gay Street."
]
}
},
"elevator": {
"phrases": {
"0": "Take the elevator.",
"1": "Take the elevator to <LEVEL>."
},
"example_phrases": {
"0": [
"Take the elevator."
],
"1": [
"Take the elevator to Level 1."
]
}
},
"steps": {
"phrases": {
"0": "Take the stairs.",
"1": "Take the stairs to <LEVEL>."
},
"example_phrases": {
"0": [
"Take the stairs."
],
"1": [
"Take the stairs to Level 2."
]
}
},
"escalator": {
"phrases": {
"0": "Take the escalator.",
"1": "Take the escalator to <LEVEL>."
},
"example_phrases": {
"0": [
"Take the escalator."
],
"1": [
"Take the escalator to Level 3."
]
}
},
"enter_building": {
"phrases": {
"0": "Enter the building.",
"1": "Enter the building, and continue on <STREET_NAMES>."
},
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk"
],
"example_phrases": {
"0": [
"Enter the building."
],
"1": [
"Enter the building, and continue on the walkway."
]
}
},
"exit_building": {
"phrases": {
"0": "Exit the building.",
"1": "Exit the building, and continue on <STREET_NAMES>."
},
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk"
],
"example_phrases": {
"0": [
"Exit the building."
],
"1": [
"Exit the building, and continue on the walkway."
]
}
}
}
}
82 changes: 82 additions & 0 deletions locales/da-DK.json
Original file line number Diff line number Diff line change
Expand Up @@ -2172,6 +2172,88 @@
"In a quarter mile, Turn right onto North Gay Street."
]
}
},
"elevator": {
"phrases": {
"0": "Take the elevator.",
"1": "Take the elevator to <LEVEL>."
},
"example_phrases": {
"0": [
"Take the elevator."
],
"1": [
"Take the elevator to Level 1."
]
}
},
"steps": {
"phrases": {
"0": "Take the stairs.",
"1": "Take the stairs to <LEVEL>."
},
"example_phrases": {
"0": [
"Take the stairs."
],
"1": [
"Take the stairs to Level 2."
]
}
},
"escalator": {
"phrases": {
"0": "Take the escalator.",
"1": "Take the escalator to <LEVEL>."
},
"example_phrases": {
"0": [
"Take the escalator."
],
"1": [
"Take the escalator to Level 3."
]
}
},
"enter_building": {
"phrases": {
"0": "Enter the building.",
"1": "Enter the building, and continue on <STREET_NAMES>."
},
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk"
],
"example_phrases": {
"0": [
"Enter the building."
],
"1": [
"Enter the building, and continue on the walkway."
]
}
},
"exit_building": {
"phrases": {
"0": "Exit the building.",
"1": "Exit the building, and continue on <STREET_NAMES>."
},
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk"
],
"example_phrases": {
"0": [
"Exit the building."
],
"1": [
"Exit the building, and continue on the walkway."
]
}
}
}
}
Loading

0 comments on commit b9744b9

Please sign in to comment.