[OpenLayers-Commits] r4208 - sandbox/tschaub/xml/examples

commits at openlayers.org commits at openlayers.org
Mon Sep 10 18:43:48 EDT 2007


Author: tschaub
Date: 2007-09-10 18:43:47 -0400 (Mon, 10 Sep 2007)
New Revision: 4208

Modified:
   sandbox/tschaub/xml/examples/vector-formats.html
Log:
update example to show kml read/write

Modified: sandbox/tschaub/xml/examples/vector-formats.html
===================================================================
--- sandbox/tschaub/xml/examples/vector-formats.html	2007-09-10 22:37:59 UTC (rev 4207)
+++ sandbox/tschaub/xml/examples/vector-formats.html	2007-09-10 22:43:47 UTC (rev 4208)
@@ -76,7 +76,7 @@
             formats = {
                 wkt: new OpenLayers.Format.WKT(),
                 gml: new OpenLayers.Format.GML(),
-                georss: new OpenLayers.Format.GeoRSS(),
+                kml: new OpenLayers.Format.KML(),
                 geojson: new OpenLayers.Format.GeoJSON()
             };
 
@@ -147,7 +147,7 @@
             <select name="formatType" id="formatType">
                 <option value="wkt">Well-Known Text (WKT)</option>
                 <option value="gml">Geography Markup Language (GML)</option>
-                <option value="georss">GeoRSS</option>
+                <option value="kml">KML</option>
                 <option value="geojson">GeoJSON</option>
             </select>
             <br />



More information about the Commits mailing list