mle 0540 - izudon/izudon.github.io GitHub Wiki
0540 Display a non-interactive map
const map = new maplibregl.Map({
// ...
interactive: false
});
- MapLibre Examples
Add a comment on every example of MapLibre GL JS by Masakazu IZUI
const map = new maplibregl.Map({
// ...
interactive: false
});