[OpenLayers-Commits] r4730 - sandbox/docs/doc
commits at openlayers.org
commits at openlayers.org
Mon Oct 1 00:52:34 EDT 2007
Author: crschmidt
Date: 2007-10-01 00:52:34 -0400 (Mon, 01 Oct 2007)
New Revision: 4730
Modified:
sandbox/docs/doc/examples.js
Log:
create new examples.js from current state of sandbox.
Modified: sandbox/docs/doc/examples.js
===================================================================
--- sandbox/docs/doc/examples.js 2007-10-01 04:51:30 UTC (rev 4729)
+++ sandbox/docs/doc/examples.js 2007-10-01 04:52:34 UTC (rev 4730)
@@ -1 +1 @@
-var examples=[{"shortdesc": "Demonstrate how to use the KeyboardDefaults option parameter for layer types.", "classes": ["OpenLayers.Control.KeyboardDefaults", "OpenLayers.Map", "OpenLayers.Layer.WMS"], "link": "..\/examples\/accessible.html", "example": "accessible.html", "title": "Accessible Example"}, {"shortdesc": "Shows the use of the attribution layer option on a number of layer types.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.Attribution", "OpenLayers.LonLat"], "link": "..\/examples\/attribution.html", "example": "attribution.html", "title": "Attribution Example"}, {"shortdesc": "This example shows the use base layers from multiple commercial map image providers.", "classes": ["OpenLayers.LonLat", "OpenLayers.LonLat", "OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Google", "OpenLayers.Layer.VirtualEarth", "OpenLayers.Layer.Yahoo", "OpenLayers.Layer.MultiMap", "OpenLayers.Layer.Markers", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Size", "OpenLayers.Pixel", "OpenLayers.Icon", "OpenLayers.Marker", "OpenLayers.Marker"], "link": "..\/examples\/baseLayers.html", "example": "baseLayers.html", "title": "Base Layers Example"}, {"shortdesc": "Demonstrate marker and box type annotations on a map.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Boxes", "OpenLayers.Bounds", "OpenLayers.Marker.Box", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/boxes.html", "example": "boxes.html", "title": "Boxes Example"}, {"shortdesc": "This example shows the use of the buffer layer option for any layer that inherits from OpenLayers.Layer.Grid.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat"], "link": "..\/examples\/buffer.html", "example": "buffer.html", "title": "Buffer Example"}, {"shortdesc": "This example shows the use of the register and getLonLatFromViewPortPx functions to trigger events on mouse click.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat"], "link": "..\/examples\/click.html", "example": "click.html", "title": "Click Event Example"}, {"shortdesc": "Attach zooming, panning, layer switcher, overview map, and permalink map controls to an OpenLayers window.", "classes": ["OpenLayers.Map", "OpenLayers.Control.PanZoomBar", "OpenLayers.Control.MouseToolbar", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.Permalink", "OpenLayers.Control.Permalink", "OpenLayers.Control.MousePosition", "OpenLayers.Control.OverviewMap", "OpenLayers.Control.KeyboardDefaults", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS"], "link": "..\/examples\/controls.html", "example": "controls.html", "title": "Map Controls Example"}, {"shortdesc": "Demonstrate the addition of a point reporting control to the OpenLayers window.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Control", "OpenLayers.Util.extend", "OpenLayers.Handler.Point", "OpenLayers.LonLat"], "link": "..\/examples\/custom-control-point.html", "example": "custom-control-point.html", "title": "Custom Control Point Example"}, {"shortdesc": "Demonstrate the addition of a draggable rectangle to the OpenLayers window.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Control", "OpenLayers.Util.extend", "OpenLayers.Handler.Box", "OpenLayers.LonLat"], "link": "..\/examples\/custom-control.html", "example": "custom-control.html", "title": "Custom Control Example"}, {"shortdesc": "Demonstrate changing CSS styles on controls in the OpenLayers window.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Control.MousePosition", "OpenLayers.LonLat"], "link": "..\/examples\/custom-style.html", "example": "custom-style.html", "title": "Custom Style Example"}, {"shortdesc": "Demonstrate console calls to a Firebug console. Requires Firefox. Mostly for developers.", "classes": ["OpenLayers.Console.log", "OpenLayers.Console.log", "OpenLayers.Console.warn", "OpenLayers.Console.warn", "OpenLayers.Console.error", "OpenLayers.Console.error", "OpenLayers.Console.dir", "OpenLayers.Console.dirxml", "OpenLayers.Console.log", "OpenLayers.Console.warn", "OpenLayers.Console.error", "OpenLayers.Console.dir", "OpenLayers.Console.dirxml"], "link": "..\/examples\/debug.html", "example": "debug.html", "title": "Debug Example"}, {"shortdesc": "Demonstrate the behavior of two calls to set the center after instatiating the layer object.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.LonLat", "OpenLayers.LonLat"], "link": "..\/examples\/doubleSetCenter.html", "example": "doubleSetCenter.html", "title": "Double Set Center Example"}, {"shortdesc": "Demonstrates point, line and polygon creation and editing.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DragFeature", "OpenLayers.LonLat"], "link": "..\/examples\/drag-feature.html", "example": "drag-feature.html", "title": "Drag Feature Example"}, {"shortdesc": "Demonstrate on-screen digitizing tools for point, line, and polygon creation.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Layer.Vector", "OpenLayers.Layer.Vector", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DrawFeature", "OpenLayers.LonLat"], "link": "..\/examples\/draw-feature.html", "example": "draw-feature.html", "title": "OpenLayers Draw Feature Example"}, {"shortdesc": "Demonstrate polygon, polyline and point creation and editing tools.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.PanZoomBar", "OpenLayers.Control.EditingToolbar", "OpenLayers.LonLat"], "link": "..\/examples\/editingtoolbar.html", "example": "editingtoolbar.html", "title": "Editing Toolbar Example"}, {"shortdesc": "Demonstrate a simple map with an overlay that includes layer switching controls.", "classes": ["OpenLayers.Util.getElement", "OpenLayers.Util.getBrowserName", "OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat"], "link": "..\/examples\/example.html", "example": "example.html", "title": "OpenLayers Example"}, {"shortdesc": "Demonstrate a map that fill the entire browser window.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat"], "link": "..\/examples\/fullScreen.html", "example": "fullScreen.html", "title": "Full Screen Example"}, {"shortdesc": "Demonstrate a map that fill the entire browser window.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.Image", "OpenLayers.Bounds", "OpenLayers.Size", "OpenLayers.LonLat"], "link": "..\/examples\/fullScreen2.html", "example": "fullScreen2.html", "title": "Full Screen Example"}, {"shortdesc": "Demonstrate loading a GeoRSS feed using the GeoRSS parser.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Layer.GeoRSS", "OpenLayers.Icon", "OpenLayers.Size", "OpenLayers.Layer.GeoRSS"], "link": "..\/examples\/georss-markers.html", "example": "georss-markers.html", "title": "GeoRSS Marker Example"}, {"shortdesc": "Demonstrate serialization of features in a Vector layer to GeoRSS.", "classes": ["OpenLayers.Util.getElement", "OpenLayers.Format.GeoRSS", "OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.EditingToolbar", "OpenLayers.Control.MousePosition", "OpenLayers.LonLat"], "link": "..\/examples\/georss-serialize.html", "example": "georss-serialize.html", "title": "Draw Point Example"}, {"shortdesc": "Display a couple of locally cached georss feeds on an a basemap.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Util.getElement", "OpenLayers.Layer.GeoRSS"], "link": "..\/examples\/georss.html", "example": "georss.html", "title": "GeoRSS Example"}, {"shortdesc": "Demonstrates sending a GetFeatureInfo query to an OWS. Returns information about a map feature in the side DIV.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Control.Permalink", "OpenLayers.Util.getElement", "OpenLayers.loadURL", "OpenLayers.Event.stop", "OpenLayers.Util.getElement"], "link": "..\/examples\/getfeatureinfo.html", "example": "getfeatureinfo.html", "title": "Feature Info Example"}, {"shortdesc": "Loads locally stored GML vector data on a basemap. Includes GML example file.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Bounds", "OpenLayers.Layer.GML"], "link": "..\/examples\/gml-layer.html", "example": "gml-layer.html", "title": "GML Layer Example"}, {"shortdesc": "Demonstrate the serialization of features drawn in the OpenLayers window.", "classes": ["OpenLayers.Util.getElement", "OpenLayers.Format.GML", "OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DrawFeature", "OpenLayers.LonLat"], "link": "..\/examples\/gml-serialize.html", "example": "gml-serialize.html", "title": "GML Serialization Example"}, {"shortdesc": "Demonstrate the operation of the GML parser.", "classes": ["OpenLayers.Format.GML", "OpenLayers.loadURL"], "link": "..\/examples\/GMLParser.html", "example": "GMLParser.html", "title": "GML Parser Example"}, {"shortdesc": "Demonstrate a Google basemap used with boundary and marker overlay layers.", "classes": ["OpenLayers.Map", "OpenLayers.Control.MouseDefaults", "OpenLayers.Layer.Google", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Markers", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.PanZoomBar", "OpenLayers.Size", "OpenLayers.Pixel", "OpenLayers.Icon", "OpenLayers.LonLat", "OpenLayers.Marker"], "link": "..\/examples\/google.html", "example": "google.html", "title": "Google Layer Example"}, {"shortdesc": "Demonstrates map tiling artifacts, and OpenLayer's facility for correcting this distortion.", "classes": ["OpenLayers.Bounds", "OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat"], "link": "..\/examples\/gutter.html", "example": "gutter.html", "title": "Gutter Example"}, {"shortdesc": "Demonstrate a single non-tiled image as a selectable base layer.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.Image", "OpenLayers.Bounds", "OpenLayers.Size", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/image-layer.html", "example": "image-layer.html", "title": "Image Layer Example"}, {"shortdesc": "Demonstrate a tiled kamap layer as the base map, which can be pre-cached for higher performance.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.KaMap", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/kamap.html", "example": "kamap.html", "title": "KaMap Example"}, {"shortdesc": "Demonstrates loading and displaying a KML file on top of a basemap.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.GML", "OpenLayers.Bounds"], "link": "..\/examples\/kml-layer.html", "example": "kml-layer.html", "title": "KML Layer Example"}, {"shortdesc": "Demonstrate the operation of the KML parser.", "classes": ["OpenLayers.Format.KML", "OpenLayers.loadURL"], "link": "..\/examples\/KMLParser.html", "example": "KMLParser.html", "title": "KML Parser Example"}, {"shortdesc": "Demonstrate a change in the opacity for an overlay layer.", "classes": ["OpenLayers.Util.getElement", "OpenLayers.Util.getElement", "OpenLayers.Bounds", "OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat"], "link": "..\/examples\/layer-opacity.html", "example": "layer-opacity.html", "title": "Layer Opacity Example"}, {"shortdesc": "Demonstrate a method for monitoring tile loading performance.", "classes": ["OpenLayers.Util.getElement", "OpenLayers.Map", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.LonLat"], "link": "..\/examples\/layerLoadMonitoring.html", "example": "layerLoadMonitoring.html", "title": "Layer Load Monitoring Example"}, {"shortdesc": "Demonstrates the use of the LayerSwitcher outside of the OpenLayers window.", "classes": ["OpenLayers.Map", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Util.getElement", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS"], "link": "..\/examples\/layerswitcher.html", "example": "layerswitcher.html", "title": "Layer Switcher Example"}, {"shortdesc": "Show a Simple Map", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.LonLat"], "link": "..\/examples\/lite.html", "example": "lite.html", "title": "Basic Single WMS Example"}, {"shortdesc": "Shows MapServer Layer", "classes": ["OpenLayers.Map", "OpenLayers.Layer.MapServer", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/mapserver.html", "example": "mapserver.html", "title": "MapServer Layer"}, {"shortdesc": "Shows single tile MapServer Layer", "classes": ["OpenLayers.Map", "OpenLayers.Layer.MapServer", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/mapserver_untiled.html", "example": "mapserver_untiled.html", "title": "MapServer Single Tile Mode"}, {"shortdesc": "Dynamically resize a marker", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Markers", "OpenLayers.Size", "OpenLayers.Pixel", "OpenLayers.Icon", "OpenLayers.Marker", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Size", "OpenLayers.Layer.Markers layer, add an icon, put it into a marker, and add the marker to the layer. Once the marker has been added it is possible to use setSize"], "link": "..\/examples\/markerResize.html", "example": "markerResize.html", "title": "Resize a Marker"}, {"shortdesc": "Show markers layer with different markers", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.LonLat", "OpenLayers.Layer.Text", "OpenLayers.Layer.Markers", "OpenLayers.Size", "OpenLayers.Pixel", "OpenLayers.Icon", "OpenLayers.Marker", "OpenLayers.LonLat", "OpenLayers.Marker", "OpenLayers.LonLat", "OpenLayers.Marker", "OpenLayers.LonLat", "OpenLayers.Event.stop", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/markers.html", "example": "markers.html", "title": "Markers Layer Example"}, {"shortdesc": null, "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Text", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/markersTextLayer.html", "example": "markersTextLayer.html", "title": null}, {"shortdesc": null, "classes": ["OpenLayers.Map", "OpenLayers.Control.MouseDefaults", "OpenLayers.Layer.MultiMap", "OpenLayers.Layer.Markers", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.PanZoomBar", "OpenLayers.Marker", "OpenLayers.LonLat"], "link": "..\/examples\/mm.html", "example": "mm.html", "title": null}, {"shortdesc": null, "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Console.log", "OpenLayers.Console.log", "OpenLayers.Console.log", "OpenLayers.Console.log", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.ModifyFeature", "OpenLayers.LonLat"], "link": "..\/examples\/modify-feature.html", "example": "modify-feature.html", "title": null}, {"shortdesc": null, "classes": ["OpenLayers.Map", "OpenLayers.Control.MousePosition", "OpenLayers.Layer.WMS", "OpenLayers.Util.getElement"], "link": "..\/examples\/mouse-position.html", "example": "mouse-position.html", "title": null}, {"shortdesc": null, "classes": ["OpenLayers.Bounds", "OpenLayers.Map", "OpenLayers.Layer.MultiMap", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.EditingToolbar"], "link": "..\/examples\/multimap-mercator.html", "example": "multimap-mercator.html", "title": null}, {"shortdesc": "Load your tiles faster by pointing to the same server, but with different urls", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.LonLat"], "link": "..\/examples\/multiserver.html", "example": "multiserver.html", "title": "Multiple Server URLS"}, {"shortdesc": null, "classes": ["OpenLayers.Util.getArgs", "OpenLayers.Map", "OpenLayers.Control.PanZoomBar", "OpenLayers.Control.PanZoom", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MouseDefaults", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Google", "OpenLayers.LonLat", "OpenLayers.Layer.Markers", "OpenLayers.Marker", "OpenLayers.LonLat", "OpenLayers.Layer.Text"], "link": "..\/examples\/mvs.html", "example": "mvs.html", "title": null}, {"shortdesc": null, "classes": ["OpenLayers.Map", "OpenLayers.Control.PanZoom", "OpenLayers.Layer.WMS", "OpenLayers.Control.NavToolbar", "OpenLayers.Util.getElement", "OpenLayers.LonLat", "OpenLayers.Control.NavToolbar", "OpenLayers.Util.getElement"], "link": "..\/examples\/navtoolbar-outsidemap.html", "example": "navtoolbar-outsidemap.html", "title": "Navigation Toolbar: Outside the Map"}, {"shortdesc": null, "classes": ["OpenLayers.Map", "OpenLayers.Control.PanZoom", "OpenLayers.Layer.WMS", "OpenLayers.Control.NavToolbar", "OpenLayers.LonLat"], "link": "..\/examples\/navtoolbar.html", "example": "navtoolbar.html", "title": null}, {"shortdesc": null, "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS.Untiled", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat"], "link": "..\/examples\/notile.html", "example": "notile.html", "title": null}, {"shortdesc": "This example shows the use of a WFS service rendered using the OpenLayers vector library.", "classes": ["OpenLayers.Map", "OpenLayers.Bounds", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WFS", "OpenLayers.Util.getElement", "OpenLayers.Util.extend", "OpenLayers.Util.extend", "OpenLayers.Layer.WFS", "OpenLayers.Util.getElement", "OpenLayers.Util.extend", "OpenLayers.Util.extend", "OpenLayers.Layer.WFS", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.SelectFeature", "OpenLayers.Control.SelectFeature", "OpenLayers.Bounds", "OpenLayers.Util.getElement"], "link": "..\/examples\/openmnnd.html", "example": "openmnnd.html", "title": null}, {"shortdesc": null, "classes": ["OpenLayers.Map", "OpenLayers.Control.PanZoomBar", "OpenLayers.Control.MouseToolbar", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Layer.Google", "OpenLayers.Layer.Google", "OpenLayers.Layer.Google", "OpenLayers.Layer.Text", "OpenLayers.LonLat"], "link": "..\/examples\/outOfRangeMarkers.html", "example": "outOfRangeMarkers.html", "title": null}, {"shortdesc": "Enable a small Overview Map that moves\/interacts with your main map.", "classes": ["OpenLayers.Map", "OpenLayers.LonLat", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.OverviewMap"], "link": "..\/examples\/overviewmap.html", "example": "overviewmap.html", "title": "Overview Map"}, {"shortdesc": null, "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.ZoomBox", "OpenLayers.Control.Panel", "OpenLayers.Control.MouseDefaults", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.ZoomToMaxExtent", "OpenLayers.LonLat"], "link": "..\/examples\/panel.html", "example": "panel.html", "title": null}, {"shortdesc": "All kinds of ways to create and interact with Popups.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Google", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Size", "OpenLayers.Pixel", "OpenLayers.Popup", "OpenLayers.LonLat", "OpenLayers.Size", "OpenLayers.Popup.Anchored", "OpenLayers.LonLat", "OpenLayers.Size", "OpenLayers.Layer.Markers", "OpenLayers.Feature", "OpenLayers.LonLat", "OpenLayers.Event.stop", "OpenLayers.Event.stop"], "link": "..\/examples\/popups.html", "example": "popups.html", "title": "Popup Mayhem"}, {"shortdesc": "Use different (not default) projections with your map", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Bounds", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/projected-map.html", "example": "projected-map.html", "title": "Layer Projections"}, {"shortdesc": null, "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Control.DrawFeature", "OpenLayers.LonLat"], "link": "..\/examples\/regular-polygons.html", "example": "regular-polygons.html", "title": null}, {"shortdesc": null, "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Util.extend", "OpenLayers.Layer.Vector", "OpenLayers.Geometry.Point", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.Point", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.LineString", "OpenLayers.Geometry.Point", "OpenLayers.Geometry.LinearRing", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.Polygon", "OpenLayers.LonLat", "OpenLayers.Geometry.Point"], "link": "..\/examples\/resize-features.html", "example": "resize-features.html", "title": null}, {"shortdesc": null, "classes": ["OpenLayers.Bounds", "OpenLayers.Map", "OpenLayers.Layer.WMS"], "link": "..\/examples\/restricted-extent.html", "example": "restricted-extent.html", "title": null}, {"shortdesc": "Details on how to create and rotate vector features programmatically", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Util.extend", "OpenLayers.Layer.Vector", "OpenLayers.Geometry.Point", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.Point", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.LineString", "OpenLayers.Geometry.Point", "OpenLayers.Geometry.LinearRing", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.Polygon", "OpenLayers.LonLat", "OpenLayers.Geometry.Point", "OpenLayers.Feature.Vector"], "link": "..\/examples\/rotate-features.html", "example": "rotate-features.html", "title": "Rotate vector features"}, {"shortdesc": null, "classes": ["OpenLayers.Popup.Anchored", "OpenLayers.Size", "OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.SelectFeature", "OpenLayers.LonLat"], "link": "..\/examples\/select-feature-openpopup.html", "example": "select-feature-openpopup.html", "title": null}, {"shortdesc": null, "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.SelectFeature", "OpenLayers.Control.SelectFeature", "OpenLayers.LonLat"], "link": "..\/examples\/select-feature.html", "example": "select-feature.html", "title": null}, {"shortdesc": null, "classes": ["OpenLayers.Map", "OpenLayers.Bounds", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Boxes", "OpenLayers.Marker.Box"], "link": "..\/examples\/setextent.html", "example": "setextent.html", "title": null}, {"shortdesc": "Shows the use of the Spherical Mercator Layers<div id=\"map\"><\/div><div id=\"docs\">This is an example of using googles Mercator projection layers in a map window<\/div>", "classes": ["OpenLayers.Bounds", "OpenLayers.Map", "OpenLayers.Layer.Google", "OpenLayers.Layer.Google", "OpenLayers.Layer.Google", "OpenLayers.Layer.VirtualEarth", "OpenLayers.Layer.VirtualEarth", "OpenLayers.Layer.VirtualEarth", "OpenLayers.Layer.Yahoo", "OpenLayers.Layer.Yahoo", "OpenLayers.Layer.Yahoo", "OpenLayers.Layer.TMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.EditingToolbar", "OpenLayers.Util.getImagesLocation"], "link": "..\/examples\/spherical-mercator.html", "example": "spherical-mercator.html", "title": "OpenLayers Spherical Mercator Example"}, {"shortdesc": null, "classes": [], "link": "..\/examples\/supports-vector.html", "example": "supports-vector.html", "title": null}, {"shortdesc": "Demonstrates a TileCache layer that loads tiles from from a web accessible disk-based cache only.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.TileCache", "OpenLayers.LonLat", "OpenLayers.Util.onImageLoadError = function"], "link": "..\/examples\/tilecache.html", "example": "tilecache.html", "title": "TileCache Example"}, {"shortdesc": "Demonstrate the initialization and modification of a Tiled Map Service layer.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.TMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat", "OpenLayers.Layer.TMS", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement"], "link": "..\/examples\/tms.html", "example": "tms.html", "title": "Tiled Map Service Example"}, {"shortdesc": "Demonstrate the use of a NASA WorldWind base layer.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WorldWind", "OpenLayers.Size", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat"], "link": "..\/examples\/urban.html", "example": "urban.html", "title": "WorldWind Example"}, {"shortdesc": "Demonstrates the use of a Virtual Earth base layer.", "classes": ["OpenLayers.Map", "OpenLayers.Control.MouseDefaults", "OpenLayers.Layer.VirtualEarth", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Markers", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.PanZoomBar", "OpenLayers.Marker", "OpenLayers.LonLat"], "link": "..\/examples\/ve.html", "example": "ve.html", "title": "Virtual Earth Example"}, {"shortdesc": "Shows the use of the shows drawing simple vector features, in different styles.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Util.extend", "OpenLayers.Util.extend", "OpenLayers.Util.extend", "OpenLayers.Layer.Vector", "OpenLayers.Geometry.Point", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.Point", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.Point", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.Point", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.LineString", "OpenLayers.Geometry.Point", "OpenLayers.Geometry.LinearRing", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.Polygon", "OpenLayers.LonLat"], "link": "..\/examples\/vector-features.html", "example": "vector-features.html", "title": "Drawing Simple Vector Features Example"}, {"shortdesc": "Shows the wide variety of vector formats that open layers supports.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.MousePosition", "OpenLayers.Control.EditingToolbar", "OpenLayers.Control.SelectFeature", "OpenLayers.Format.WKT", "OpenLayers.Format.GeoJSON", "OpenLayers.Format.GeoRSS", "OpenLayers.Format.GML", "OpenLayers.Format.KML", "OpenLayers.LonLat"], "link": "..\/examples\/vector-formats.html", "example": "vector-formats.html", "title": "Vector Formats Example"}, {"shortdesc": "Shows how you can draw features and save to GeoServer.", "classes": ["OpenLayers.Map", "OpenLayers.Control.PanZoom", "OpenLayers.Control.Permalink", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WFS", "OpenLayers.Control.Panel", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.Navigation", "OpenLayers.LonLat", "OpenLayers.Format[type]", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement"], "link": "..\/examples\/wfs-scribble.html", "example": "wfs-scribble.html", "title": "Scribble on a WFS Example"}, {"shortdesc": "Shows the use of the WFS United States (GeoServer)", "classes": ["OpenLayers.Map", "OpenLayers.Control.PanZoom", "OpenLayers.Control.Permalink", "OpenLayers.Control.MouseDefaults", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WFS", "OpenLayers.Bounds"], "link": "..\/examples\/wfs-states.html", "example": "wfs-states.html", "title": "WFS United States (GeoServer) Example"}, {"shortdesc": "Shows the use of the WFS layer type.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WFS", "OpenLayers.Layer.WFS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.Panel", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DrawFeature", "OpenLayers.Geometry.MultiPoint", "OpenLayers.Control.Navigation", "OpenLayers.Bounds"], "link": "..\/examples\/wfs-t.html", "example": "wfs-t.html", "title": "WFS Example"}, {"shortdesc": null, "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WFS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat"], "link": "..\/examples\/wfs.html", "example": "wfs.html", "title": null}, {"shortdesc": "Shows the use of WKT (Well known text) to draw features in openlayers", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.SelectFeature", "OpenLayers.Format.WKT", "OpenLayers.LonLat"], "link": "..\/examples\/wkt.html", "example": "wkt.html", "title": "WKT Example"}, {"shortdesc": "Shows an example of the Untiled wms layer, which requests a single image for the entire map view.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS.Untiled", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/wms-untiled.html", "example": "wms-untiled.html", "title": "WMS Untiled Example"}, {"shortdesc": "Shows the basic use of openlayers using a WMS layer", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/wms.html", "example": "wms.html", "title": "WMS Example"}, {"shortdesc": "Shows the use of the layer WMS-T (time) layer", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Bounds", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement"], "link": "..\/examples\/wmst.html", "example": "wmst.html", "title": "WMS Time Example"}, {"shortdesc": "Shows the use of the Tiled WorldWind layers.", "classes": ["OpenLayers.Map", "OpenLayers.Size", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WorldWind", "OpenLayers.Layer.WorldWind", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat"], "link": "..\/examples\/worldwind.html", "example": "worldwind.html", "title": "WorldWind layers Example"}, {"shortdesc": "Shows how to work around dateline issues, by wrapping the dateline on a number of layer types.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.MapServer", "OpenLayers.Layer.KaMap", "OpenLayers.Layer.WMS", "OpenLayers.Layer.TMS", "OpenLayers.Layer.WorldWind", "OpenLayers.Size", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Layer.MapServer"], "link": "..\/examples\/wrapDateLine.html", "example": "wrapDateLine.html", "title": "Wrapping the Date Line"}, {"shortdesc": "Shows openlayers runnig in a XHTML 1.0 Strict Doctype", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS"], "link": "..\/examples\/xhtml.html", "example": "xhtml.html", "title": "XHTML Example"}, {"shortdesc": "Shows the use of the OpenLayers XML format class", "classes": ["OpenLayers.Format.XML", "OpenLayers.loadURL", "OpenLayers.Format.XML"], "link": "..\/examples\/xml.html", "example": "xml.html", "title": "OpenLayers XML Example"}, {"shortdesc": "Shows how you would add a yahoo layer and add the LayerSwitcher control", "classes": ["OpenLayers.Map", "OpenLayers.Layer.Yahoo", "OpenLayers.Layer.WMS", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/yahoo.html", "example": "yahoo.html", "title": "OpenLayers Example"}, {"shortdesc": "This example shows the use of the resolutions layer option on a number of layer types.", "classes": ["OpenLayers.Bounds", "OpenLayers.Bounds", "OpenLayers.Control.MouseDefaults", "OpenLayers.Map", "OpenLayers.Control.PanZoomBar", "OpenLayers.Layer.WMS", "OpenLayers.LonLat"], "link": "..\/examples\/zoomLevels.html", "example": "zoomLevels.html", "title": "Zoom Level"}]
\ No newline at end of file
+var examples=[{"shortdesc": "Demonstrate how to use the KeyboardDefaults option parameter for layer types.", "classes": ["OpenLayers.Control.KeyboardDefaults", "OpenLayers.Map", "OpenLayers.Layer.WMS"], "link": "..\/examples\/accessible.html", "example": "accessible.html", "title": "Accessible Example"}, {"shortdesc": "Shows the use of the attribution layer option on a number of layer types.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.Attribution", "OpenLayers.LonLat"], "link": "..\/examples\/attribution.html", "example": "attribution.html", "title": "Attribution Example"}, {"shortdesc": "This example shows the use base layers from multiple commercial map image providers.", "classes": ["OpenLayers.LonLat", "OpenLayers.LonLat", "OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Google", "OpenLayers.Layer.VirtualEarth", "OpenLayers.Layer.Yahoo", "OpenLayers.Layer.MultiMap", "OpenLayers.Layer.Markers", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Size", "OpenLayers.Pixel", "OpenLayers.Icon", "OpenLayers.Marker", "OpenLayers.Marker"], "link": "..\/examples\/baseLayers.html", "example": "baseLayers.html", "title": "Base Layers Example"}, {"shortdesc": "Demonstrate marker and box type annotations on a map.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Boxes", "OpenLayers.Bounds", "OpenLayers.Marker.Box", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/boxes.html", "example": "boxes.html", "title": "Boxes Example"}, {"shortdesc": "This example shows the use of the buffer layer option for any layer that inherits from OpenLayers.Layer.Grid.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat"], "link": "..\/examples\/buffer.html", "example": "buffer.html", "title": "Buffer Example"}, {"shortdesc": "This example shows the use of the register and getLonLatFromViewPortPx functions to trigger events on mouse click.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat"], "link": "..\/examples\/click.html", "example": "click.html", "title": "Click Event Example"}, {"shortdesc": "Attach zooming, panning, layer switcher, overview map, and permalink map controls to an OpenLayers window.", "classes": ["OpenLayers.Map", "OpenLayers.Control.PanZoomBar", "OpenLayers.Control.MouseToolbar", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.Permalink", "OpenLayers.Control.Permalink", "OpenLayers.Control.MousePosition", "OpenLayers.Control.OverviewMap", "OpenLayers.Control.KeyboardDefaults", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS"], "link": "..\/examples\/controls.html", "example": "controls.html", "title": "Map Controls Example"}, {"shortdesc": "Demonstrate the addition of a point reporting control to the OpenLayers window.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Control", "OpenLayers.Util.extend", "OpenLayers.Handler.Point", "OpenLayers.LonLat"], "link": "..\/examples\/custom-control-point.html", "example": "custom-control-point.html", "title": "Custom Control Point Example"}, {"shortdesc": "Demonstrate the addition of a draggable rectangle to the OpenLayers window.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Control", "OpenLayers.Util.extend", "OpenLayers.Handler.Box", "OpenLayers.LonLat"], "link": "..\/examples\/custom-control.html", "example": "custom-control.html", "title": "Custom Control Example"}, {"shortdesc": "Demonstrate changing CSS styles on controls in the OpenLayers window.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Control.MousePosition", "OpenLayers.LonLat"], "link": "..\/examples\/custom-style.html", "example": "custom-style.html", "title": "Custom Style Example"}, {"shortdesc": "Demonstrate console calls to a Firebug console. Requires Firefox. Mostly for developers.", "classes": ["OpenLayers.Console.log", "OpenLayers.Console.log", "OpenLayers.Console.warn", "OpenLayers.Console.warn", "OpenLayers.Console.error", "OpenLayers.Console.error", "OpenLayers.Console.dir", "OpenLayers.Console.dirxml", "OpenLayers.Console.log", "OpenLayers.Console.warn", "OpenLayers.Console.error", "OpenLayers.Console.dir", "OpenLayers.Console.dirxml"], "link": "..\/examples\/debug.html", "example": "debug.html", "title": "Debug Example"}, {"shortdesc": "Demonstrate the behavior of two calls to set the center after instatiating the layer object.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.LonLat", "OpenLayers.LonLat"], "link": "..\/examples\/doubleSetCenter.html", "example": "doubleSetCenter.html", "title": "Double Set Center Example"}, {"shortdesc": "Demonstrates point, line and polygon creation and editing.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DragFeature", "OpenLayers.LonLat"], "link": "..\/examples\/drag-feature.html", "example": "drag-feature.html", "title": "Drag Feature Example"}, {"shortdesc": "Demonstrate on-screen digitizing tools for point, line, and polygon creation.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Layer.Vector", "OpenLayers.Layer.Vector", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DrawFeature", "OpenLayers.LonLat"], "link": "..\/examples\/draw-feature.html", "example": "draw-feature.html", "title": "OpenLayers Draw Feature Example"}, {"shortdesc": "Demonstrate polygon, polyline and point creation and editing tools.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.PanZoomBar", "OpenLayers.Control.EditingToolbar", "OpenLayers.LonLat"], "link": "..\/examples\/editingtoolbar.html", "example": "editingtoolbar.html", "title": "Editing Toolbar Example"}, {"shortdesc": "Demonstrate a simple map with an overlay that includes layer switching controls.", "classes": ["OpenLayers.Util.getElement", "OpenLayers.Util.getBrowserName", "OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat"], "link": "..\/examples\/example.html", "example": "example.html", "title": "OpenLayers Example"}, {"shortdesc": "Demonstrate a map that fill the entire browser window.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat"], "link": "..\/examples\/fullScreen.html", "example": "fullScreen.html", "title": "Full Screen Example"}, {"shortdesc": "Demonstrate a map that fill the entire browser window.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.Image", "OpenLayers.Bounds", "OpenLayers.Size", "OpenLayers.LonLat"], "link": "..\/examples\/fullScreen2.html", "example": "fullScreen2.html", "title": "Full Screen Example"}, {"shortdesc": "Demonstrate loading a GeoRSS feed using the GeoRSS parser.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Layer.GeoRSS", "OpenLayers.Icon", "OpenLayers.Size", "OpenLayers.Layer.GeoRSS"], "link": "..\/examples\/georss-markers.html", "example": "georss-markers.html", "title": "GeoRSS Marker Example"}, {"shortdesc": "Demonstrate serialization of features in a Vector layer to GeoRSS.", "classes": ["OpenLayers.Util.getElement", "OpenLayers.Format.GeoRSS", "OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.EditingToolbar", "OpenLayers.Control.MousePosition", "OpenLayers.LonLat"], "link": "..\/examples\/georss-serialize.html", "example": "georss-serialize.html", "title": "Draw Point Example"}, {"shortdesc": "Display a couple of locally cached georss feeds on an a basemap.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Util.getElement", "OpenLayers.Layer.GeoRSS"], "link": "..\/examples\/georss.html", "example": "georss.html", "title": "GeoRSS Example"}, {"shortdesc": "Demonstrates sending a GetFeatureInfo query to an OWS. Returns information about a map feature in the side DIV.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Control.Permalink", "OpenLayers.Util.getElement", "OpenLayers.loadURL", "OpenLayers.Event.stop", "OpenLayers.Util.getElement"], "link": "..\/examples\/getfeatureinfo.html", "example": "getfeatureinfo.html", "title": "Feature Info Example"}, {"shortdesc": "Loads locally stored GML vector data on a basemap. Includes GML example file.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Bounds", "OpenLayers.Layer.GML"], "link": "..\/examples\/gml-layer.html", "example": "gml-layer.html", "title": "GML Layer Example"}, {"shortdesc": "Demonstrate the serialization of features drawn in the OpenLayers window.", "classes": ["OpenLayers.Util.getElement", "OpenLayers.Format.GML", "OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DrawFeature", "OpenLayers.LonLat"], "link": "..\/examples\/gml-serialize.html", "example": "gml-serialize.html", "title": "GML Serialization Example"}, {"shortdesc": "Demonstrate the operation of the GML parser.", "classes": ["OpenLayers.Format.GML", "OpenLayers.loadURL"], "link": "..\/examples\/GMLParser.html", "example": "GMLParser.html", "title": "GML Parser Example"}, {"shortdesc": "Demonstrate a Google basemap used with boundary and marker overlay layers.", "classes": ["OpenLayers.Map", "OpenLayers.Control.MouseDefaults", "OpenLayers.Layer.Google", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Markers", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.PanZoomBar", "OpenLayers.Size", "OpenLayers.Pixel", "OpenLayers.Icon", "OpenLayers.LonLat", "OpenLayers.Marker"], "link": "..\/examples\/google.html", "example": "google.html", "title": "Google Layer Example"}, {"shortdesc": "Demonstrates map tiling artifacts, and OpenLayer's facility for correcting this distortion.", "classes": ["OpenLayers.Bounds", "OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat"], "link": "..\/examples\/gutter.html", "example": "gutter.html", "title": "Gutter Example"}, {"shortdesc": "Demonstrate a single non-tiled image as a selectable base layer.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.Image", "OpenLayers.Bounds", "OpenLayers.Size", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/image-layer.html", "example": "image-layer.html", "title": "Image Layer Example"}, {"shortdesc": "Demonstrate a tiled kamap layer as the base map, which can be pre-cached for higher performance.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.KaMap", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/kamap.html", "example": "kamap.html", "title": "KaMap Example"}, {"shortdesc": "Demonstrates loading and displaying a KML file on top of a basemap.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.GML", "OpenLayers.Bounds"], "link": "..\/examples\/kml-layer.html", "example": "kml-layer.html", "title": "KML Layer Example"}, {"shortdesc": "Demonstrate the operation of the KML parser.", "classes": ["OpenLayers.Format.KML", "OpenLayers.loadURL"], "link": "..\/examples\/KMLParser.html", "example": "KMLParser.html", "title": "KML Parser Example"}, {"shortdesc": "Demonstrate a change in the opacity for an overlay layer.", "classes": ["OpenLayers.Util.getElement", "OpenLayers.Util.getElement", "OpenLayers.Bounds", "OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat"], "link": "..\/examples\/layer-opacity.html", "example": "layer-opacity.html", "title": "Layer Opacity Example"}, {"shortdesc": "Demonstrate a method for monitoring tile loading performance.", "classes": ["OpenLayers.Util.getElement", "OpenLayers.Map", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.LonLat"], "link": "..\/examples\/layerLoadMonitoring.html", "example": "layerLoadMonitoring.html", "title": "Layer Load Monitoring Example"}, {"shortdesc": "Demonstrates the use of the LayerSwitcher outside of the OpenLayers window.", "classes": ["OpenLayers.Map", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Util.getElement", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS"], "link": "..\/examples\/layerswitcher.html", "example": "layerswitcher.html", "title": "Layer Switcher Example"}, {"shortdesc": "Show a Simple Map", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.LonLat"], "link": "..\/examples\/lite.html", "example": "lite.html", "title": "Basic Single WMS Example"}, {"shortdesc": "Shows MapServer Layer", "classes": ["OpenLayers.Map", "OpenLayers.Layer.MapServer", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/mapserver.html", "example": "mapserver.html", "title": "MapServer Layer"}, {"shortdesc": "Shows single tile MapServer Layer", "classes": ["OpenLayers.Map", "OpenLayers.Layer.MapServer", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/mapserver_untiled.html", "example": "mapserver_untiled.html", "title": "MapServer Single Tile Mode"}, {"shortdesc": "Dynamically resize a marker", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Markers", "OpenLayers.Size", "OpenLayers.Pixel", "OpenLayers.Icon", "OpenLayers.Marker", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Size", "OpenLayers.Layer.Markers layer, add an icon, put it into a marker, and add the marker to the layer. Once the marker has been added it is possible to use setSize"], "link": "..\/examples\/markerResize.html", "example": "markerResize.html", "title": "Resize a Marker"}, {"shortdesc": "Show markers layer with different markers", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.LonLat", "OpenLayers.Layer.Text", "OpenLayers.Layer.Markers", "OpenLayers.Size", "OpenLayers.Pixel", "OpenLayers.Icon", "OpenLayers.Marker", "OpenLayers.LonLat", "OpenLayers.Marker", "OpenLayers.LonLat", "OpenLayers.Marker", "OpenLayers.LonLat", "OpenLayers.Event.stop", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/markers.html", "example": "markers.html", "title": "Markers Layer Example"}, {"shortdesc": "The Layer.Text class reads a Tab seperated values file and displays it as markers on the map.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Text", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/markersTextLayer.html", "example": "markersTextLayer.html", "title": "Using a Layer.Text to display markers"}, {"shortdesc": "An example of using the Layer.MultiMap class.", "classes": ["OpenLayers.Map", "OpenLayers.Control.MouseDefaults", "OpenLayers.Layer.MultiMap", "OpenLayers.Layer.Markers", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.PanZoomBar", "OpenLayers.Marker", "OpenLayers.LonLat"], "link": "..\/examples\/mm.html", "example": "mm.html", "title": "MultiMap Example"}, {"shortdesc": "A demonstraton of the ModifyFeature control for editing vector features.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Console.log", "OpenLayers.Console.log", "OpenLayers.Console.log", "OpenLayers.Console.log", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.ModifyFeature", "OpenLayers.LonLat"], "link": "..\/examples\/modify-feature.html", "example": "modify-feature.html", "title": "OpenLayers Modify Feature Example"}, {"shortdesc": "Use the MousePosition Control to display the coordinates of the cursor inside or outside the map div.", "classes": ["OpenLayers.Map", "OpenLayers.Control.MousePosition", "OpenLayers.Layer.WMS", "OpenLayers.Util.getElement"], "link": "..\/examples\/mouse-position.html", "example": "mouse-position.html", "title": "MousePosition Control"}, {"shortdesc": "This sphericalMercator example using multimap demonstrates that the multimap layer does not fully support the sphericalMercator projection at this time.", "classes": ["OpenLayers.Bounds", "OpenLayers.Map", "OpenLayers.Layer.MultiMap", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.EditingToolbar"], "link": "..\/examples\/multimap-mercator.html", "example": "multimap-mercator.html", "title": "MultiMap Mercator Example"}, {"shortdesc": "Load your tiles faster by pointing to the same server, but with different urls", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.LonLat"], "link": "..\/examples\/multiserver.html", "example": "multiserver.html", "title": "Multiple Server URLS"}, {"shortdesc": null, "classes": ["OpenLayers.Util.getArgs", "OpenLayers.Map", "OpenLayers.Control.PanZoomBar", "OpenLayers.Control.PanZoom", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MouseDefaults", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Google", "OpenLayers.LonLat", "OpenLayers.Layer.Markers", "OpenLayers.Marker", "OpenLayers.LonLat", "OpenLayers.Layer.Text"], "link": "..\/examples\/mvs.html", "example": "mvs.html", "title": null}, {"shortdesc": null, "classes": ["OpenLayers.Map", "OpenLayers.Control.PanZoom", "OpenLayers.Layer.WMS", "OpenLayers.Control.NavToolbar", "OpenLayers.Util.getElement", "OpenLayers.LonLat", "OpenLayers.Control.NavToolbar", "OpenLayers.Util.getElement"], "link": "..\/examples\/navtoolbar-outsidemap.html", "example": "navtoolbar-outsidemap.html", "title": "Navigation Toolbar: Outside the Map"}, {"shortdesc": "Demo the NavToolbar, a subclass of Control.Panel which shows icons for navigation.", "classes": ["OpenLayers.Map", "OpenLayers.Control.PanZoom", "OpenLayers.Layer.WMS", "OpenLayers.Control.NavToolbar", "OpenLayers.LonLat"], "link": "..\/examples\/navtoolbar.html", "example": "navtoolbar.html", "title": "NavToolbar Demo"}, {"shortdesc": "Create an untiled WMS layer using the singleTile: true, option or the deprecated WMS.Untiled layer.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS.Untiled", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat"], "link": "..\/examples\/notile.html", "example": "notile.html", "title": "Untiled Example"}, {"shortdesc": "This example shows the use of a WFS service rendered using the OpenLayers vector library.", "classes": ["OpenLayers.Map", "OpenLayers.Bounds", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WFS", "OpenLayers.Util.getElement", "OpenLayers.Util.extend", "OpenLayers.Util.extend", "OpenLayers.Layer.WFS", "OpenLayers.Util.getElement", "OpenLayers.Util.extend", "OpenLayers.Util.extend", "OpenLayers.Layer.WFS", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.SelectFeature", "OpenLayers.Control.SelectFeature", "OpenLayers.Bounds", "OpenLayers.Util.getElement"], "link": "..\/examples\/openmnnd.html", "example": "openmnnd.html", "title": null}, {"shortdesc": "See how to control the maximum resolution for a markers layer, causing it to not be displayed beyond a certain point.", "classes": ["OpenLayers.Map", "OpenLayers.Control.PanZoomBar", "OpenLayers.Control.MouseToolbar", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Layer.Google", "OpenLayers.Layer.Google", "OpenLayers.Layer.Google", "OpenLayers.Layer.Text", "OpenLayers.LonLat"], "link": "..\/examples\/outOfRangeMarkers.html", "example": "outOfRangeMarkers.html", "title": "Using maxResolution to control overlays"}, {"shortdesc": "Enable a small Overview Map that moves\/interacts with your main map.", "classes": ["OpenLayers.Map", "OpenLayers.LonLat", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.OverviewMap"], "link": "..\/examples\/overviewmap.html", "example": "overviewmap.html", "title": "Overview Map"}, {"shortdesc": "Create a custom control.panel, styled entirely with CSS, and add your own controls to it.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.ZoomBox", "OpenLayers.Control.Panel", "OpenLayers.Control.MouseDefaults", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.ZoomToMaxExtent", "OpenLayers.LonLat"], "link": "..\/examples\/panel.html", "example": "panel.html", "title": "Custom Control.Panel"}, {"shortdesc": "All kinds of ways to create and interact with Popups.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Google", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Size", "OpenLayers.Pixel", "OpenLayers.Popup", "OpenLayers.LonLat", "OpenLayers.Size", "OpenLayers.Popup.Anchored", "OpenLayers.LonLat", "OpenLayers.Size", "OpenLayers.Layer.Markers", "OpenLayers.Feature", "OpenLayers.LonLat", "OpenLayers.Event.stop", "OpenLayers.Event.stop"], "link": "..\/examples\/popups.html", "example": "popups.html", "title": "Popup Mayhem"}, {"shortdesc": "Use different (not default) projections with your map", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Bounds", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/projected-map.html", "example": "projected-map.html", "title": "Layer Projections"}, {"shortdesc": "Shows how to use the RegularPolygon handler to draw features with\r different numbers of sides.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Control.DrawFeature", "OpenLayers.LonLat"], "link": "..\/examples\/regular-polygons.html", "example": "regular-polygons.html", "title": "OpenLayers Regular Polygon Example"}, {"shortdesc": "Demonstration of how to use the geometry resize methods to change feature sizes programatically.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Util.extend", "OpenLayers.Layer.Vector", "OpenLayers.Geometry.Point", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.Point", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.LineString", "OpenLayers.Geometry.Point", "OpenLayers.Geometry.LinearRing", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.Polygon", "OpenLayers.LonLat", "OpenLayers.Geometry.Point"], "link": "..\/examples\/resize-features.html", "example": "resize-features.html", "title": "Resize Features Programatically"}, {"shortdesc": "Don't let users drag outside the map extent: instead, limit dragging such that the extent of the layer is the maximum viewable area.", "classes": ["OpenLayers.Bounds", "OpenLayers.Map", "OpenLayers.Layer.WMS"], "link": "..\/examples\/restricted-extent.html", "example": "restricted-extent.html", "title": "OpenLayers Restricted Extent Example"}, {"shortdesc": "Details on how to create and rotate vector features programmatically", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Util.extend", "OpenLayers.Layer.Vector", "OpenLayers.Geometry.Point", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.Point", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.LineString", "OpenLayers.Geometry.Point", "OpenLayers.Geometry.LinearRing", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.Polygon", "OpenLayers.LonLat", "OpenLayers.Geometry.Point", "OpenLayers.Feature.Vector"], "link": "..\/examples\/rotate-features.html", "example": "rotate-features.html", "title": "Rotate vector features"}, {"shortdesc": "Using a Control.SelectFeature, open a popup on click.", "classes": ["OpenLayers.Popup.Anchored", "OpenLayers.Size", "OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.SelectFeature", "OpenLayers.LonLat"], "link": "..\/examples\/select-feature-openpopup.html", "example": "select-feature-openpopup.html", "title": "Open Popup on Layer.Vector"}, {"shortdesc": "Select a feature on hover or click with the Control.SelectFeature on a vector layer.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.SelectFeature", "OpenLayers.Control.SelectFeature", "OpenLayers.LonLat"], "link": "..\/examples\/select-feature.html", "example": "select-feature.html", "title": "OpenLayers Select Feature Example"}, {"shortdesc": "Use a boxes layer to visually display the area of interest indicated by a user.", "classes": ["OpenLayers.Map", "OpenLayers.Bounds", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Boxes", "OpenLayers.Marker.Box"], "link": "..\/examples\/setextent.html", "example": "setextent.html", "title": "Setting a Visual Extent"}, {"shortdesc": "Shows the use of the Spherical Mercator Layers, for overlaying Google, Yahoo, Microsoft, and other layers with WMS and TMS tiles.", "classes": ["OpenLayers.Bounds", "OpenLayers.Map", "OpenLayers.Layer.Google", "OpenLayers.Layer.Google", "OpenLayers.Layer.Google", "OpenLayers.Layer.VirtualEarth", "OpenLayers.Layer.VirtualEarth", "OpenLayers.Layer.VirtualEarth", "OpenLayers.Layer.Yahoo", "OpenLayers.Layer.Yahoo", "OpenLayers.Layer.Yahoo", "OpenLayers.Layer.TMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.EditingToolbar", "OpenLayers.Util.getImagesLocation"], "link": "..\/examples\/spherical-mercator.html", "example": "spherical-mercator.html", "title": "OpenLayers Spherical Mercator Example"}, {"shortdesc": "Demonstrates a TileCache layer that loads tiles from from a web accessible disk-based cache only.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.TileCache", "OpenLayers.LonLat", "OpenLayers.Util.onImageLoadError = function"], "link": "..\/examples\/tilecache.html", "example": "tilecache.html", "title": "TileCache Example"}, {"shortdesc": "Demonstrate the initialization and modification of a Tiled Map Service layer.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.TMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat", "OpenLayers.Layer.TMS", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement"], "link": "..\/examples\/tms.html", "example": "tms.html", "title": "Tiled Map Service Example"}, {"shortdesc": "Demonstrate the use of a NASA WorldWind base layer.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WorldWind", "OpenLayers.Size", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat"], "link": "..\/examples\/urban.html", "example": "urban.html", "title": "WorldWind Example"}, {"shortdesc": "Demonstrates the use of a Virtual Earth base layer.", "classes": ["OpenLayers.Map", "OpenLayers.Control.MouseDefaults", "OpenLayers.Layer.VirtualEarth", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Markers", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.PanZoomBar", "OpenLayers.Marker", "OpenLayers.LonLat"], "link": "..\/examples\/ve.html", "example": "ve.html", "title": "Virtual Earth Example"}, {"shortdesc": "Shows the use of the shows drawing simple vector features, in different styles.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Util.extend", "OpenLayers.Util.extend", "OpenLayers.Util.extend", "OpenLayers.Layer.Vector", "OpenLayers.Geometry.Point", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.Point", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.Point", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.Point", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.LineString", "OpenLayers.Geometry.Point", "OpenLayers.Geometry.LinearRing", "OpenLayers.Feature.Vector", "OpenLayers.Geometry.Polygon", "OpenLayers.LonLat"], "link": "..\/examples\/vector-features.html", "example": "vector-features.html", "title": "Drawing Simple Vector Features Example"}, {"shortdesc": "Shows the wide variety of vector formats that open layers supports.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.MousePosition", "OpenLayers.Control.EditingToolbar", "OpenLayers.Control.SelectFeature", "OpenLayers.Format.WKT", "OpenLayers.Format.GeoJSON", "OpenLayers.Format.GeoRSS", "OpenLayers.Format.GML", "OpenLayers.Format.KML", "OpenLayers.LonLat"], "link": "..\/examples\/vector-formats.html", "example": "vector-formats.html", "title": "Vector Formats Example"}, {"shortdesc": "Shows how you can draw features and save to GeoServer.", "classes": ["OpenLayers.Map", "OpenLayers.Control.PanZoom", "OpenLayers.Control.Permalink", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WFS", "OpenLayers.Control.Panel", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.Navigation", "OpenLayers.LonLat", "OpenLayers.Format[type]", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement"], "link": "..\/examples\/wfs-scribble.html", "example": "wfs-scribble.html", "title": "Scribble on a WFS Example"}, {"shortdesc": "Shows the use of the WFS United States (GeoServer)", "classes": ["OpenLayers.Map", "OpenLayers.Control.PanZoom", "OpenLayers.Control.Permalink", "OpenLayers.Control.MouseDefaults", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WFS", "OpenLayers.Bounds"], "link": "..\/examples\/wfs-states.html", "example": "wfs-states.html", "title": "WFS United States (GeoServer) Example"}, {"shortdesc": "Shows the use of the WFS layer type.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WFS", "OpenLayers.Layer.WFS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.Panel", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DrawFeature", "OpenLayers.Geometry.MultiPoint", "OpenLayers.Control.Navigation", "OpenLayers.Bounds"], "link": "..\/examples\/wfs-t.html", "example": "wfs-t.html", "title": "WFS Example"}, {"shortdesc": "Using a Layer.WFS with a featureClass, one can take in XML data from a WFS class and display it any way you like.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WFS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat"], "link": "..\/examples\/wfs.html", "example": "wfs.html", "title": "WFS Points"}, {"shortdesc": "Shows the use of WKT (Well known text) to draw features in openlayers", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.Vector", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.DrawFeature", "OpenLayers.Control.SelectFeature", "OpenLayers.Format.WKT", "OpenLayers.LonLat"], "link": "..\/examples\/wkt.html", "example": "wkt.html", "title": "WKT Example"}, {"shortdesc": "Shows an example of the Untiled wms layer, which requests a single image for the entire map view.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS.Untiled", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/wms-untiled.html", "example": "wms-untiled.html", "title": "WMS Untiled Example"}, {"shortdesc": "Shows the basic use of openlayers using a WMS layer", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/wms.html", "example": "wms.html", "title": "WMS Example"}, {"shortdesc": "Shows the use of the layer WMS-T (time) layer", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WMS", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Bounds", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement", "OpenLayers.Util.getElement"], "link": "..\/examples\/wmst.html", "example": "wmst.html", "title": "WMS Time Example"}, {"shortdesc": "Shows the use of the Tiled WorldWind layers.", "classes": ["OpenLayers.Map", "OpenLayers.Size", "OpenLayers.Layer.WMS", "OpenLayers.Layer.WorldWind", "OpenLayers.Layer.WorldWind", "OpenLayers.Control.LayerSwitcher", "OpenLayers.LonLat"], "link": "..\/examples\/worldwind.html", "example": "worldwind.html", "title": "WorldWind layers Example"}, {"shortdesc": "Shows how to work around dateline issues, by wrapping the dateline on a number of layer types.", "classes": ["OpenLayers.Map", "OpenLayers.Layer.MapServer", "OpenLayers.Layer.KaMap", "OpenLayers.Layer.WMS", "OpenLayers.Layer.TMS", "OpenLayers.Layer.WorldWind", "OpenLayers.Size", "OpenLayers.Control.LayerSwitcher", "OpenLayers.Control.MousePosition", "OpenLayers.Layer.MapServer"], "link": "..\/examples\/wrapDateLine.html", "example": "wrapDateLine.html", "title": "Wrapping the Date Line"}, {"shortdesc": "Shows openlayers runnig in a XHTML 1.0 Strict Doctype", "classes": ["OpenLayers.Map", "OpenLayers.Layer.WMS"], "link": "..\/examples\/xhtml.html", "example": "xhtml.html", "title": "XHTML Example"}, {"shortdesc": "Shows the use of the OpenLayers XML format class", "classes": ["OpenLayers.Format.XML", "OpenLayers.loadURL", "OpenLayers.Format.XML"], "link": "..\/examples\/xml.html", "example": "xml.html", "title": "OpenLayers XML Example"}, {"shortdesc": "Shows how you would add a yahoo layer and add the LayerSwitcher control", "classes": ["OpenLayers.Map", "OpenLayers.Layer.Yahoo", "OpenLayers.Layer.WMS", "OpenLayers.LonLat", "OpenLayers.Control.LayerSwitcher"], "link": "..\/examples\/yahoo.html", "example": "yahoo.html", "title": "OpenLayers Example"}, {"shortdesc": "This example shows the use of the resolutions layer option on a number of layer types.", "classes": ["OpenLayers.Bounds", "OpenLayers.Bounds", "OpenLayers.Control.MouseDefaults", "OpenLayers.Map", "OpenLayers.Control.PanZoomBar", "OpenLayers.Layer.WMS", "OpenLayers.LonLat"], "link": "..\/examples\/zoomLevels.html", "example": "zoomLevels.html", "title": "Zoom Level"}]
\ No newline at end of file
More information about the Commits
mailing list