From 174b1a7f12e6640f9ae778da8219a22e2c6b49f2 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 8 Apr 2015 09:55:45 +0100 Subject: Initial commit --- index.html | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ leaflet.css | 1 + leaflet.js | 1 + 3 files changed, 94 insertions(+) create mode 100644 index.html create mode 120000 leaflet.css create mode 120000 leaflet.js diff --git a/index.html b/index.html new file mode 100644 index 0000000..6c4f756 --- /dev/null +++ b/index.html @@ -0,0 +1,92 @@ + + + + +Southampton History Map + + + + + + + + +
+ + +
+ +

Southampton History Map

+ +

This map shows how Southampton, and actually all of Hampshire has changed +over approximately the last 4 years.

+ +

To the left of the separator, you can see OpenStreetMap as of (now), and on +the right, you can see it as of 2011.

+ +
+ + + + + diff --git a/leaflet.css b/leaflet.css new file mode 120000 index 0000000..40a1f03 --- /dev/null +++ b/leaflet.css @@ -0,0 +1 @@ +/usr/share/javascript/leaflet/leaflet.css \ No newline at end of file diff --git a/leaflet.js b/leaflet.js new file mode 120000 index 0000000..f0df49d --- /dev/null +++ b/leaflet.js @@ -0,0 +1 @@ +/usr/share/javascript/leaflet/leaflet.js \ No newline at end of file -- cgit v1.2.3