Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo committed May 2, 2023
1 parent 811a363 commit 5fefcc9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ags_map/js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ var map = L.map("map", {
layers: [esri, positron, wmsLayer, agsboreholes]
});

L.control.layers({
"Esri": esri,
"Positron": positron
}).addTo(map);

agsboreholes.once("ready", function (ev) {
map.fitBounds(agsboreholes.getBounds());
});

0 comments on commit 5fefcc9

Please sign in to comment.