This module adds area switcher control which is able to zoom administrative boundaries to mapbox-gl
npm i @WASAC/mapbox-gl-admin-boundary
See demo.
npm run build
npm start
open http://localhost:8080.
import MapboxAdminBoundaryControl from "mapbox-gl-admin-boundary";
import { Map as MapboxMap } from "mapbox-gl";
import "mapbox-gl-admin-boundary/css/styles.css";
const map = new MapboxMap();
map.addControl(new MapboxAdminBoundaryControl(
'https://wasac.github.io/rw-admin-boundary'
), 'top-right');