Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/5562'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Jan 27, 2025
2 parents 7c47cde + c4eda60 commit 8cab3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/javascripts/index/layers/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ OSM.initializeDataLayer = function (map) {

/*
* 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
* the data browser, so increase the limit to 4000 by default, but keep
* it restricted to 500 for IE8 and 100 for older IEs.
*/
var maxFeatures = 2000;
var maxFeatures = 4000;

/*@cc_on
if (navigator.appVersion < 8) {
Expand Down

0 comments on commit 8cab3c4

Please sign in to comment.