fix: restore CCTV layer ingestion and map rendering

This commit is contained in:
Wa1iD
2026-03-20 22:05:05 +01:00
parent f0b6f9a8d1
commit 231f0afc4e
4 changed files with 340 additions and 145 deletions
@@ -593,6 +593,8 @@ const MaplibreViewer = ({ data, activeLayers, onEntityClick, flyToLocation, sele
frontlineGeoJSON && 'ukraine-frontline-layer',
earthquakesGeoJSON && 'earthquakes-layer',
satellitesGeoJSON && 'satellites-layer',
cctvGeoJSON && 'cctv-clusters',
cctvGeoJSON && 'cctv-cluster-count',
cctvGeoJSON && 'cctv-layer',
kiwisdrGeoJSON && 'kiwisdr-clusters',
kiwisdrGeoJSON && 'kiwisdr-layer',