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]
|
center: [145.00724,-37.79011]
|
||||||
});
|
});
|
||||||
|
|
||||||
map.addControl(new mapboxgl.NavigationControl());
|
|
||||||
|
|
||||||
fetch("wards_withboundaries.json")
|
fetch("wards_withboundaries.json")
|
||||||
.then(response => {
|
.then(response => {
|
||||||
response.json()
|
response.json()
|
||||||
|
|||||||
Reference in New Issue
Block a user