Skip to content
Snippets Groups Projects
Commit f4725626 authored by Porter Libby's avatar Porter Libby
Browse files

update for iceland

parent f7a22ee3
No related merge requests found
......@@ -78,7 +78,7 @@
<div class="card mb-4 box-shadow">
<img class="card-img-top" src="iceland.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Iceland (Coming Soon)</h5>
<h5 class="card-title">Iceland</h5>
<p class="card-text">Maps created by the EC Icelandic Field Studies program.</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
......@@ -101,8 +101,8 @@
</div>
<div class="modal-body">
<p>Use these URLs to connect our maps with your GIS tool of choice.</p>
<p class="text-secondary">Solheimjokull 2023: <small></small></p>
<p class="text-secondary">Skalanes 2023: <small></small></p>
<p class="text-secondary">Solheimjokull 2023: <small>https://maps.cs.earlham.edu/tiles/iceland/solo2023/{z}/{x}/{y}.png</small></p>
<p class="text-secondary">Skalanes 2023: <small>Coming Soon</small></p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
......
......@@ -28,7 +28,7 @@
<body>
<div id="map"></div>
<script>
var map = L.map('map').setView([63.542046, -19.177676], 16.5);
var map = L.map('map').setView([63.540515, -19.334477], 16.5);
var layerControl = L.control.layers().addTo(map);
L.control.locate().addTo(map);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment