-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
53 changed files
with
4,660 additions
and
389 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
docs/maps/6a7ae25e889084d980c1b28670636b9f70511c22/index.html
This file was deleted.
Oops, something went wrong.
63 changes: 0 additions & 63 deletions
63
docs/maps/6a7ae25e889084d980c1b28670636b9f70511c22/map.html
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -258,7 +258,7 @@ <h1 id="page-title" class="page__title" itemprop="headline">Rory’s Still | |
|
||
<p>I found the actual exact locations of the stills by searching on Geograph - local historian Andrew Curtis put together <a href="https://www.geograph.org.uk/snippet/5569">a selection of photographs and locations for them</a>.</p> | ||
|
||
<div id="leaflet-map-30f1d1227b19a61e3b54664a42b4a20f" class="leaflet-map"></div> | ||
<div id="leaflet-map-c362a0715c55874376d0213f253caf57" class="leaflet-map"></div> | ||
<script>(() => { | ||
// Specify configuration variables, setup any elements and styling | ||
var leafletCdn = "https://unpkg.com/[email protected]/dist/"; | ||
|
@@ -269,28 +269,28 @@ <h1 id="page-title" class="page__title" itemprop="headline">Rory’s Still | |
"zoom" : 11, | ||
"providerBasemap": "OpenTopoMap" } ; | ||
var blockLeafletItems = [ | ||
{id: "3da35fdb406ca306e7de6842568aad5f", | ||
{id: "285ef08c67b43a3d3bd683af98c61574", | ||
type: "LeafletMarker", | ||
value: { "latitude" : 55.413560, | ||
"longitude" : -2.284758, | ||
"popupContent" : "Blindburn Still"} }, | ||
{id: "e1a9bf09d27e5773403a3e8a70beeb5b", | ||
{id: "f83a570e6ef6fdbf0d37fea889bb6d07", | ||
type: "LeafletMarker", | ||
value: { "latitude" : 55.379630, | ||
"longitude" : -2.168993, | ||
"popupContent" : "Wholehope Still"} }, | ||
{id: "c3c14a85d5dcb4eb0736fc8e4fa90313", | ||
{id: "e1715032300d4e5df1c92f394e3830c6", | ||
type: "LeafletMarker", | ||
value: { "latitude" : 55.4304, | ||
"longitude" : -2.1864, | ||
"popupContent" : "Rory's Still"} }, | ||
{id: "77a292f0bac78f4aad0d7a8da90e20d6", | ||
{id: "43b87e53d2d69c94167718aea8046e00", | ||
type: "LeafletGeoJSON", | ||
value: "/assets/geojson/Usway.geojson" }, | ||
]; | ||
|
||
// Override the map div id if specified, apply default CSS | ||
var defaultMapElId = "leaflet-map-30f1d1227b19a61e3b54664a42b4a20f"; | ||
var defaultMapElId = "leaflet-map-c362a0715c55874376d0213f253caf57"; | ||
var defaultMapElStyle = "height:300px; margin-top:15px; margin-bottom:15px"; | ||
var mapEl = document.getElementById(defaultMapElId); | ||
if('divId' in tagInputArg){ | ||
|
@@ -423,7 +423,7 @@ <h1 id="page-title" class="page__title" itemprop="headline">Rory’s Still | |
|
||
//The actual section that is called that creates a map | ||
function createMap(){ | ||
console.log("Creating map 30f1d1227b19a61e3b54664a42b4a20f with these args:"); | ||
console.log("Creating map c362a0715c55874376d0213f253caf57 with these args:"); | ||
console.log(tagInputArg); | ||
|
||
//Initialize Map with the correct input arguments | ||
|
Oops, something went wrong.