From 956abd7805a7fca3a013a5c147277cda76f8024c Mon Sep 17 00:00:00 2001 From: Joost Date: Fri, 10 May 2024 09:24:34 +0200 Subject: [PATCH] move files & add index --- index.html | 45 +++++++++++++++++++ {historic => js/historic}/baselayers.js | 0 {historic => js/historic}/layers.js | 0 {historic => js/historic}/main.js | 0 leaflet-fullHash.js => js/leaflet-fullHash.js | 0 leaflet.uGeoJSON.js => js/leaflet.uGeoJSON.js | 0 6 files changed, 45 insertions(+) create mode 100644 index.html rename {historic => js/historic}/baselayers.js (100%) rename {historic => js/historic}/layers.js (100%) rename {historic => js/historic}/main.js (100%) rename leaflet-fullHash.js => js/leaflet-fullHash.js (100%) rename leaflet.uGeoJSON.js => js/leaflet.uGeoJSON.js (100%) diff --git a/index.html b/index.html new file mode 100644 index 0000000..b41663b --- /dev/null +++ b/index.html @@ -0,0 +1,45 @@ + + + + + Historical maps and OSM + + + + + + + + + + + + + +
+ + + + + + + + + + + diff --git a/historic/baselayers.js b/js/historic/baselayers.js similarity index 100% rename from historic/baselayers.js rename to js/historic/baselayers.js diff --git a/historic/layers.js b/js/historic/layers.js similarity index 100% rename from historic/layers.js rename to js/historic/layers.js diff --git a/historic/main.js b/js/historic/main.js similarity index 100% rename from historic/main.js rename to js/historic/main.js diff --git a/leaflet-fullHash.js b/js/leaflet-fullHash.js similarity index 100% rename from leaflet-fullHash.js rename to js/leaflet-fullHash.js diff --git a/leaflet.uGeoJSON.js b/js/leaflet.uGeoJSON.js similarity index 100% rename from leaflet.uGeoJSON.js rename to js/leaflet.uGeoJSON.js