SafeDispatch/Safedispatch_4_0/resource/SfmbMapsMainTerrain-osm.html
2024-02-22 18:43:59 +02:00

13 lines
375 B
HTML

<html>
<head>
<script type="text/javascript">
var file = window.location.href;
var urlRe=/\?language=(.*)/g;
var chunk=file.match(urlRe);
if(chunk) chunk=chunk[0].split('=').pop();
file="local"; window.location.href = 'index-osm.html?origin='+ file + '&map=osm&osmserver=';
</script>
</head>
</html>