diff --git a/index.html b/index.html index e3f43594bc9dc56ad22b6566f65f275be8cdeb24..5a5aa8234ac6ff4f603f7973509520166b6c8351 100755 --- a/index.html +++ b/index.html @@ -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> diff --git a/maps/iceland/index.html b/maps/iceland/index.html index 68f4dd88d96c851e0d1db78ee680bae3c7abf4f3..5b70d7ee3182776bddeb70f614afd182b4199204 100644 --- a/maps/iceland/index.html +++ b/maps/iceland/index.html @@ -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);