Skip to content

Commit

Permalink
Fix map and update link to bsky
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrolph committed Dec 19, 2024
1 parent 1ec4510 commit 7cbfe26
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h1 id="counter"></h1>


</p>
<p><a class="toggler">Show/hide the counter</a> - Made by <u><a href="https://twitter.com/simon_rolph" target="_blank">Simon</a></u>
<p><a class="toggler">Show/hide the counter</a> - Made by <u><a href="https://bsky.app/profile/simon-rolph.com" target="_blank">Simon</a></u>
</p>
</div>

Expand Down Expand Up @@ -132,12 +132,9 @@ <h1 id="counter"></h1>
}

var mymap = L.map('map').setView([0, -0.09], 1.5);
L.tileLayer('https://stamen-tiles-{s}.a.ssl.fastly.net/terrain-background/{z}/{x}/{y}{r}.{ext}', {
attribution: 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a> &mdash; Map data &copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>',
subdomains: 'abcd',
minZoom: 2,
maxZoom: 11,
ext: 'png'
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
}).addTo(mymap);


Expand Down

0 comments on commit 7cbfe26

Please sign in to comment.