From 867d1a61994379da7cf3f8821bbc84796d59e769 Mon Sep 17 00:00:00 2001 From: Tom H Date: Sun, 12 Apr 2026 16:14:28 +0800 Subject: [PATCH] bug: fix ReferenceError --- js/GeoJsonNoVanish.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/GeoJsonNoVanish.ts b/js/GeoJsonNoVanish.ts index dd07149fe..8de9335ce 100644 --- a/js/GeoJsonNoVanish.ts +++ b/js/GeoJsonNoVanish.ts @@ -1,3 +1,5 @@ +import * as L from 'leaflet'; + class GeoJsonNoVanish extends L.GeoJSON { threshold = 10; constructor(geojson, options) {