planetlabs / qgis-planet-plugin

Browse, filter, preview and download Planet Inc imagery in QGIS.
https://developers.planet.com/docs/integrations/qgis/
GNU General Public License v2.0
45 stars 12 forks source link

Fix xyz tiles access #129

Closed Samweli closed 1 year ago

Samweli commented 1 year ago

Fixes an issue when accessing Planet xyz tiles in QGIS. The issue occurs if user installs the Planet plugin and try to access a planet based tile service.

The PR updates the logic in the plugin that handles xyz planet basemap services.

Below is the plugin package zip file that contain changes from this PR planet_explorer.zip

Screenshot of the problem planet_error

Screenshot after resolving the issue fix_for_bug

Samweli commented 1 year ago

Superseded by https://github.com/planetlabs/qgis-planet-plugin/pull/130