From 9f903a7de75842ff0cc7f8508c8e9e882f28e99b Mon Sep 17 00:00:00 2001 From: Sebastian Kruse Date: Tue, 6 Jun 2017 13:12:08 +0200 Subject: [PATCH] set shape- and color-changing default-true --- js/GeoTemConfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/GeoTemConfig.js b/js/GeoTemConfig.js index 0f49325..82c40f7 100644 --- a/js/GeoTemConfig.js +++ b/js/GeoTemConfig.js @@ -48,7 +48,7 @@ GeoTemConfig = { selectionEvents : true, // if updates after selection events tableExportDataset : true, // export dataset to KML allowCustomColoring : false, // if DataObjects can have an own color (useful for weighted coloring) - allowUserShapeAndColorChange: false, // if the user can change the shapes and color of datasets + allowUserShapeAndColorChange: true, // if the user can change the shapes and color of datasets // this turns MapConfig.useGraphics auto-on, but uses circles as default loadColorFromDataset : false, // if DataObject color should be loaded automatically (from column "color") allowColumnRenaming : true, @@ -1248,4 +1248,4 @@ GeoTemConfig.renameColumns = function(dataset, renames){ //set index dataset.objects[i].setIndex(index); } -}; \ No newline at end of file +};