Commit 892435f7 authored by JOE XMG's avatar JOE XMG
Browse files

update

parent 4f1e41ea
Pipeline #7235 passed with stage
in 6 seconds
......@@ -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: {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment