OpenLayers OpenLayers

Changeset 5363

Show
Ignore:
Timestamp:
12/08/07 09:32:20 (1 year ago)
Author:
crschmidt
Message:

move walkthrough from Schuyler over into doc, since it is not an example,
and update links in the process.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/doc/walkthru.html

    r5118 r5363  
    1414<h2>Maps</h2> 
    1515<ol> 
    16     <li><a href="lite.html">Basic example</a></li> 
    17     <li><a href="layerswitcher.html">Layer switcher (aka legend)</a></li> 
    18     <li><a href="example.html">Base layers versus overlays</a></li> 
    19     <li><a href="multiserver.html">Multiple WMS mirrors</a></li> 
    20     <li><a href="fullScreen.html">Full screen map</a></li> 
    21     <li><a href="wrapDateLine.html">Wrapping the date line</a></li> 
    22     <li><a href="projected-map.html">Other cartographic projections</a></li> 
    23     <li><a href="layer-opacity.html">Translucent overlays</a></li> 
     16    <li><a href="../examples/lite.html">Basic example</a></li> 
     17    <li><a href="../examples/layerswitcher.html">Layer switcher (aka legend)</a></li> 
     18    <li><a href="../examples/example.html">Base layers versus overlays</a></li> 
     19    <li><a href="../examples/multiserver.html">Multiple WMS mirrors</a></li> 
     20    <li><a href="../examples/fullScreen.html">Full screen map</a></li> 
     21    <li><a href="../examples/wrapDateLine.html">Wrapping the date line</a></li> 
     22    <li><a href="../examples/projected-map.html">Other cartographic projections</a></li> 
     23    <li><a href="../examples/layer-opacity.html">Translucent overlays</a></li> 
    2424</ol> 
    2525 
    2626<h2>Raster Layers</h2> 
    2727<ol> 
    28     <li><a href="wms-untiled.html">Untiled WMS layer</a></li> 
    29     <li><a href="kamap.html">Ka-Map layer</a></li> 
    30     <li><a href="mapserver.html">MapServer layer</a></li> 
    31     <li><a href="worldwind.html">Worldwind layer</a></li> 
    32     <li><a href="tms.html">TMS layer</a></li> 
    33     <li><a href="image-layer.html">Image layer</a></li> 
    34     <li><a href="google.html">Google layer</a></li> 
    35     <li><a href="ve.html">VirtualEarth layer</a></li> 
    36     <li><a href="spherical-mercator.html">Spherical Mercator ("EPSG:900913")</a></li> 
     28    <li><a href="../examples/wms-untiled.html">Untiled WMS layer</a></li> 
     29    <li><a href="../examples/kamap.html">Ka-Map layer</a></li> 
     30    <li><a href="../examples/mapserver.html">MapServer layer</a></li> 
     31    <li><a href="../examples/worldwind.html">Worldwind layer</a></li> 
     32    <li><a href="../examples/tms.html">TMS layer</a></li> 
     33    <li><a href="../examples/image-layer.html">Image layer</a></li> 
     34    <li><a href="../examples/google.html">Google layer</a></li> 
     35    <li><a href="../examples/ve.html">VirtualEarth layer</a></li> 
     36    <li><a href="../examples/spherical-mercator.html">Spherical Mercator ("EPSG:900913")</a></li> 
    3737    <li><a href="http://tilecache.org/">TileCache</a></li> 
    3838</ol> 
     
    4040<h2>Marker Layers</h2> 
    4141<ol> 
    42     <li><a href="markers.html">Markers</a></li> 
    43     <li><a href="markerResize.html">Changing marker properties dynamically</a></li> 
    44     <li><a href="popups.html">Popups</a></li> 
    45     <li><a href="georss.html">GeoRSS</a> (<a href="georss.xml">example data</a>)</a></li> 
    46     <li><a href="georss-markers.html">GeoRSS with custom markers</a></li> 
    47     <li><a href="wfs.html">Point layer from WFS</a></li> 
    48     <li><a href="getfeatureinfo.html">WFS GetFeatureInfo example</a></li> 
     42    <li><a href="../examples/markers.html">Markers</a></li> 
     43    <li><a href="../examples/markerResize.html">Changing marker properties dynamically</a></li> 
     44    <li><a href="../examples/popups.html">Popups</a></li> 
     45    <li><a href="../examples/georss.html">GeoRSS</a> (<a href="georss.xml">example data</a>)</a></li> 
     46    <li><a href="../examples/georss-markers.html">GeoRSS with custom markers</a></li> 
     47    <li><a href="../examples/wfs.html">Point layer from WFS</a></li> 
     48    <li><a href="../examples/getfeatureinfo.html">WFS GetFeatureInfo example</a></li> 
    4949</ol> 
    5050 
    5151<h2>Events and Controls</h2> 
    5252<ol> 
    53     <li><a href="navtoolbar.html">Navigation tools on the map</a></li> 
    54     <li><a href="navtoolbar-outsidemap.html">Navigation toolbar off the map</a></li> 
    55     <li><a href="mouse-position.html">Tracking the mouse position</a></li> 
    56     <li><a href="overview.html">Overview map</a></li> 
    57     <li><a href="attribution.html">Layer attribution</a></li> 
    58     <li><a href="controls.html">Full range of controls</a></li> 
    59     <li><a href="custom-control.html">Custom controls #1</a></li> 
    60     <li><a href="custom-control.html">Custom controls #2</a></li> 
    61     <li><a href="custom-style.html">Custom control styles</a></li> 
    62     <li><a href="click.html">Trapping click events</a></li> 
    63     <li><a href="layerLoadMonitoring.html">Tracking map events</a></li> 
     53    <li><a href="../examples/navtoolbar.html">Navigation tools on the map</a></li> 
     54    <li><a href="../examples/navtoolbar-outsidemap.html">Navigation toolbar off the map</a></li> 
     55    <li><a href="../examples/mouse-position.html">Tracking the mouse position</a></li> 
     56    <li><a href="../examples/overview.html">Overview map</a></li> 
     57    <li><a href="../examples/attribution.html">Layer attribution</a></li> 
     58    <li><a href="../examples/controls.html">Full range of controls</a></li> 
     59    <li><a href="../examples/custom-control.html">Custom controls #1</a></li> 
     60    <li><a href="../examples/custom-control.html">Custom controls #2</a></li> 
     61    <li><a href="../examples/custom-style.html">Custom control styles</a></li> 
     62    <li><a href="../examples/click.html">Trapping click events</a></li> 
     63    <li><a href="../examples/layerLoadMonitoring.html">Tracking map events</a></li> 
    6464</ol> 
    6565 
    6666<h2>Vector Layers</h2> 
    6767<ol> 
    68     <li><a href="vector-features.html">Generating features in JavaScript</a></li> 
    69     <li><a href="gml-layer.html">Loading features from GML</a></li> 
    70     <li><a href="kml-layer.html">Loading features from KML</a></li> 
    71     <li><a href="gml-serialize.html">Serializing features to GML</a></li> 
    72     <li><a href="vector-formats.html">Serializing to other formats</a></li> 
    73     <li><a href="select-feature.html">Selecting features</a></li> 
    74     <li><a href="select-feature-openpopup.html">Attaching popups to features</a></li> 
     68    <li><a href="../examples/vector-features.html">Generating features in JavaScript</a></li> 
     69    <li><a href="../examples/gml-layer.html">Loading features from GML</a></li> 
     70    <li><a href="../examples/kml-layer.html">Loading features from KML</a></li> 
     71    <li><a href="../examples/gml-serialize.html">Serializing features to GML</a></li> 
     72    <li><a href="../examples/vector-formats.html">Serializing to other formats</a></li> 
     73    <li><a href="../examples/select-feature.html">Selecting features</a></li> 
     74    <li><a href="../examples/select-feature-openpopup.html">Attaching popups to features</a></li> 
    7575</ol> 
    7676 
    7777<h2>Editing Tools</h2> 
    7878<ol> 
    79     <li><a href="draw-feature.html">Drawing features</a></li> 
    80     <li><a href="editingtoolbar.html">Editing toolbar</a> (<a href="editingtoolbar-outside.html">outside the map</a>)</li> 
    81     <li><a href="regular-polygons.html">Creating regular polygons</a></li> 
    82     <li><a href="modify-feature.html">Modifying features</a></li> 
    83     <li><a href="resize-features.html">Resizing features</a></li> 
    84     <li><a href="rotate-features.html">Rotating features</a></li> 
    85     <li><a href="wfs-t.html">Transactional WFS example</a></li> 
     79    <li><a href="../examples/draw-feature.html">Drawing features</a></li> 
     80    <li><a href="../examples/editingtoolbar.html">Editing toolbar</a> (<a href="editingtoolbar-outside.html">outside the map</a>)</li> 
     81    <li><a href="../examples/regular-polygons.html">Creating regular polygons</a></li> 
     82    <li><a href="../examples/modify-feature.html">Modifying features</a></li> 
     83    <li><a href="../examples/resize-features.html">Resizing features</a></li> 
     84    <li><a href="../examples/rotate-features.html">Rotating features</a></li> 
     85    <li><a href="../examples/wfs-t.html">Transactional WFS example</a></li> 
    8686    <li><a href="http://featureserver.org/">FeatureServer</a></li> 
    8787</ol>