// This file specifies general configuration for the AtlasWebClient. 
// It specifies settings unique to each installation of the AtlasServer.
// It specifies the zoom levels, view boundaries of the default location, etc.
ATLAS.conf = {
	// ------------------------------------
	// Defaults for missing URL parameters 
	// ------------------------------------
	MIN_ZOOM: 3,		// bounds on z
	MAX_ZOOM: 12,
	
	// Show the GBR
	DEFAULT_ZOOM: 5,	//z
	DEFAULT_LON: 148,		//ll
	DEFAULT_LAT:-18,		//ll
	
	// -----------------------------
	// Default layer configuration
	// -----------------------------
	// These settings are used if the wms URL is not specified for a particular
	// layer. These should be changed if the AtlasServer is deployed using a
	// domain name or from behind Apache using AJP.
	TILESERVER_URL:'/geowebcache/service/wms',
	// Currently unused
	WMSSERVER_URL:'/geoserver/wms',
	// Default name spec to attach to the start of all the auto-layers'
	// layer names.
	DEFAULT_NAME_SPACE:'ea',
	
	// This is the title of the mapping web page. 
	PAGE_TITLE:'e-Atlas mapping viewer'
};

