Skip to content

Commit

Permalink
Merge pull request #3445 from jthomassie/tilemap-refactor
Browse files Browse the repository at this point in the history
Tilemap refactor
  • Loading branch information
Juan Thomassie committed Apr 9, 2015
2 parents 47b4af3 + 9733f92 commit d97fe1f
Show file tree
Hide file tree
Showing 7 changed files with 8,009 additions and 131,152 deletions.
6 changes: 4 additions & 2 deletions src/kibana/components/config/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ define(function (require) {
description: 'Never show more than this many bar in date histograms, scale values if needed',
},
'visualization:tileMap:maxPrecision': {
value: 6,
description: 'The maximum geoHash size allowed in a tile map',
value: 7,
description: 'The maximum geoHash precision displayed on tile maps: 7 is high, 10 is very high, ' +
'12 is the max. Explanation of cell dimensions: http://www.elastic.co/guide/en/elasticsearch/reference/current/' +
'search-aggregations-bucket-geohashgrid-aggregation.html#_cell_dimensions_at_the_equator',
},
'csv:separator': {
value: ',',
Expand Down
Loading

0 comments on commit d97fe1f

Please sign in to comment.