diff --git a/examples/walkthru.html b/examples/walkthru.html new file mode 100644 index 0000000000..ea98d1c99e --- /dev/null +++ b/examples/walkthru.html @@ -0,0 +1,96 @@ + + +OpenLayers examples walkthrough + + + + +

<ol>

+

API documentation: http://dev.openlayers.org/docs/

+

Examples: http://openlayers.org/dev/examples/

+

Maps

+
    +
  1. Basic example
  2. +
  3. Layer switcher (aka legend)
  4. +
  5. Base layers versus overlays
  6. +
  7. Multiple WMS mirrors
  8. +
  9. Full screen map
  10. +
  11. Wrapping the date line
  12. +
  13. Other cartographic projections
  14. +
  15. Translucent overlays
  16. +
+ +

Raster Layers

+
    +
  1. Untiled WMS layer
  2. +
  3. Ka-Map layer
  4. +
  5. MapServer layer
  6. +
  7. Worldwind layer
  8. +
  9. TMS layer
  10. +
  11. Image layer
  12. +
  13. Google layer
  14. +
  15. VirtualEarth layer
  16. +
  17. Spherical Mercator ("EPSG:900913")
  18. +
  19. TileCache
  20. +
+ +

Marker Layers

+
    +
  1. Markers
  2. +
  3. Changing marker properties dynamically
  4. +
  5. Popups
  6. +
  7. GeoRSS (example data)
  8. +
  9. GeoRSS with custom markers
  10. +
  11. Point layer from WFS
  12. +
  13. WFS GetFeatureInfo example
  14. +
+ +

Events and Controls

+
    +
  1. Navigation tools on the map
  2. +
  3. Navigation toolbar off the map
  4. +
  5. Tracking the mouse position
  6. +
  7. Overview map
  8. +
  9. Layer attribution
  10. +
  11. Full range of controls
  12. +
  13. Custom controls #1
  14. +
  15. Custom controls #2
  16. +
  17. Custom control styles
  18. +
  19. Trapping click events
  20. +
  21. Tracking map events
  22. +
+ +

Vector Layers

+
    +
  1. Generating features in JavaScript
  2. +
  3. Loading features from GML
  4. +
  5. Loading features from KML
  6. +
  7. Serializing features to GML
  8. +
  9. Serializing to other formats
  10. +
  11. Selecting features
  12. +
  13. Attaching popups to features
  14. +
+ +

Editing Tools

+
    +
  1. Drawing features
  2. +
  3. Editing toolbar (outside the map)
  4. +
  5. Creating regular polygons
  6. +
  7. Modifying features
  8. +
  9. Resizing features
  10. +
  11. Rotating features
  12. +
  13. Transactional WFS example
  14. +
  15. FeatureServer
  16. +
+ +

Testing

+
    +
  1. Test.AnotherWay suite
  2. +
+ +

</ol>

+ +