Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update location input parameters #29

Merged
merged 1 commit into from
Jun 3, 2015
Merged

Update location input parameters #29

merged 1 commit into from
Jun 3, 2015

Conversation

rmglennon
Copy link
Contributor

Clarify that street name isn't currently implemented. Add OSM way_id as a location input and some text about it.

Clarify that street name isn't currently implemented. Add OSM way_id as a location input and some text about it.
rmglennon added a commit that referenced this pull request Jun 3, 2015
Update location input parameters
@rmglennon rmglennon merged commit 0163474 into master Jun 3, 2015
@@ -36,7 +36,7 @@ You specify locations as an ordered list of two or more locations within a JSON

A location must include a latitude and longitude in decimal degrees. The coordinates can come from many input sources, such as a GPS location, a point or a click on a map, a geocoding service, and so on. Note that Valhalla is a routing service only, so cannot search for names or addresses or perform geocoding or reverse geocoding. External search services, such as [Pelias](https://github.com/pelias) or [Nominatum](http://wiki.openstreetmap.org/wiki/Nominatim), can be used to find places and geocode addresses, which must be converted to coordinates for input to Valhalla.

To build a route, you need to specify two `break` locations. In addition, you can include `through` locations to influence the route path.
To build a route, you need to specify two `break` locations. In addition, you can include `through` locations to influence the route path.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

through is not yet implemented and will be treated as a stop

@rmglennon rmglennon deleted the rmglennon-patch-1 branch June 3, 2015 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants