function button()

in public/assets/maplibre/maplibre-gl-tile-boundaries.js [28:34]


function button() {
    var btn = document.createElement('button');
    btn.className = 'maplibregl-ctrl-icon maplibregl-ctrl-boundaries';
    btn.type = 'button';
    btn['aria-label'] = 'Inspect';
    return btn;
}