Skip to content

Commit

Permalink
move files & add index
Browse files Browse the repository at this point in the history
  • Loading branch information
joostschouppe authored May 10, 2024
1 parent 38ce1c8 commit 956abd7
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!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/historic/baselayers.js"></script>
<script src="./js/historic/layers.js"></script>
<script src="./js/historic/main.js"></script>
</body>

</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 956abd7

Please sign in to comment.