[OpenLayers-Users] WFS layers loaded are not visible [Solved]
Alessio Di Lorenzo
alessio.dilorenzo at gmail.com
Wed Mar 5 11:05:07 EST 2008
You're right Christopher.
By changing the allowedHosts var like the following (without 'http://'
before 'localhost')
allowedHosts = ['www.openlayers.org', 'openlayers.org',
'labs.metacarta.com', 'world.freemap.in',
'prototype.openmnnd.org', 'geo.openplans.org',
'localhost']
and writing
OpenLayers.ProxyHost="/cgi-bin/proxy.cgi/?url=";
in the javascript, the application works the same (but now using proxy,
right?)
> extractAttributes: true is your friend.
>
> Regards,
>
Yes I read it in the ML and already done! Thanks ;)
Now I have to better understand how to use the filter
More information about the Users
mailing list