build: add map.js bundle — MapLibre GL, toGeoJSON, MapUtils
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vgmzx8VTTTmCskSpQtsLTr
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1 +1,9 @@
|
||||
// placeholder — replaced in Task 4
|
||||
import maplibregl from 'maplibre-gl';
|
||||
import 'maplibre-gl/dist/maplibre-gl.css';
|
||||
import toGeoJSON from '@mapbox/togeojson';
|
||||
|
||||
/* maplibre-utils.js attaches MapUtils to window as a side effect */
|
||||
import '../maplibre-utils.js';
|
||||
|
||||
window.maplibregl = maplibregl;
|
||||
window.toGeoJSON = toGeoJSON;
|
||||
|
||||
Reference in New Issue
Block a user