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

Add tomtom geocoder (v3) #2216

Merged
merged 12 commits into from
Jan 9, 2019
Merged

Add tomtom geocoder (v3) #2216

merged 12 commits into from
Jan 9, 2019

Conversation

elenatorro
Copy link
Contributor

Related issues:

src/geo/geocoders/tomtom_geocoder.js Outdated Show resolved Hide resolved
src/geo/geocoders/tomtom_geocoder.js Outdated Show resolved Hide resolved
src/geo/geocoders/tomtom_geocoder.js Outdated Show resolved Hide resolved
src/geo/geocoders/tomtom_geocoder.js Outdated Show resolved Hide resolved
@elenatorro elenatorro requested a review from Jesus89 January 3, 2019 12:43
Copy link
Member

@Jesus89 Jesus89 left a 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.

test/SpecRunner-src.html Outdated Show resolved Hide resolved
"FASTLY_API_KEY": "",
"FASTLY_CARTODB_SERVICE": ""
"FASTLY_CARTODB_SERVICE": "",
Copy link
Contributor

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 👍

Copy link
Contributor Author

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) {
Copy link
Contributor

Choose a reason for hiding this comment

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

💥

@elenatorro elenatorro merged commit 887fbbc into v3 Jan 9, 2019
@elenatorro elenatorro deleted the 2214-add-tomtom-geocoder-v3 branch January 9, 2019 13:58
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.

4 participants