diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-12 11:48:40 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-12 11:48:56 +0200 |
commit | 7ed77dcd3f09755f983ca901a92df9198af4dc62 (patch) | |
tree | ce8f868817e6c0ab42b9e3bb0cd362034360a1fa /main.js | |
parent | ada04043e7feaf5b038251af8b74d55155ecd422 (diff) |
Add comment/warning.
Diffstat (limited to 'main.js')
-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 |