From c3af58d78cc252f1df3a948697281a6e2d21d6dc Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 10 Sep 2007 22:47:13 +0000 Subject: [PATCH] update example to show gml read/write git-svn-id: http://svn.openlayers.org/trunk/openlayers@4209 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/vector-formats.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/vector-formats.html b/examples/vector-formats.html index 95fb162f2f..3388b7ea7c 100644 --- a/examples/vector-formats.html +++ b/examples/vector-formats.html @@ -76,7 +76,9 @@ formats = { wkt: new OpenLayers.Format.WKT(), - geojson: new OpenLayers.Format.GeoJSON() + geojson: new OpenLayers.Format.GeoJSON(), + gml: new OpenLayers.Format.GML() //, + //kml: new OpenLayers.Format.KML() }; map.setCenter(new OpenLayers.LonLat(0, 0), 1); @@ -144,6 +146,8 @@