Skip to content

Commit

Permalink
eaubonne.html: update cocarto url
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbck committed May 13, 2024
1 parent 099d60a commit 6046611
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>Coplano</h1>
Val d'Oise
</p>
<ul>
<li><a href="/plan/eaubonne/nord-gare.html">Eaubonne - Nord de la gare</a></li>
<li><a href="/plan/eaubonne/nord-gare.html">Eaubonne - Nord de la gare v1</a> <a href="/plan/eaubonne/nord-gare-v0.html">(v0)</a></li>
<li><a href="/plan/saint-gratien/saint-gratien.html">Saint-Gratien</a></li>

</ul>
Expand Down
27 changes: 27 additions & 0 deletions plan/eaubonne/nord-gare-v0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<title>My Map</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet-pandanic-theme.min.css"> -->
</head>
<body>
<div id="map" style="height: 900px; width: 100%;"></div>
<input type="file" id="fileInput">
<div>
<p>Option sur les rat runs:</p>
<button id="display-rat-runs">Afficher</button>
<button id="clear-rat-runs">Effacer</button>
</div>
<div id="rat-run-output"></div>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
<script src="../../leaflet.geometryutil.js"></script>
<script src="../../leaflet-arrowheads.js"></script>
<script src="../../graph.js"></script>
<script src="../../map.js"></script>
<script>
let cocarto_url = "https://cocarto.com/fr/layers/c6927757-5a0d-4024-b7cf-0dd44628a520.geojson?token=C6nDbw8zYAV8G4fN";
loadHostedGeojson(cocarto_url);
</script>
</body>
</html>
2 changes: 1 addition & 1 deletion plan/eaubonne/nord-gare.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<script src="../../graph.js"></script>
<script src="../../map.js"></script>
<script>
let cocarto_url = "https://cocarto.com/fr/layers/f5f4c913-489b-4160-a5d8-3e83b2bd4966.geojson?token=tebsRffPTx19rK2Y";
let cocarto_url = "https://cocarto.com/fr/layers/9fb2ef43-02a5-47de-9fae-1382a9163616.geojson?token=C6nDbw8zYAV8G4fN";
loadHostedGeojson(cocarto_url);
</script>
</body>
Expand Down

0 comments on commit 6046611

Please sign in to comment.