conveyal / otp.js

OTP Javascript Client & Data Bindings
MIT License
19 stars 20 forks source link

Geocoder: can only use ESRI and defaults to New York bounds #47

Closed abyrd closed 4 years ago

abyrd commented 9 years ago

It should be possible to a) change the geocoder module (contact something other than ESRI) and b) set the query bounds to something other than New York State. They should really be set to the bounds of the graph.

tiagofassoni commented 9 years ago

How hard would it be, in the current architecture, to select the wanted geocoder in a parameter of config.js? Like, being able to choose between pelias, foursquare, nominatim and esri?