Update URLs for examples to point to locations for main site instead of dev.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@2804 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
var map, layer;
|
var map, layer;
|
||||||
|
|
||||||
function init(){
|
function init(){
|
||||||
OpenLayers.ProxyHost="proxy.cgi?url=";
|
OpenLayers.ProxyHost="/proxy/?url=";
|
||||||
map = new OpenLayers.Map( $('map'), {'maxResolution':'auto', maxExtent: new OpenLayers.Bounds(-203349.72008129774,4816309.33,1154786.8041952979,5472346.5), projection: 'EPSG:26915' } );
|
map = new OpenLayers.Map( $('map'), {'maxResolution':'auto', maxExtent: new OpenLayers.Bounds(-203349.72008129774,4816309.33,1154786.8041952979,5472346.5), projection: 'EPSG:26915' } );
|
||||||
layer = new OpenLayers.Layer.WMS( "OpenLayers WMS",
|
layer = new OpenLayers.Layer.WMS( "OpenLayers WMS",
|
||||||
["http://geoint.lmic.state.mn.us/cgi-bin/wms"], {layers: 'fsa'} );
|
["http://geoint.lmic.state.mn.us/cgi-bin/wms"], {layers: 'fsa'} );
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
map.addLayer(layer);
|
map.addLayer(layer);
|
||||||
|
|
||||||
layer = new OpenLayers.Layer.WFS( "Scribble WFS",
|
layer = new OpenLayers.Layer.WFS( "Scribble WFS",
|
||||||
"http://dev.openlayers.org/geoserver/wfs",
|
"/geoserver/wfs",
|
||||||
{ typename: 'topp:line' },
|
{ typename: 'topp:line' },
|
||||||
{
|
{
|
||||||
typename: 'line',
|
typename: 'line',
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
map.addLayer(layer);
|
map.addLayer(layer);
|
||||||
|
|
||||||
layer = new OpenLayers.Layer.WFS( "States WFS",
|
layer = new OpenLayers.Layer.WFS( "States WFS",
|
||||||
"http://dev.openlayers.org/geoserver/wfs",
|
"/geoserver/wfs",
|
||||||
{ typename: 'topp:states' } );
|
{ typename: 'topp:states' } );
|
||||||
map.addLayer(layer);
|
map.addLayer(layer);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user