Changeset 3369
- Timestamp:
- 06/19/07 20:53:58 (1 year ago)
- Files:
-
- trunk/openlayers/examples/custom-control.html (modified) (1 diff)
- trunk/openlayers/examples/gml-layer.html (modified) (1 diff)
- trunk/openlayers/examples/kml-layer-linestring.html (modified) (1 diff)
- trunk/openlayers/examples/kml-layer.html (modified) (1 diff)
- trunk/openlayers/examples/openmnnd.html (modified) (1 diff)
- trunk/openlayers/examples/vector-features.html (modified) (1 diff)
- trunk/openlayers/examples/wfs-scribble.html (modified) (1 diff)
- trunk/openlayers/examples/wfs-states.html (modified) (1 diff)
- trunk/openlayers/examples/wfs-t.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/examples/custom-control.html
r2978 r3369 17 17 18 18 function init(){ 19 map = new OpenLayers.Map( $('map'));19 map = new OpenLayers.Map('map'); 20 20 layer = new OpenLayers.Layer.WMS( "OpenLayers WMS", 21 21 "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} ); trunk/openlayers/examples/gml-layer.html
r2978 r3369 17 17 18 18 function init(){ 19 map = new OpenLayers.Map( $('map'));19 map = new OpenLayers.Map('map'); 20 20 layer = new OpenLayers.Layer.WMS( "OpenLayers WMS", 21 21 "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} ); trunk/openlayers/examples/kml-layer-linestring.html
r2978 r3369 17 17 18 18 function init(){ 19 map = new OpenLayers.Map( $('map'));19 map = new OpenLayers.Map('map'); 20 20 layer = new OpenLayers.Layer.WMS( "OpenLayers WMS", 21 21 "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} ); trunk/openlayers/examples/kml-layer.html
r2978 r3369 17 17 18 18 function init(){ 19 map = new OpenLayers.Map( $('map'));19 map = new OpenLayers.Map('map'); 20 20 layer = new OpenLayers.Layer.WMS( "OpenLayers WMS", 21 21 "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} ); trunk/openlayers/examples/openmnnd.html
r3043 r3369 18 18 function init(){ 19 19 OpenLayers.ProxyHost="/proxy/?url="; 20 map = new OpenLayers.Map( $('map'), {'maxResolution':'auto', maxExtent: new OpenLayers.Bounds(-203349.72008129774,4816309.33,1154786.8041952979,5472346.5), projection: 'EPSG:26915' } );20 map = new OpenLayers.Map('map', {'maxResolution':'auto', maxExtent: new OpenLayers.Bounds(-203349.72008129774,4816309.33,1154786.8041952979,5472346.5), projection: 'EPSG:26915' } ); 21 21 layer = new OpenLayers.Layer.WMS( "OpenLayers WMS", 22 22 ["http://geoint.lmic.state.mn.us/cgi-bin/wms"], {layers: 'fsa'} ); trunk/openlayers/examples/vector-features.html
r3146 r3369 14 14 15 15 function init(){ 16 map = new OpenLayers.Map( $('map'));16 map = new OpenLayers.Map('map'); 17 17 var layer = new OpenLayers.Layer.WMS( "OpenLayers WMS", 18 18 "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} ); trunk/openlayers/examples/wfs-scribble.html
r3043 r3369 14 14 15 15 function init(){ 16 map = new OpenLayers.Map( $('map'), {controls: [ new OpenLayers.Control.PanZoom(), new OpenLayers.Control.Permalink() ]} );16 map = new OpenLayers.Map('map', {controls: [ new OpenLayers.Control.PanZoom(), new OpenLayers.Control.Permalink() ]} ); 17 17 layer = new OpenLayers.Layer.WMS( "OpenLayers WMS", 18 18 "http://labs.metacarta.com/wms-c/Basic.py", trunk/openlayers/examples/wfs-states.html
r2978 r3369 15 15 function init(){ 16 16 OpenLayers.ProxyHost="/cgi-bin/proxy.cgi?url="; 17 map = new OpenLayers.Map( $('map'), {controls: [ new OpenLayers.Control.PanZoom(), new OpenLayers.Control.Permalink(), new OpenLayers.Control.MouseDefaults() ]} );17 map = new OpenLayers.Map('map', {controls: [ new OpenLayers.Control.PanZoom(), new OpenLayers.Control.Permalink(), new OpenLayers.Control.MouseDefaults() ]} ); 18 18 layer = new OpenLayers.Layer.WMS( "OpenLayers WMS", 19 19 "http://labs.metacarta.com/wms-c/Basic.py", trunk/openlayers/examples/wfs-t.html
r3043 r3369 14 14 15 15 function init(){ 16 map = new OpenLayers.Map( $('map'));16 map = new OpenLayers.Map('map'); 17 17 layer = new OpenLayers.Layer.WMS( "State", 18 18 "http://dev.openlayers.org/geoserver/wms", {layers: 'topp:tasmania_state_boundaries'} );
