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

Default OSM XYZ tile provider URL should use HTTPS and not a hardcoded subsubdomain #30855

Closed
kannes opened this issue Jul 22, 2019 · 2 comments · Fixed by #30901
Closed

Default OSM XYZ tile provider URL should use HTTPS and not a hardcoded subsubdomain #30855

kannes opened this issue Jul 22, 2019 · 2 comments · Fixed by #30901
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!

Comments

@kannes
Copy link
Contributor

kannes commented Jul 22, 2019

A Pull Request felt like overkill. Trivial and quick change:

In https://github.com/qgis/QGIS/blob/master/resources/qgis_global_settings.ini please change the
connections-xyz\OpenStreetMap\url=http://a.tile.openstreetmap.org/{z}/{x}/{y}.png
to
connections-xyz\OpenStreetMap\url=https://tile.openstreetmap.org/{z}/{x}/{y}.png

This is a) HTTPS and b) not hardcoding a specific tile server but allowing OSM's round-robin stuff to be used.

@kannes kannes added the Bug Either a bug report, or a bug fix. Let's hope for the latter! label Jul 22, 2019
m-kuhn added a commit to m-kuhn/QGIS that referenced this issue Jul 24, 2019
@m-kuhn
Copy link
Member

m-kuhn commented Jul 24, 2019

Pull request opened

backporting bot pushed a commit that referenced this issue Jul 24, 2019
backporting bot pushed a commit that referenced this issue Jul 24, 2019
@kannes
Copy link
Contributor Author

kannes commented Jul 24, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants