Skip to content

Commit

Permalink
Fix map dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasciput committed Oct 4, 2024
1 parent be37c8d commit 8e290d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bims/static/js/map-dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function createDashboardMap(map, coordinates) {
)
}
map = new ol.Map({
controls: ol.control.defaults.defaults().extend([
controls: ol.control.defaults().extend([
scaleLineControl
]),
layers: baseLayer,
Expand Down

0 comments on commit 8e290d8

Please sign in to comment.