view war/scripts/sti/STIProps.js @ 64:aa1808d94d80 CellTable

Make table always take 100% width, so page switches don't alter the layout
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Mon, 17 Dec 2012 13:28:49 +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;

}