From 2c837355f74467f205844d90f42e54b9ab8a1382 Mon Sep 17 00:00:00 2001 From: poni Date: Thu, 8 Apr 2021 17:21:45 +0200 Subject: [PATCH] -_top- --- canvas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canvas.js b/canvas.js index a91e4d6..21e00a2 100644 --- a/canvas.js +++ b/canvas.js @@ -7,7 +7,7 @@ return Math.floor(Math.random() * (max - min) + min); }; function openWindow(c) { - window.open(`https://www.openstreetmap.org/relation/47772#map=15/52.0751/4.3172`,'_self'); + window.open(`http://www.google.com/maps/place/${c}`,'_self'); }