BoundariesButton.prototype.setShowTileBoundariesIcon = function()

in public/assets/maplibre/maplibre-gl-tile-boundaries.js [46:48]


BoundariesButton.prototype.setShowTileBoundariesIcon = function () {
    this._btn.className = 'maplibregl-ctrl-icon maplibregl-ctrl-show-boundaries';
};