Skip to content

Commit

Permalink
Merge pull request #423 from conveyal/dev
Browse files Browse the repository at this point in the history
Use geocode.earth
  • Loading branch information
evansiroky authored Feb 1, 2018
2 parents 38cbe5e + cd70004 commit 74174fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/geocode.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var proximity = {
}

const apiKey = config.mapzen.search.api_key
const mapzenUrl = 'https://search.mapzen.com/v1'
const mapzenUrl = 'https://api.geocode.earth/v1'

const reverseUrl = `${mapzenUrl}/reverse`
const searchUrl = `${mapzenUrl}/search`
Expand Down

0 comments on commit 74174fa

Please sign in to comment.