Changeset 7130
- Timestamp:
- 05/09/08 17:59:25 (3 months ago)
- Files:
-
- trunk/openlayers/examples/wfs-states.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/wfs-states.html
r7129 r7130 9 9 10 10 function init(){ 11 OpenLayers.ProxyHost=" /cgi-bin/proxy.cgi?url=";11 OpenLayers.ProxyHost="proxy.cgi?url="; 12 12 map = new OpenLayers.Map('map', {controls: [ new OpenLayers.Control.PanZoom(), new OpenLayers.Control.Permalink(), new OpenLayers.Control.MouseDefaults() ]} ); 13 13 layer = new OpenLayers.Layer.WMS( "OpenLayers WMS",
