Remove navigation control from map

This commit is contained in:
2024-08-17 22:54:22 +10:00
parent 2028cbbe61
commit 18257be406
2 changed files with 1 additions and 3 deletions

View File

@@ -25,8 +25,6 @@ const map = new mapboxgl.Map({
center: [145.00724,-37.79011]
});
map.addControl(new mapboxgl.NavigationControl());
fetch("wards_withboundaries.json")
.then(response => {
response.json()