earthdaily / qgis-plugin

🗺️ To be able to discover, request and use aggregate imagery products based on landsat-8/9, Sentinel 2 and other sensors from within QGIS, using the <geosys/> API.
GNU General Public License v3.0
15 stars 9 forks source link

Fixed url filtering character issue #167

Closed vermeulendivan closed 2 years ago

vermeulendivan commented 2 years ago

Fixes the double '?' for filtering in the create map URL. The code will now check if the API response already contains a filter, and if it does, makes use of '&' to append to the filtering; other '?' for the start of filtering in the URL.

image