SafeDispatch/Safedispatch_4_0/resource/SfmbMapsMainTerrain-osm.html

13 lines
375 B
HTML
Raw Normal View History

2024-02-22 16:43:59 +00:00
<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>