mle 0540 - izudon/izudon.github.io GitHub Wiki

0540 Display a non-interactive map

const map = new maplibregl.Map({
        // ...
        interactive: false
});