This website works better with JavaScript.
Home
Help
Sign In
vince
/
gestionnaire-de-taches-simple
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Corrige un oubli
master
vincent
4 weeks ago
parent
21645289fc
commit
4730c42322
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
assets/controllers/map_controller.js
+ 1
- 0
assets/controllers/map_controller.js
View File
@ -231,6 +231,7 @@ export default class extends Controller {
openInF4Map
(
)
{
const
url
=
"https://demo.f4map.com/#lat="
+
this
.
mapInstance
.
getCenter
(
)
.
lat
+
"&lon="
+
this
.
mapInstance
.
getCenter
(
)
.
lng
+
"&zoom="
+
this
.
mapInstance
.
getZoom
(
)
;
window
.
open
(
url
,
'_blank'
)
;
}
}
Write
Preview
Loading…
Cancel
Save