Skip to content

Commit

Permalink
use PNG rather than JPEG for WMS layers
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jun 18, 2018
1 parent dc252cb commit a4808d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swiss_locator/swiss_locator_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def triggerResult(self, result: QgsLocatorResult):
'&crs=EPSG:{crs}' \
'&dpiMode=7' \
'&featureCount=10' \
'&format=image/jpeg' \
'&format=image/png' \
'&layers={layer}' \
'&styles=' \
'&url=http://wms.geo.admin.ch/?VERSION%3D2.0.0'\
Expand Down

0 comments on commit a4808d5

Please sign in to comment.