Use larger icon on navbar so it isn't blurry, update satellite key

This commit is contained in:
Skylar Ittner 2021-11-11 21:27:24 -07:00
parent ed04df965b
commit d964623779
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@
<nav class="navbar navbar-expand-sm navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href=".">
<img src="img/logo.48.png" alt="" width="48" height="48" class="d-inline-block align-text-middle">
<img src="img/logo.128.png" alt="" width="48" height="48" class="d-inline-block align-text-middle">
&nbsp; FixPhrase
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">

View File

@ -29,7 +29,7 @@ function setMapStyle(style) {
styleurl = "https://maps.netsyms.net/styles/klokantech-terrain/style.json";
break;
case "satellite":
styleurl = "https://api.maptiler.com/maps/hybrid/style.json?key=sgkE6Lno8BY1AK83pu5z";
styleurl = "https://api.maptiler.com/maps/hybrid/style.json?key=AYuZSCBTy6vqGBlP0PwL";
break;
default:
styleurl = "https://maps.netsyms.net/styles/osm-liberty/style.json";