sitmun / sitmun-proxy-middleware

The proxy "middleware" component of the SITMUN platform.
European Union Public License 1.2
1 stars 2 forks source link

Background layers not working #8

Open RicardCots opened 3 days ago

RicardCots commented 3 days ago

Describe the bug We have encountered that SITMUN have dificulties using some wmts services. For instance the WMTS from GOIB (Govern de les Illes Balears) and WMTS from SITNA. Both work perfectly in a APISITNA viewer. Looks like something related with the Proxy behavior.

https://ideib.caib.es/geoserveis/rest/services/imatges/GOIB_Ortofoto_2015_IB/MapServer/WMTS https://ideib.caib.es/geoserveis/rest/services/imatges/GOIB_Ortofoto_2018_IB/MapServer/WMTS (and all wmts) https://idena.navarra.es/ogc/wmts

For instance the IDENA viewer return this error while trying to retreive the background layer WMTS idena mentioned above: imagen

The requested URL for the client is: https://ide.cime.es/stm3/middleware/proxy/20/5/WMTS/208/mapabase/default/epsg25830/6/39/25.png

That produces the next error imagen

While the traduces URL should be https://idena.navarra.es/ogc/wmts/mapabase/default/epsg25830/6/39/25.png

imagen

The same happens with GOIB Services

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://ide.cime.es/stm3/viewer'
  2. Click on Public acces and select Visualitzador IDE Navarra or Visualitzador IDE menorca
  3. Try to activate one of the background layers descrived above.
  4. See error

Expected behavior All those services working perfectly.

Screenshots Done above.

fjlopez commented 2 days ago

Duplicated same as #6