-
Notifications
You must be signed in to change notification settings - Fork 263
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
Add tomtom geocoder (v3) #2216
Add tomtom geocoder (v3) #2216
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM! However, there is a merge issue.
"FASTLY_API_KEY": "", | ||
"FASTLY_CARTODB_SERVICE": "" | ||
"FASTLY_CARTODB_SERVICE": "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really nice @elenatorro
Hopefully we'll have really geocoder smoooooth changes in the future 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm still testing this, this is just too complicated for something that should be more simple, let's see if we can fix it :)
@@ -51,17 +51,17 @@ describe('cdb.geo.ui.Search', function() { | |||
}, | |||
type: undefined | |||
}; | |||
cdb.geo.geocoder.MAPBOX.geocode = function(address, callback) { | |||
cdb.geo.geocoder[this.view.GEOCODER_SERVICE].geocode = function(address, callback) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💥
Related issues: