Add more attributions, remove unnecessary package

This commit is contained in:
Martin Asprusten
2025-06-30 01:39:51 +02:00
parent e413687435
commit 8f0759fc63
4 changed files with 30 additions and 13 deletions
+19
View File
@@ -87,6 +87,25 @@
at the top left of the map. After you've drawn the search area on the map, click the "Start search" button.
A table will show a running tally of the longest routes found.
</p>
<p>The source code for this web site can be found <a href="https://gitea.martinserver.no/martin/Freewheeling">here.</a></p>
<h2>Attributions:</h2>
<p>
This library uses the <a href="https://leafletjs.com/">leaflet</a> library, which is licensed under the
<a href="https://opensource.org/license/bsd-2-clause">2-clause BSD license</a>. It also uses
the <a href="https://geoman.io/docs/leaflet/">leaflet-geoman-free</a> and
<a href="http://proj4js.org/">proj4</a> libraries, which are licensed under the
<a href="https://opensource.org/license/mit">MIT license</a>.
</p>
<p>
The icons used for creating and deleting map areas are copied, unaltered, from
<a href="https://fontawesome.com">Font Awesome</a>, and are licensed under the
<a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International</a>
license. The colored map markers are from the
<a href="https://github.com/pointhi/leaflet-color-markers">leaflet-color-markers</a> library, and are
licensed under the <a href="https://opensource.org/license/bsd-2-clause">2-clause BSD license</a>.
</p>
</p>
</div>
</body>
</html>