[GeoNode-users] Internal server error when adding WMS remote service... but it works using add layers in GEOXP..

Paolo Corti pcorti at gmail.com
Thu Jun 16 13:56:09 PDT 2016


On Thu, Jun 16, 2016 at 3:57 PM, Amedeo Fadini <amefad at gmail.com> wrote:
>
> Hu, me too! (never tried)
> But the Getcapabilities request it's ok.
>
> http://servizigis.regione.emilia-romagna.it/wms/dbtr2013_ctr5_light?service=wms&request=Getcapabilities
>
> so the problem is on the remoteside I guess. No problem, using add layer
> from GXP as I said, the map works.
>
> As long a the development of Geoxplorer will not going on further... there
> will be some substitute as web client?
>

The problem is with the "/" character in the layer name:
public/DBTR2013_Ctr5_Light

GeoNode is confused by this, as the layer page look for
layers/layer_name, so it ends up with
layers/public/DBTR2013_Ctr5_Light and the url cannot be correctly
resolved.

We should replace "/" with a "_", and anyway, urlify the name, to
avoid other source of problems.
If you file a ticket I will work on it later today.

cheers

p

-- 
Paolo Corti
Geospatial software developer
web: http://www.paolocorti.net
twitter: @capooti
skype: capooti


More information about the geonode-users mailing list