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

fix(mapbox-geocoding): fixing an issue where the query is not properly encoded, and fixing an issue where the query string building is using an outdated method #46

Merged
merged 4 commits into from
Aug 19, 2022

Conversation

JustinCanton
Copy link
Owner

No description provided.

@JustinCanton JustinCanton self-assigned this Aug 18, 2022
@JustinCanton JustinCanton added the bug Something isn't working label Aug 18, 2022
@JustinCanton JustinCanton added this to the 1.2.0 milestone Aug 18, 2022
@JustinCanton JustinCanton linked an issue Aug 18, 2022 that may be closed by this pull request
@JustinCanton JustinCanton merged commit 5b55f4d into develop Aug 19, 2022
@JustinCanton JustinCanton deleted the pound_symbol_handling branch August 19, 2022 00:23
JustinCanton added a commit that referenced this pull request Aug 20, 2022
* feat(core): adding extra information and logging surrounding exceptions  (#44)

* feat(core): adding extra information and logging surrounding exceptions

Adding extra information into the data including the http status code response, and the uri that failed.

Updating exception handling to use an exception provider.

Creating a base Exception class that prints out the exception data on ToString.

* refactor: fixing code warnings

* test(core): adding tests for the exception provider

* fix(mapbox-geocoding): fixing an issue where the query is not properly encoded, and fixing an issue where the query string building is using an outdated method (#46)

* fix(mapbox-geocoding): fixing an issue where the query is not properly encoded

* feat: updating how query strings are created to be more inline with standards

* test(mapbox-geocoding): adding tests for encoding of query information

* feat(mapbox-geocoding): changing the encoding method to UrlEncoder for consistency

* docs: updating the README and CHANGELOG
This was referenced Aug 20, 2022
JustinCanton added a commit that referenced this pull request Aug 20, 2022
* feat(core): adding extra information and logging surrounding exceptions  (#44)

* feat(core): adding extra information and logging surrounding exceptions

Adding extra information into the data including the http status code response, and the uri that failed.

Updating exception handling to use an exception provider.

Creating a base Exception class that prints out the exception data on ToString.

* refactor: fixing code warnings

* test(core): adding tests for the exception provider

* fix(mapbox-geocoding): fixing an issue where the query is not properly encoded, and fixing an issue where the query string building is using an outdated method (#46)

* fix(mapbox-geocoding): fixing an issue where the query is not properly encoded

* feat: updating how query strings are created to be more inline with standards

* test(mapbox-geocoding): adding tests for encoding of query information

* feat(mapbox-geocoding): changing the encoding method to UrlEncoder for consistency

* docs: updating the README and CHANGELOG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MapBox Query with pound sign # has Unexpected Results
1 participant