Changeset 3179
- Timestamp:
- 05/24/07 13:42:02 (2 years ago)
- Files:
-
- sandbox/tschaub/geojson/examples/geojson.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/tschaub/geojson/examples/geojson.html
r3165 r3179 8 8 left: 550px; 9 9 width: 350px; 10 padding: 10px; 10 11 } 11 12 #map { … … 111 112 <div id="map"></div> 112 113 <div id="controls"> 114 <p>This example uses a GeoJSON parser that follows the proposed 115 GeoJSON <a href="http://wiki.geojson.org/RFC-2">specification</a>. 116 You can paste the <a href="http://wiki.geojson.org/RFC-2#Examples">example</a> 117 GeoJSON objects below to see what they 118 look like rendered.</p> 113 119 <div id="geoJSONInput"> 114 120 <textarea id="geojson" rows="6" cols="30">paste GeoJSON here...</textarea>
