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

&quot in geo/REST/v1 url #37

Open
twestley opened this issue Nov 21, 2020 · 2 comments
Open

&quot in geo/REST/v1 url #37

twestley opened this issue Nov 21, 2020 · 2 comments

Comments

@twestley
Copy link

When running on MacOS 10.15.7, I'm getting an error when constructing urls. This is an example:

http://bing.com"//platform.bing.com/geo/REST/v1/Imagery/Map/RoadVibrant/36.136721,-81.734751/4?key=AsSOKo7OOz5VAtfAj0rjgaXlhCrCZI6PGbLj7GCH8IW2HUalyg4BVhqA0z77PRCj&c=en-US&od=2&shading=flat&pp=36.136721,-81.734751;S9;Julian

Workaround: insert grep -v '&quot' after sed in parsing urls.

@sergiofagostinho
Copy link

@twestley fix worked for me (Mojave). I think it's worth a PR.

@twestley
Copy link
Author

fix worked for me (Mojave). I think it's worth a PR.

thanks for submitting that PR

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

No branches or pull requests

2 participants