Remove unused gem and add a comment where it was replaced
This commit is contained in:
parent
17b23b0756
commit
2e349ab51a
3 changed files with 5 additions and 5 deletions
|
@ -225,6 +225,11 @@ function loadData(url, reload) {
|
|||
|
||||
if (browseDataLayer) browseDataLayer.destroyFeatures();
|
||||
|
||||
/*
|
||||
* Modern browsers are quite happy showing far more than 100 features in
|
||||
* the data browser, so increase the limit to 2000 by default, but keep
|
||||
* it restricted to 500 for IE8 and 100 for older IEs.
|
||||
*/
|
||||
var maxFeatures = 2000;
|
||||
|
||||
/*@cc_on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue