
// map coords - lat / long
svp_lat             =   "51.270992" ;
svp_long            =   "-2.122966" ;

// zoom level
// zoom~: 15 = (125m : 1cm), 14 = (250m : 1cm), 13 = (500m : 1cm) , 12 = (1km : 1cm)
// zoom 10 approx fits wiltshire on 600x600 px image
svp_zoom            =   16;

// size of map image
svp_image_width     =   750;
svp_image_height    =   600;

// Ignore map image width and height and fit map image to window
svp_fit_window      =   false;

// display Blue Engine credit
svp_show_be_credit  =   false;

// display a scale
svp_zoomcontrol               =  true;
svp_zoomcontrol_style         =  c_zoom_control_large;
svp_navigationcontrolposition =  c_top_right;
svp_navigationcontrolstyle    =  c_zoom_pan;

// set marker title
svp_marker_title    =   "";

// enable street view pegman
svp_streetViewControl = true;

// draw a circle centre at marker - radius in metres
svp_circle          =   false;
svp_circle_radius   =   4000;
svp_fillColor       =   "#975321";
svp_fillOpacity     =   0.2;
svp_strokeWeight    =   1; // pixel width of circle

// initial map type roadmap, hybrid, satellite, terrain
svp_mapTypeId = c_roadmap ;


