//////////////////////////////////////////
// GOOGLE MAPS - configuration constants
//////////////////////////////////////////

var SHOWNIGHTMAP          = true;
var SHOWOPENSTREETMAP     = false;
var BASEURL               = "http://www.nightearth.com";
var KMZLOCATION           = "http://www.nightearth.com/nightearth.kmz";
var MAPCANVASBGCOLOR      = "#111744";
var OVERVIEWMAPCONTROL    = false;
var INFOWINDOWCLICKLEGEND = "Share your images!";
var INFOWINDOWCLICKMSG    = "Do you have a nice night pic<br/>you want to share with the world? ";
var INFOWINDOWCLICKUPLOAD = "upload it!";
var SENDLOCEMAILSUBJECT   = "Interesting web site: Night satellite images with Google Maps interface!";
var SENDLOCEMAILBODY      = "Hey!%0D%0A%0D%0AYou need to see this web. Night satellite photos of the world, with Google Maps interface!";
var SENDLOCEMAILSALUTE    = "Regards!";
var SHOWMARKERS           = "Show Markers";
var HIDEMARKERS           = "Hide Markers";
var SHOWPANORAMIO         = "Show Panoramio";
var HIDEPANORAMIO         = "Hide Panoramio";
var PANORAMIOTAGS         = "night";

var DETAILEDLOCATIONS = new Array();
DETAILEDLOCATIONS["Buenos Aires"] = [-34.63,  -58.48, 11];
DETAILEDLOCATIONS["Chicago"     ] = [ 41.85,  -87.65, 11];
DETAILEDLOCATIONS["Los Angeles" ] = [ 33.85, -118.15, 11];

var MAXZOOM     = 7;  // Max coverage of the entire world
var MAXFAKEZOOM = 10; // Max artificial zoom
var MAXCITYZOOM = 11; // Max level of detailed cities

var LATINICIAL  = 17;
var LNGINICIAL  = -3.42;
var ZOOMINICIAL = 1;


