Changeset 2398
- Timestamp:
- 03/06/07 15:04:11 (2 years ago)
- Files:
-
- sandbox/vector-2.4/examples/GMLParser.html (modified) (1 diff)
- sandbox/vector-2.4/examples/gml (added)
- sandbox/vector-2.4/examples/gml-layer.html (modified) (1 diff)
- sandbox/vector-2.4/examples/gml/line.xml (copied) (copied from sandbox/vector/examples/geometry_testcase/line.xml)
- sandbox/vector-2.4/examples/gml/multipoint.xml (copied) (copied from sandbox/vector/examples/geometry_testcase/multipoint.xml)
- sandbox/vector-2.4/examples/gml/multipolygon.xml (copied) (copied from sandbox/vector/examples/geometry_testcase/multipolygon.xml)
- sandbox/vector-2.4/examples/gml/owls.xml (moved) (moved from sandbox/vector-2.4/examples/gml.out)
- sandbox/vector-2.4/examples/gml/point.xml (copied) (copied from sandbox/vector/examples/geometry_testcase/point.xml)
- sandbox/vector-2.4/examples/gml/polygon.xml (copied) (copied from sandbox/vector/examples/geometry_testcase/polygon.xml)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/vector-2.4/examples/GMLParser.html
r2394 r2398 25 25 } 26 26 function load() { 27 OpenLayers.loadURL("gml .out", "", null, parseData);27 OpenLayers.loadURL("gml/owls.gml", "", null, parseData); 28 28 } 29 29 </script> sandbox/vector-2.4/examples/gml-layer.html
r2395 r2398 21 21 "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} ); 22 22 map.addLayer(layer); 23 map.zoomToExtent(new OpenLayers.Bounds(- 85.924072,43.544312,-77.13501,48.762817));24 map.addLayer(new OpenLayers.Layer.GML("GML", "gml .out"));23 map.zoomToExtent(new OpenLayers.Bounds(-3.922119,44.335327,4.866943,49.553833)); 24 map.addLayer(new OpenLayers.Layer.GML("GML", "gml/polygon.xml")); 25 25 } 26 26 // -->
