Remove unused gem and add a comment where it was replaced

This commit is contained in:
John Firebaugh 2012-08-25 19:30:51 -07:00 committed by Tom Hughes
parent 17b23b0756
commit 2e349ab51a
3 changed files with 5 additions and 5 deletions

View file

@ -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