[MapProxy] transparency

GMUER Daniel daniel.gmuer at hexagon.com
Wed Jul 24 00:04:49 PDT 2024


Hi Jens


Just add: transparent: true
I was able to get a transparent map with:

  abknrw_src:
    type: wms
    req:
      url: https://www.wms.nrw.de/geobasis/wms_nw_abk
      layers: nw_abk_sw
      srs: 'EPSG:25832'
      format: image/png
      transparent: true
      transparent_color: '#FEFEFE'
      transparent_color_tolerance: 0

This creates Requests like:
https://www.wms.nrw.de/geobasis/wms_nw_abk?layers=nw_abk_sw&srs=EPSG%3A3857&format=image%2Fpng&transparent=True&transparent_color=%23FEFEFE&transparent_color_tolerance=0&bbox=781444.404044962,6702562.363127857,782151.4465566032,6703269.405639496&width=1184&height=1184&request=GetMap&version=1.1.1&service=WMS&styles=

BTW: I'm not sure about the impact of srs: 'EPSG:25832'. You'll get the same wms-request when you remove it...

Regards
Daniel



Von: MapProxy <mapproxy-bounces at lists.osgeo.org> Im Auftrag von Claßen, Jens via MapProxy
Gesendet: Dienstag, 23. Juli 2024 12:04
An: mapproxy at lists.osgeo.org
Betreff: [MapProxy] transparency

This email is not from Hexagon's Office 365 instance. Please be careful while clicking links, opening attachments, or replying to this email.

Hello everyone,

I have integrated the ABK from NRW in the Mapproxy. It works so far, but in the b/w (german s/w) version the white areas are not displayed transparently.

I defined the following in the yaml:

sources:
  abk_sw_wms:
    type: wms
    req:
      URL: https://www.wms.nrw.de/geobasis/wms_nw_abk
      layers: nw_abk_sw
      srs: 'EPSG:25832'
      format: image/png
      transparent_color: '#FEFEFE'
      transparent_color_tolerance: 0

Does anyone have a solution?

Best regards

Jens

Mit freundlichen Grüßen
Im Auftrag

Jens Claßen

[cid:image001.jpg at 01DADDA7.3FD15010]

Stadt Erftstadt
Amt für Stadtplanung und Bauordnung
CAD und GIS Administration
Holzdamm 10
50374 Erftstadt
E-Mail: Jens.Classen at erftstadt.de<mailto:Jens.Classen at erftstadt.de>
Tel.: +492235409355
Internet: https://www.erftstadt.de<https://www.erftstadt.de/>

[cid:image002.png at 01DADDA7.3FD15010]

Hinweis: Diese E-Mail und/oder die Anhänge sind vertraulich und ausschließlich für den bezeichneten Adressaten bestimmt. Die Weitergabe oder Kopieren dieser E-Mail ist strengstens verboten. Wenn Sie diese E-Mail irrtümlich erhalten haben, informieren Sie bitte unverzüglich den Absender und vernichten Sie die Nachricht und alle Anhänge. Vielen Dank.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapproxy/attachments/20240724/db53023d/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 14929 bytes
Desc: image001.jpg
URL: <http://lists.osgeo.org/pipermail/mapproxy/attachments/20240724/db53023d/attachment-0001.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.png
Type: image/png
Size: 30575 bytes
Desc: image002.png
URL: <http://lists.osgeo.org/pipermail/mapproxy/attachments/20240724/db53023d/attachment-0001.png>


More information about the MapProxy mailing list