Browse Source

Corrige un oubli

master
vincent 4 weeks ago
parent
commit
4730c42322
1 changed files with 1 additions and 0 deletions
  1. +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() { openInF4Map() {
const url = "https://demo.f4map.com/#lat="+this.mapInstance.getCenter().lat+"&lon="+this.mapInstance.getCenter().lng+"&zoom="+this.mapInstance.getZoom(); const url = "https://demo.f4map.com/#lat="+this.mapInstance.getCenter().lat+"&lon="+this.mapInstance.getCenter().lng+"&zoom="+this.mapInstance.getZoom();
window.open(url, '_blank');
} }
} }

Loading…
Cancel
Save