Use larger icon on navbar so it isn't blurry, update satellite key
This commit is contained in:
parent
ed04df965b
commit
d964623779
@ -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">
|
||||
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">
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user