Skip to content

Commit

Permalink
Update leaflet.html
Browse files Browse the repository at this point in the history
paths
  • Loading branch information
bouton authored Feb 18, 2024
1 parent c75dba1 commit 909c9f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions leaflet.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<title>Isle of Wight Public Rights of Way - Ramblers Path Managers</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin=""/>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script></head>
<script src="https://bouton.github.io/leaflet-ajax\dist\leaflet.ajax.js"></script>
<script src="https://bouton.github.io/js/leaflet.browser.print.min.js"></script>
<script src="../leaflet-ajax\dist\leaflet.ajax.js"></script>
<script src="../js/leaflet.browser.print.min.js"></script>

<link rel="stylesheet" href="https://bouton.github.io/js/L.Control.Layers.Tree.css" crossorigin=""/>
<script src="https://bouton.github.io/js/L.Control.Layers.Tree.js"></script>
<link rel="stylesheet" href="../js/L.Control.Layers.Tree.css" crossorigin=""/>
<script src="../js/L.Control.Layers.Tree.js"></script>


<style>
Expand Down Expand Up @@ -103,7 +103,7 @@ <h4>Isle of Wight Public Rights of Way - Ramblers Path Managers</h4>
var parishCode = [geojsonLayers[layer].code][0].toLowerCase();
//var parishName = [geojsonLayers[layer].parish][0];
var fileName = parishCode+"_"+`${key}`;
var dataPath = "https://bouton.github.io/data/"+parishLC+"/"+fileName+".geojson";
var dataPath = "../data/"+parishLC+"/"+fileName+".geojson";
var layerName = parishLC+"_"+`${key}`;
iowProwLayers[layerName] = new L.geoJson.ajax(dataPath,{
style: function(feature) {
Expand Down

0 comments on commit 909c9f5

Please sign in to comment.