Update URLs and fix copyright notice
This commit is contained in:
parent
1e486375db
commit
bc7f728f8f
4 changed files with 4 additions and 4 deletions
2
LICENSE
2
LICENSE
|
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2026 Bearologics GmbH
|
Copyright (c) 2026 Marcus DK1DA
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
A web app that visualizes DMR repeaters on an interactive map. Filter by band and network, search by callsign or address, find repeaters along a driving route, and export CPS-ready channel configurations.
|
A web app that visualizes DMR repeaters on an interactive map. Filter by band and network, search by callsign or address, find repeaters along a driving route, and export CPS-ready channel configurations.
|
||||||
|
|
||||||
**Live:** https://dmrmap.kida.io
|
**Live:** https://dmrmap.de
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1252,7 +1252,7 @@ import { buildPopup as _buildPopup } from "./popup";
|
||||||
if (el) {
|
if (el) {
|
||||||
el.textContent = data.version;
|
el.textContent = data.version;
|
||||||
if (link && /^[0-9a-f]{7,40}$/.test(data.version)) {
|
if (link && /^[0-9a-f]{7,40}$/.test(data.version)) {
|
||||||
link.href = "https://github.com/Bearologics/DMRmap/commit/" + data.version;
|
link.href = "https://git.dk1da.de/DK1DA/DMRmap/commit/" + data.version;
|
||||||
}
|
}
|
||||||
(el.closest(".app-version") as HTMLElement).style.display = "";
|
(el.closest(".app-version") as HTMLElement).style.display = "";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@
|
||||||
Routing by <a href="https://project-osrm.org" target="_blank" rel="noopener">OSRM</a>.
|
Routing by <a href="https://project-osrm.org" target="_blank" rel="noopener">OSRM</a>.
|
||||||
Map by <a href="https://www.openstreetmap.org/copyright" target="_blank" rel="noopener">OpenStreetMap</a>.
|
Map by <a href="https://www.openstreetmap.org/copyright" target="_blank" rel="noopener">OpenStreetMap</a>.
|
||||||
Built by <a rel="me" href="https://norden.social/@kimar" target="_blank" rel="noopener">DK1DA</a>.<br>
|
Built by <a rel="me" href="https://norden.social/@kimar" target="_blank" rel="noopener">DK1DA</a>.<br>
|
||||||
<a href="/impressum.html" id="link-impressum" data-i18n="impressum">Impressum</a> · <a href="/datenschutz.html" id="link-datenschutz" data-i18n="datenschutz">Datenschutz</a> · <a href="https://github.com/Bearologics/DMRmap" target="_blank" rel="noopener" data-i18n="source">Source</a> <span class="app-version" style="display:none">(<a id="app-version-link" target="_blank" rel="noopener"><code id="app-version"></code></a>)</span><br>
|
<a href="/impressum.html" id="link-impressum" data-i18n="impressum">Impressum</a> · <a href="/datenschutz.html" id="link-datenschutz" data-i18n="datenschutz">Datenschutz</a> · <a href="https://git.dk1da.de/DK1DA/DMRmap" target="_blank" rel="noopener" data-i18n="source">Source</a> <span class="app-version" style="display:none">(<a id="app-version-link" target="_blank" rel="noopener"><code id="app-version"></code></a>)</span><br>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="cps-modal" class="cps-modal" style="display:none">
|
<div id="cps-modal" class="cps-modal" style="display:none">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue