/**
*  deCarta confidential and proprietary.
*  Copyright 2006-2009 deCarta. All rights reserved.
*
*  Enter the clientName and ClientPassword you received when registering
*  on the developer zone.
*/

function CONFIG() { }
Credentials.url = "http://dds.racq.com.au/openls/openls";
CONFIG.clientName = "RACQ:131940";
CONFIG.clientPassword = "49sbn7";

// By default, the JSAPI points to the Developer Zone.
// If you are using a self-hosted version of the DDS, the following
// are the most basic configuration settings that you should use.
// To have good looking maps, you'll need to modify your Web Services
// configuration to use a JSAPI appropriate DDS Image Settings.
// CONFIG.clientName = "someclient";
// CONFIG.clientPassword = "abc123";
// Credentials.url = "http://localhost:8080/openls/openls";
// Credentials.configuration = "old-english-tile";
// Following settings will need to be changed if you are using hybrid maps.
// In order to access the SATELLITE layer of images, you will need a Digital
// Globe access key. Please contact sales or support about getting this key.
// Credentials.dgkey = "";
// In order to access the HYBRID layer of images, you will need to set a
// valid transparent overlay configuration:
// Credentials.transparentConfiguration = "transparent-tile";
