|
|
| |
The map above shows the events for 2006. You can pan and zoom around the map using
the controls in the top right hand corner. Click on the pointers on the map to see
the event details. You can also switch the view from a traditional map to satellite
photos by using the appropriate button.
|
|
/*
var point = new GLatLng(51.24559,-1.68669);
var marker = createMarker(point,"
SCOR Round 1 : March ","Round 1Sidbury Hill, near Tidworth, Wiltshire. Event Date : 19th March 2006 Grid Ref : SU 22015 49646")
map.addOverlay(marker);
var point = new GLatLng(51.11795,-0.88290);
var marker = createMarker(point,"SCOR Round 2 : April ","Round 2Slab Common, near Bordon, Hampshire. Event Date : 16th April 2006 Grid Ref : SU 78286 36001")
map.addOverlay(marker);
var point = new GLatLng(51.20019,-3.51011);
var marker = createMarker(point,"SCOR Round 3 : June ","Round 3Minehead, Somerset. Event Date : 11th June 2006 Grid Ref : SS 94589 45638")
map.addOverlay(marker);
var point = new GLatLng(51.10246,-1.34311);
var marker = createMarker(point,"SCOR Round 4 : July ","Round 4Worthy Down, near Winchester, Hampshire. Event Date : 23rd July 2006 Grid Ref : SU 46090 33891")
map.addOverlay(marker);
var point = new GLatLng(50.93124,-0.21468);
var marker = createMarker(point,"SCOR Round 5 : August ","Round 5Copford Farm, Horam, Sussex. Event Date : 29th August 2006 Grid Ref : TQ 55726 16979")
map.addOverlay(marker);
var point = new GLatLng(51.26751,-0.80204);
var marker = createMarker(point,"SCOR Round 6 : October ","Round 6Long Valley, Hampshire. Event Date : 1st October 2006 Grid Ref : SU 83674 52722")
map.addOverlay(marker);
var point = new GLatLng(51.24556,-1.68598);
var marker = createMarker(point,"SCOR Round 7 : November ","Round 7Sidbury Hill, near Tidworth, Wiltshire. Event Date : 5th November 2006 Grid Ref : SU 22015 49646")
map.addOverlay(marker);
*/
?>
|
|