Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-users] proble with wms

Hi,

This is uDig bug.  The WMS URL cannot have parameters.  So to make this work you would need to create a URL without parameters for example in apache you could make a rewrite rule:

RewriteRule ^/cgi-bin/mapserv.exe/map/(.*)/\?(.*)$ /cgi-bin/mapserv.exe?map=$1&$2 [P]

Something like that should work.  I have not tried it.  The point is the URL cannot have any parameters.  I will try to find a fix for this in uDig but for now this needs to be done.

If you do not have access to the mapserver you can also setup a proxy to that server. 

Sorry for the inconvenience.

Jesse

On Wed, Apr 21, 2010 at 6:41 PM, Luk <l.lanteri@xxxxxxxxxxxxxxxx> wrote:

Hi,
I'm tring to use a wms service but udig can't render the layer.

With some other wms service from the same provider I have no problem, and
the same service work fine with other QGIS.

Is there anyone that can suggest me where is the problem ?

the wms is:
http://wms.pcn.minambiente.it/cgi-bin/mapserv.exe?map=/ms_ogc/service/ortofoto_alluvione_piemonte_08_f32.map

Thx's
--
View this message in context: http://n2.nabble.com/proble-with-wms-tp4938073p4938073.html
Sent from the udig-users mailing list archive at Nabble.com.
_______________________________________________
udig-users mailing list
udig-users@xxxxxxxxxxxxxxxxxxxxx
http://lists.refractions.net/mailman/listinfo/udig-users


Back to the top