|
|
|
@ -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`,'_top');
|
|
|
|
|
window.open(`https://www.openstreetmap.org/relation/47772#map=15/52.0751/4.3172`,'_self');
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|