Skip to content

Commit

Permalink
Merge pull request #63 from kreis-viersen/flurstueckinfo_transparenz
Browse files Browse the repository at this point in the history
Setze Layer mit Flurstückinfos 100% transparent
  • Loading branch information
pathmapper authored Aug 26, 2024
2 parents 621d639 + 400809d commit 1c1591f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flurstuecks_finder_nrw.py
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ def OpenBrowser(self, browser):
param = {
"layerIDs": "200370,29105,29105flu,29106,29106flu,29107,29107flu,29108,29108flu,20070,20071",
"visibility": "true,true,true,true,true,true,true,true,true,true,true",
"transparency": "0,0,0,0,0,0,0,0,0,0,0",
"transparency": "0,0,100,0,100,0,100,0,100,0,0",
"marker": f"{x_poi},{y_poi}",
"zoomToExtent": f"{xmin},{ymin},{xmax},{ymax}",
}
Expand Down
6 changes: 4 additions & 2 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
name=Flurstücksfinder NRW
qgisMinimumVersion=3.22
description=Find and display parcels (German State of North Rhine-Westphalia) - Flurstücksuche in NRW
version=1.4.2
version=1.4.3
author=Kreis Viersen
[email protected]

Expand All @@ -24,7 +24,9 @@ repository=https://github.com/kreis-viersen/flurstuecksfinder-nrw

hasProcessingProvider=no
# Uncomment the following line and add your changelog:
changelog=v1.4.2:
changelog=v1.4.3:
- Optimiere Link für das Geoportal Niederrhein
v1.4.2:
- Layerauswahl für das Geoportal Niederrhein angepasst
v1.4.1:
- Hinweis wenn GetCapabilities-Dokument nicht wie erwartet
Expand Down

0 comments on commit 1c1591f

Please sign in to comment.