/*
File:		mops.australia.js
This file is used to define the data that is associated with mops australia

Section:	Version History
03/06/2009 (DJO) - Created File
*/

MOPS.regions.AU = {
	bounds: { swlat: -35.96022296929668, swlng: 108.5888671875, nelat: -10.012129557908128, nelng: 157.2802734375 },
	zones: {
		ACT: new MOPS.Zone("AU-ACT", "ACT", { swlat: -38.03078569382294, swlng: 146.0302734375, nelat: -33.394759218577974, nelng: 151.7431640625 }),	
		NSW: new MOPS.Zone("AU-NSW", "NSW", { swlat: -43.61221676817571, swlng: 136.4501953125, nelat: -24.8864364907877, nelng: 159.3017578125 }),
		NT:  new MOPS.Zone("AU-NT", "NT", { swlat: -30.259067203213018, swlng: 122.34374999999999, nelat: -8.885071663468981, nelng: 145.1953125 }),
		QLD: new MOPS.Zone("AU-QLD", "QLD", { swlat: -31.240985378021293, swlng: 134.4287109375, nelat: -10.012129557908128, nelng: 157.2802734375 }),
		SA:  new MOPS.Zone("AU-SA", "SA", { swlat: -40.88029480552823, swlng: 123.48632812500001, nelat: -21.493963563064455, nelng: 146.337890625 }),
		TAS: new MOPS.Zone("AU-TAS", "TAS", { swlat: -44.30812668488612, swlng: 143.701171875, nelat: -40.078071427450084, nelng: 149.4140625 }),
		VIC: new MOPS.Zone("AU-VIC", "VIC", { swlat: -41.360318663067076, swlng: 139.72412109375, nelat: -32.2313896627376, nelng: 151.14990234375 }),
		WA:  new MOPS.Zone("AU-WA", "WA", { swlat: -35.96022296929668, swlng: 108.5888671875, nelat: -15.538375926292048, nelng: 131.4404296875 })
	}
} // mops australia