diff --git a/public/bbox-finder.html b/public/bbox-finder.html index ecf734092e5fdaa00306bc3c1ddea1a3d69e09da..a9b3e073c73838e543aaf4e9ead6be871b969f2a 100644 --- a/public/bbox-finder.html +++ b/public/bbox-finder.html @@ -45,6 +45,8 @@ <script src="./src/edit/EditToolbar.js"></script> <script src="./src/edit/handler/EditToolbar.Edit.js"></script> <script src="./src/edit/handler/EditToolbar.Delete.js"></script> + <link rel="stylesheet" href="https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.css" /> +<script src="https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.js"></script> <link rel="shortcut icon" href="joeicon.png" /> @@ -113,7 +115,7 @@ // Set the title to show on the polygon button L.drawLocal.draw.toolbar.buttons.polygon = 'Draw a polygon!'; - + L.Control.geocoder().addTo(map); var drawControl = new L.Control.Draw({ position: 'bottomright', draw: {