|
|
@ -178,6 +178,11 @@ export default class extends Controller { |
|
|
|
window.open(url, '_blank'); |
|
|
|
} |
|
|
|
|
|
|
|
openInPifomap() { |
|
|
|
const url = "https://bano.openstreetmap.fr/pifometre/pifomap.html?ratio=N#map="+this.mapInstance.getZoom()+"/"+this.mapInstance.getCenter().lat+"/"+this.mapInstance.getCenter().lng; |
|
|
|
window.open(url, '_blank'); |
|
|
|
} |
|
|
|
|
|
|
|
openInGeohack() { |
|
|
|
const url = "https://geohack.toolforge.org/geohack.php?params="+this.mapInstance.getCenter().lat+"_N_"+this.mapInstance.getCenter().lng+"_E"; |
|
|
|
window.open(url, '_blank'); |
|
|
|