view war/scripts/sti/STIProps.js @ 68:8b58d9bc0bb6 trimmed_data

add functionality for additional tabular data from the description field (work in progress)
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Thu, 03 Jan 2013 18:43:28 +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;

}