Tuesday, June 12. 2007WMS Manager on OpenLayersTrackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
I think this is great! I am a big fan of openlayers, and this adds some great functionality. Keep up the good work!
Hi Jo, thx for your comment
Actually I didn't tried it with the new versions after 2.5 WMSManager, or OWSManager, should need a boost or some support. Lately we've been so busy and priorities shifted to other challenges. I would enthusistic to support a programmer that would be interested in refining OWSManager. do you know one? ciao lorenzo
Hi,
I tried to use WMS Manger and followed all the steps but I get error when i select the server as "Unhanded request return not found" any idea about this error. I'm using Firefox.Below is the code I used: #map { width: 800px; height: 475px; border: 1px solid black; } #queryOut { width:800px; height: 200px; border: 1px solid black; position:absolute; left:10px; top:500px; overflow:auto; } var map; function init(){ OpenLayers.ProxyHost = "/cgi-bin/proxy.cgi?url="; map = new OpenLayers.Map( $('map') ); var aWMSServers=new Array( ['OpenLayers WMS (UMN mapserver)','http://labs.metacarta.com/cgi-bin/mapserv?map=/www/labs/map/vmap0.map'] ); map.addControl( new OpenLayers.Control.WMSManager(aWMSServers ) ); //map.addControl(new OpenLayers.Control.NavToolbar()); var queryTarget = $('queryOut'); WMSToolbar = new OpenLayers.Control.WMSToolbar({queryTarget: queryTarget}); map.addControl(WMSToolbar); map.addControl(new OpenLayers.Control.WMSPermalink()); map.addControl(new OpenLayers.Control.WMSExporter()); }
the WMS manager is working fine with OpenLayers 2.5 but it is not working with OpenLayers 2.6. I wonder is there are going to be any upgrades for the WMS Manager
|
Calendar
QuicksearchArchivesCategoriesBlog Administration |
|||||||||||||||||||||||||||||||||||||||||||||||||