codeforamerica / fast_pass

Las Vegas Development Opportunity Finder
BSD 3-Clause "New" or "Revised" License
7 stars 4 forks source link

Update geocode endpoint to city's different format #73

Closed louh closed 10 years ago

louh commented 10 years ago

The city's reverse geocoder endpoint, when given a latlng (http://clvplaces.appspot.com/maptools/rest/services/directory/geocode.htm) now redirects to the parcel query service (http://clvplaces.appspot.com/maptools/rest/services/directory/query.htm). This was done as a result of a request to Anthony Willis in the GIS department to fix a bug related to the reverse geocoder.

The backend endpoint (/geocode/position?position=) should be updated, since right now it doesn't look like the query is returning any information through it.