diff options
-rw-r--r-- | main.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4545,6 +4545,7 @@ const [mapLayers, featureOverlayLayer] = (function() { declutter: false, visible: isVisible(k), style: function(feature, resolution) { + /* WARN: very hot code path! */ const properties = feature.getProperties(); if (age_filter_settings.active) { /* TODO avoid doing this checks for each feature; instead, set up a |