Skip to content

Commit

Permalink
autoforward to the new URL
Browse files Browse the repository at this point in the history
  • Loading branch information
joostschouppe authored May 19, 2024
1 parent dea1a34 commit 5573a21
Showing 1 changed file with 1 addition and 45 deletions.
46 changes: 1 addition & 45 deletions historischekaart.html
Original file line number Diff line number Diff line change
@@ -1,45 +1 @@
<!DOCTYPE html>
<html>

<head>
<title>Historical maps and OSM</title>
<meta charset="utf-8" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet.locatecontrol/dist/L.Control.Locate.min.css" />
<link rel="stylesheet" href="https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.css" />
<!-- overrule default style to set maxwidth of the layer control -->
<style>
body {
margin: 0;
padding: 0;
}
#map {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}
.leaflet-control-layers-expanded {
max-width: 80%;
}
</style>
</head>

<body>
<div id="map"></div>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
<script src="https://cdn.jsdelivr.net/npm/leaflet.locatecontrol/dist/L.Control.Locate.min.js"
charset="utf-8"></script>
<script src="https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.js"></script>
<script src="./js/leaflet.uGeoJSON.js"></script>
<script src="./js/leaflet-fullHash.js"></script>
<script src="./js/historischekaart/baselayers.js"></script>
<script src="./js/historischekaart/layers.js"></script>
<script src="./js/historischekaart/main.js"></script>
</body>

</html>
<meta http-equiv="refresh" content="0; URL=https://historical.osm.be/" />

0 comments on commit 5573a21

Please sign in to comment.