]> dev.renevier.net Git - syp.git/blob - openlayers/doc/walkthru.html
initial commit
[syp.git] / openlayers / doc / walkthru.html
1 <html>
2 <head>
3 <title>OpenLayers examples walkthrough</title>
4 <style type="text/css">
5     a { color:blue; text-decoration: none; }
6     a:hover { text-decoration: underline; }
7 </style>
8 <base href="http://openlayers.org/dev/examples/">
9 </head>
10 <body style="font-family: sans-serif">
11 <h1><pre style="font-size: larger">&lt;ol&gt;</pre></h1>
12 <p>API documentation: <a href="http://dev.openlayers.org/docs/">http://dev.openlayers.org/docs/</a></p>
13 <p>Examples: <a href="http://dev.openlayers.org/examples/">http://openlayers.org/dev/examples/</a></p>
14 <h2>Maps</h2>
15 <ol>
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>
24 </ol>
25
26 <h2>Raster Layers</h2>
27 <ol>
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>
37     <li><a href="http://tilecache.org/">TileCache</a></li>
38 </ol>
39
40 <h2>Marker Layers</h2>
41 <ol>
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>
49 </ol>
50
51 <h2>Events and Controls</h2>
52 <ol>
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>
64 </ol>
65
66 <h2>Vector Layers</h2>
67 <ol>
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>
75 </ol>
76
77 <h2>Editing Tools</h2>
78 <ol>
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>
86     <li><a href="http://featureserver.org/">FeatureServer</a></li>
87 </ol>
88
89 <h2>Testing</h2>
90 <ol>
91     <li><a href="../tests/run-tests.html">Test.AnotherWay suite</a></li>
92 </ol>
93
94 <h1><pre style="font-size: larger">&lt;/ol&gt;</pre></h1>
95 </body>
96 </html>