File: walkthru.html

package info (click to toggle)
openlayers 2.11%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 60,144 kB
  • ctags: 10,906
  • sloc: xml: 7,435; python: 778; sh: 68; makefile: 30
file content (96 lines) | stat: -rw-r--r-- 4,950 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
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="../examples/lite.html">Basic example</a></li>
    <li><a href="../examples/layerswitcher.html">Layer switcher (aka legend)</a></li>
    <li><a href="../examples/example.html">Base layers versus overlays</a></li>
    <li><a href="../examples/multiserver.html">Multiple WMS mirrors</a></li>
    <li><a href="../examples/fullScreen.html">Full screen map</a></li>
    <li><a href="../examples/wrapDateLine.html">Wrapping the date line</a></li>
    <li><a href="../examples/projected-map.html">Other cartographic projections</a></li>
    <li><a href="../examples/layer-opacity.html">Translucent overlays</a></li>
</ol>

<h2>Raster Layers</h2>
<ol>
    <li><a href="../examples/wms-untiled.html">Untiled WMS layer</a></li>
    <li><a href="../examples/kamap.html">Ka-Map layer</a></li>
    <li><a href="../examples/mapserver.html">MapServer layer</a></li>
    <li><a href="../examples/worldwind.html">Worldwind layer</a></li>
    <li><a href="../examples/tms.html">TMS layer</a></li>
    <li><a href="../examples/image-layer.html">Image layer</a></li>
    <li><a href="../examples/google.html">Google layer</a></li>
    <li><a href="../examples/ve.html">VirtualEarth layer</a></li>
    <li><a href="../examples/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="../examples/markers.html">Markers</a></li>
    <li><a href="../examples/markerResize.html">Changing marker properties dynamically</a></li>
    <li><a href="../examples/popups.html">Popups</a></li>
    <li><a href="../examples/georss.html">GeoRSS</a> (<a href="georss.xml">example data</a>)</a></li>
    <li><a href="../examples/georss-markers.html">GeoRSS with custom markers</a></li>
    <li><a href="../examples/wfs.html">Point layer from WFS</a></li>
    <li><a href="../examples/getfeatureinfo.html">WFS GetFeatureInfo example</a></li>
</ol>

<h2>Events and Controls</h2>
<ol>
    <li><a href="../examples/navtoolbar.html">Navigation tools on the map</a></li>
    <li><a href="../examples/navtoolbar-outsidemap.html">Navigation toolbar off the map</a></li>
    <li><a href="../examples/mouse-position.html">Tracking the mouse position</a></li>
    <li><a href="../examples/overview.html">Overview map</a></li>
    <li><a href="../examples/attribution.html">Layer attribution</a></li>
    <li><a href="../examples/controls.html">Full range of controls</a></li>
    <li><a href="../examples/custom-control.html">Custom controls #1</a></li>
    <li><a href="../examples/custom-control.html">Custom controls #2</a></li>
    <li><a href="../examples/custom-style.html">Custom control styles</a></li>
    <li><a href="../examples/click.html">Trapping click events</a></li>
    <li><a href="../examples/layerLoadMonitoring.html">Tracking map events</a></li>
</ol>

<h2>Vector Layers</h2>
<ol>
    <li><a href="../examples/vector-features.html">Generating features in JavaScript</a></li>
    <li><a href="../examples/gml-layer.html">Loading features from GML</a></li>
    <li><a href="../examples/kml-layer.html">Loading features from KML</a></li>
    <li><a href="../examples/gml-serialize.html">Serializing features to GML</a></li>
    <li><a href="../examples/vector-formats.html">Serializing to other formats</a></li>
    <li><a href="../examples/select-feature.html">Selecting features</a></li>
    <li><a href="../examples/select-feature-openpopup.html">Attaching popups to features</a></li>
</ol>

<h2>Editing Tools</h2>
<ol>
    <li><a href="../examples/draw-feature.html">Drawing features</a></li>
    <li><a href="../examples/editingtoolbar.html">Editing toolbar</a> (<a href="editingtoolbar-outside.html">outside the map</a>)</li>
    <li><a href="../examples/regular-polygons.html">Creating regular polygons</a></li>
    <li><a href="../examples/modify-feature.html">Modifying features</a></li>
    <li><a href="../examples/resize-features.html">Resizing features</a></li>
    <li><a href="../examples/rotate-features.html">Rotating features</a></li>
    <li><a href="../examples/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>