5 Random Pages

Recent Changes (All)

Related Pages

Discussions

From the Forum

Forum Activity

Blogged

BBC News Scotland

Video

Galleries

Twitter Updates

    Follow me



    Map lat/lon finder

    For detailed instructions regarding the creation of a location map, and use of the (:gma-map:) and (:gma-point:) functions seen below, please refer to the Map 101 page.


    Marker operation

    • Pan and zoom the map below to the desired location
    • Click anywhere on the map to show the latitude, longitude and 6-digit grid reference
    • Copy and paste the three lines given below into a Wiki page to embed the map inside it

    Cross-hair operation DISABLED!

    Option disabled.

    Removed cross-hair dragend update code stored below from mapa.htm

    <!-- GEvent.addListener(map, "dragend", function(){

    		WGlat = map.getCenter(point).lat();
    		WGlon = map.getCenter(point).lng();
    
    	lat7 = WGlat.toFixed(7);
    	lon7 = WGlon.toFixed(7);
    
    	var html = "";
    	html += "<br/><br/>
    <br /><br /><strong>Showing Cross-hair data</strong>"; document.getElementById("message").innerHTML = html;

    }); -->