Skip to content

Commit

Permalink
set shape- and color-changing default-true
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Kruse committed Jun 6, 2017
1 parent fcdcc54 commit 9f903a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/GeoTemConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -1248,4 +1248,4 @@ GeoTemConfig.renameColumns = function(dataset, renames){
//set index
dataset.objects[i].setIndex(index);
}
};
};

0 comments on commit 9f903a7

Please sign in to comment.