OpenLayers OpenLayers

Changeset 3179

Show
Ignore:
Timestamp:
05/24/07 13:42:02 (2 years ago)
Author:
tschaub
Message:

changes to examples/geojson.html

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/tschaub/geojson/examples/geojson.html

    r3165 r3179  
    88            left: 550px; 
    99            width: 350px; 
     10            padding: 10px; 
    1011        } 
    1112        #map { 
     
    111112    <div id="map"></div> 
    112113    <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> 
    113119        <div id="geoJSONInput"> 
    114120            <textarea id="geojson" rows="6" cols="30">paste GeoJSON here...</textarea>