Victor Kadiata
Results
1
issues of
Victor Kadiata
Hello there, I've used pnpm to install the maplibre-gl-basemaps package and imported as `import BasemapsControl from 'maplibre-gl-basemaps'; import 'maplibre-gl-basemaps/lib/basemaps.css';` Added the control as ` .addControl(new BasemapsControl({ basemaps: baseMaps, initialBasemap: 'Dark'...