Valid XHTML Icon Valid CSS Icon Valid SVG Icon Unicode UTF-8 Icon
Add to del.icio.us Digg this! Post to reddit Share on Facebook Add to StumbleUpon Add to Google Bookmarks

OS Maps

Creative Commons LogoThis work is licensed under the Creative Commons Attribution Non-Commercial 2.0 UK: England & Wales Licence. This means that you are free to: copy; distribute; and modify this work. It also means that you cannot use it for commercial purposes. Additionally, you must attribute this work to the original author, Thomas Guymer, ideally with a link.

Blank

Blank

<div id="map"></div>

Blank

var t;
var map;

function loadMap() {
    if(document.getElementById("map")) {
        map = new OpenSpace.Map('map');
        map.setCenter(new OpenSpace.MapPoint(438760, 114760), 8);
        var vectorLayer = new OpenLayers.Layer.Vector("Vector Layer");
        osMap.addLayer(vectorLayer);
    }
    else {
        t = setTimeout("loadMap()", 100);
    }
}

document.onload = loadMap();

Blank

This page was last modified on 06/04/2010. This page has had 201 hits up until 13/06/2010.

Amazon.co.uk logoDo you want to say thank you? Visit my Amazon Wishlist, thank you.Amazon dummy image

Random Photo:

(from My Portfolio)

© 2002-2010 Thomas Guymer. See the Copyright Statement & the Cookie Policy.