[OpenLayers-Commits] r5118 - trunk/openlayers/examples

commits at openlayers.org commits at openlayers.org
Tue Nov 6 06:26:30 EST 2007


Author: sderle
Date: 2007-11-06 06:26:29 -0500 (Tue, 06 Nov 2007)
New Revision: 5118

Added:
   trunk/openlayers/examples/walkthru.html
Log:
Simple walkthrough made for FAO GeoNetwork workshop. Intended to be a stopgap until the new automated example indexing is committed to trunk.


Added: trunk/openlayers/examples/walkthru.html
===================================================================
--- trunk/openlayers/examples/walkthru.html	                        (rev 0)
+++ trunk/openlayers/examples/walkthru.html	2007-11-06 11:26:29 UTC (rev 5118)
@@ -0,0 +1,96 @@
+<html>
+<head>
+<title>OpenLayers examples walkthrough</title>
+<style type="text/css">
+    a { color:blue; text-decoration: none; }
+    a:hover { text-decoration: underline; }
+</style>
+<base href="http://openlayers.org/dev/examples/">
+</head>
+<body style="font-family: sans-serif">
+<h1><pre style="font-size: larger">&lt;ol&gt;</pre></h1>
+<p>API documentation: <a href="http://dev.openlayers.org/docs/">http://dev.openlayers.org/docs/</a></p>
+<p>Examples: <a href="http://dev.openlayers.org/examples/">http://openlayers.org/dev/examples/</a></p>
+<h2>Maps</h2>
+<ol>
+    <li><a href="lite.html">Basic example</a></li>
+    <li><a href="layerswitcher.html">Layer switcher (aka legend)</a></li>
+    <li><a href="example.html">Base layers versus overlays</a></li>
+    <li><a href="multiserver.html">Multiple WMS mirrors</a></li>
+    <li><a href="fullScreen.html">Full screen map</a></li>
+    <li><a href="wrapDateLine.html">Wrapping the date line</a></li>
+    <li><a href="projected-map.html">Other cartographic projections</a></li>
+    <li><a href="layer-opacity.html">Translucent overlays</a></li>
+</ol>
+
+<h2>Raster Layers</h2>
+<ol>
+    <li><a href="wms-untiled.html">Untiled WMS layer</a></li>
+    <li><a href="kamap.html">Ka-Map layer</a></li>
+    <li><a href="mapserver.html">MapServer layer</a></li>
+    <li><a href="worldwind.html">Worldwind layer</a></li>
+    <li><a href="tms.html">TMS layer</a></li>
+    <li><a href="image-layer.html">Image layer</a></li>
+    <li><a href="google.html">Google layer</a></li>
+    <li><a href="ve.html">VirtualEarth layer</a></li>
+    <li><a href="spherical-mercator.html">Spherical Mercator ("EPSG:900913")</a></li>
+    <li><a href="http://tilecache.org/">TileCache</a></li>
+</ol>
+
+<h2>Marker Layers</h2>
+<ol>
+    <li><a href="markers.html">Markers</a></li>
+    <li><a href="markerResize.html">Changing marker properties dynamically</a></li>
+    <li><a href="popups.html">Popups</a></li>
+    <li><a href="georss.html">GeoRSS</a> (<a href="georss.xml">example data</a>)</a></li>
+    <li><a href="georss-markers.html">GeoRSS with custom markers</a></li>
+    <li><a href="wfs.html">Point layer from WFS</a></li>
+    <li><a href="getfeatureinfo.html">WFS GetFeatureInfo example</a></li>
+</ol>
+
+<h2>Events and Controls</h2>
+<ol>
+    <li><a href="navtoolbar.html">Navigation tools on the map</a></li>
+    <li><a href="navtoolbar-outsidemap.html">Navigation toolbar off the map</a></li>
+    <li><a href="mouse-position.html">Tracking the mouse position</a></li>
+    <li><a href="overview.html">Overview map</a></li>
+    <li><a href="attribution.html">Layer attribution</a></li>
+    <li><a href="controls.html">Full range of controls</a></li>
+    <li><a href="custom-control.html">Custom controls #1</a></li>
+    <li><a href="custom-control.html">Custom controls #2</a></li>
+    <li><a href="custom-style.html">Custom control styles</a></li>
+    <li><a href="click.html">Trapping click events</a></li>
+    <li><a href="layerLoadMonitoring.html">Tracking map events</a></li>
+</ol>
+
+<h2>Vector Layers</h2>
+<ol>
+    <li><a href="vector-features.html">Generating features in JavaScript</a></li>
+    <li><a href="gml-layer.html">Loading features from GML</a></li>
+    <li><a href="kml-layer.html">Loading features from KML</a></li>
+    <li><a href="gml-serialize.html">Serializing features to GML</a></li>
+    <li><a href="vector-formats.html">Serializing to other formats</a></li>
+    <li><a href="select-feature.html">Selecting features</a></li>
+    <li><a href="select-feature-openpopup.html">Attaching popups to features</a></li>
+</ol>
+
+<h2>Editing Tools</h2>
+<ol>
+    <li><a href="draw-feature.html">Drawing features</a></li>
+    <li><a href="editingtoolbar.html">Editing toolbar</a> (<a href="editingtoolbar-outside.html">outside the map</a>)</li>
+    <li><a href="regular-polygons.html">Creating regular polygons</a></li>
+    <li><a href="modify-feature.html">Modifying features</a></li>
+    <li><a href="resize-features.html">Resizing features</a></li>
+    <li><a href="rotate-features.html">Rotating features</a></li>
+    <li><a href="wfs-t.html">Transactional WFS example</a></li>
+    <li><a href="http://featureserver.org/">FeatureServer</a></li>
+</ol>
+
+<h2>Testing</h2>
+<ol>
+    <li><a href="../tests/run-tests.html">Test.AnotherWay suite</a></li>
+</ol>
+
+<h1><pre style="font-size: larger">&lt;/ol&gt;</pre></h1>
+</body>
+</html>



More information about the Commits mailing list