[OpenLayers-Commits] r3179 - sandbox/tschaub/geojson/examples

commits at openlayers.org commits at openlayers.org
Thu May 24 13:42:03 EDT 2007


Author: tschaub
Date: 2007-05-24 13:42:02 -0400 (Thu, 24 May 2007)
New Revision: 3179

Modified:
   sandbox/tschaub/geojson/examples/geojson.html
Log:
changes to examples/geojson.html

Modified: sandbox/tschaub/geojson/examples/geojson.html
===================================================================
--- sandbox/tschaub/geojson/examples/geojson.html	2007-05-24 14:55:48 UTC (rev 3178)
+++ sandbox/tschaub/geojson/examples/geojson.html	2007-05-24 17:42:02 UTC (rev 3179)
@@ -7,6 +7,7 @@
             top: 70px;
             left: 550px;
             width: 350px;
+            padding: 10px;
         }
         #map {
             width: 512px;
@@ -110,6 +111,11 @@
     <div id="info"></div>
     <div id="map"></div>
     <div id="controls">
+        <p>This example uses a GeoJSON parser that follows the proposed
+        GeoJSON <a href="http://wiki.geojson.org/RFC-2">specification</a>.
+        You can paste the <a href="http://wiki.geojson.org/RFC-2#Examples">example</a>
+        GeoJSON objects below to see what they
+        look like rendered.</p>
         <div id="geoJSONInput">
             <textarea id="geojson" rows="6" cols="30">paste GeoJSON here...</textarea>
             <br />



More information about the Commits mailing list