Remove navigation control from map
This commit is contained in:
2
map-generator/dist/main.js
vendored
2
map-generator/dist/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user