view war/scripts/sti/STIProps.js @ 86:ed444173aef0 trimmed_data

local CSV loading
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Thu, 07 Mar 2013 14:47:36 +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;

}