view war/scripts/sti/STIProps.js @ 85:108c853e0900 trimmed_data

CSV to KML conversion moved to seperate function
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Thu, 07 Mar 2013 14:35:30 +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;

}