Outline
How to overlay an image using an OS Openspace base layer with an OpenLayers image overlay.
Demonstrates
OpenLayers.Layer.Image OpenLayers.Bounds
Link
Georeference PNG Image Example
Shows how to assign unique attribute values to individual popups and display these values within an assosciated popup.
OpenLayers.Layer.Vector OpenLayers.Geometry.Point OpenLayers.Control.SelectFeature OpenLayers.Popup [marker].attributes
Popup Attributes Example
Shows how to show and hide a styled popup associated with a marker by simply moving the mouse over the marker.
OpenLayers.Layer.Vector OpenLayers.Geometry.Point OpenLayers.Control.SelectFeature OpenLayers.Popup.FramedCloud
Style Rule Example
Shows how to assign a PNG image to a popup and display this image when hovering over a set marker.
OpenLayers.Layer.Vector OpenLayers.Geometry.Point OpenLayers.Control.SelectFeature OpenLayers.Popup
Popup PNG Example
How to change the index of an overlay layer.
OpenLayers.Format.WKT OpenLayers.Layer.Vector OpenLayers.StyleMap
Raise and Lower Overlay Layers Example
How to transform co-ordinates between different map projections.
Proj4js library OpenLayers.Layer.Google OpenLayers.Bounds OpenSpace.MapPoint(x, y).transform OpenLayers.Projection
Transformation between Map Projections Example