view war/scripts/sti/STIProps.js @ 16:775477d89709

added get for timestamp and timespan
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Mon, 26 Nov 2012 14:41:38 +0100
parents cf06b77a8bbd
children
line wrap: on
line source

function STIProps(){

	this.historicMaps = true;
	this.googleMaps = true;
	this.bingMaps = true;
	this.osmMaps = true;
	
	this.countrySelect = true;
	this.polygonSelect = true;
	this.circleSelect = true;
	this.addElements = false;

}