
var CWLSettings = {
    // the Display Name of the mapservice containing the shape layers
    cwlDN : "City Wildlife",

    // the url of the site
    cwlURL : "http://test.citywildlife.org.uk" , //"http://www.citywildlife.org.uk"

    // the default layer to use as the base layer of the map
    defaultBaseLayer : 'aerial',

    //the index of the aerial layer in the 2D mapservices config array
    aerialIndex : [0,1],

    //the map extent for the whole city 524480,101110
    cityExtent : {"xmin": 522000, 
		  "ymin": 100000, 
		  "xmax": 542000, 
		  "ymax": 113333,
		  "spid": 27700},

    //address of the aerial layer
    aerialURL: "http://inmyarea.brighton-hove.gov.uk/LVPublic/ArcGIS/Rest/Services/72061cfb-1f03-4600-b999-15164c64973d/MapServer",

    //has the aerial layer been added to the map?
    hasAerialLayer: false ,
    
    //are we displaying the aerial layer?
    baseLayerIsAerial: false,

    //various strings etc
    props: {
	clusterIntro: "Each green dot represents one sighting. Click on the dot to see full details. Dots labelled with numbers represent more than one sighting - zoom in until they turn green before clicking on them. To reduce the number of sightings displayed, select a year or 'All' to see all sightings at once.",
	deprecation: "Attention: your browser is not supported. Please upgrade or install a modern browser to get the most out of CityWildlife.",
	deprecationGentle: "Please upgrade or install a modern browser to get the most out of CityWildlife. Showing all records for an area may cause the map to load slowly.",
	addLscapePhotoPreamble: "Click on the map to set the location of your photo, then use the form below the map to upload a jpg photo.",
	sightingsLink: "<a href='#' onClick='return viewAreaRecords();'>Wildlife Records</a>",
	lscapePhotosLink: "<a href='#' onClick='return viewLPhotos();'>Landscape Photographs</a>"
    },

    infoWindow : {
	width: 220,
	height: 150}

}
