Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ICT4iCity
data_workflow
Commits
892435f7
Commit
892435f7
authored
Mar 09, 2023
by
JOE XMG
Browse files
update
parent
4f1e41ea
Pipeline
#7235
passed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/bbox-finder.html
View file @
892435f7
...
...
@@ -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
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment