Add hue-map and favicon to attributions
This commit is contained in:
parent
a8c46585df
commit
218fb6d783
@ -16,6 +16,6 @@ First, run npm run build:emscripten, then run npx vite.
|
||||
Run npm run build. This will first run the emscripten build, and then the typescript build. The resulting website ends up in the dist/ folder.
|
||||
|
||||
## Attributions
|
||||
This library uses the [leaflet](https://leafletjs.com/) library, which is licensed under the [2-clause BSD license](https://opensource.org/license/bsd-2-clause). It also uses the [leaflet-geoman-free](https://geoman.io/docs/leaflet/) and [proj4](http://proj4js.org/) libraries, which are licensed under the [MIT license.](https://opensource.org/license/mit). It also uses typescript definitions for [leaflet](https://www.npmjs.com/package/@types/leaflet) and [geojson](https://www.npmjs.com/package/@types/geojson), which are also licensed under the [MIT license](https://opensource.org/license/mit).
|
||||
This library uses the [leaflet](https://leafletjs.com/) library, which is licensed under the [2-clause BSD license](https://opensource.org/license/bsd-2-clause). It also uses the [leaflet-geoman-free](https://geoman.io/docs/leaflet/), [hue-map](https://github.com/giraugh/hue-map), and [proj4](http://proj4js.org/) libraries, which are licensed under the [MIT license.](https://opensource.org/license/mit). It also uses typescript definitions for [leaflet](https://www.npmjs.com/package/@types/leaflet) and [geojson](https://www.npmjs.com/package/@types/geojson), which are also licensed under the [MIT license](https://opensource.org/license/mit).
|
||||
|
||||
The SVG icons used for creating and deleting map areas are copied, unaltered, from [Font Awesome](https://fontawesome.com), and are licensed under the [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) license. The colored map markers are from the [leaflet-color-markers](https://github.com/pointhi/leaflet-color-markers) library, and are licensed under the [2-clause BSD license](https://opensource.org/license/bsd-2-clause).
|
||||
The SVG icons used for creating and deleting map areas, as well as the favicon for the webiste, are copied, unaltered, from [Font Awesome](https://fontawesome.com), and are licensed under the [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) license. The colored map markers are from the [leaflet-color-markers](https://github.com/pointhi/leaflet-color-markers) library, and are licensed under the [2-clause BSD license](https://opensource.org/license/bsd-2-clause).
|
||||
@ -94,12 +94,12 @@
|
||||
<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
|
||||
the <a href="https://geoman.io/docs/leaflet/">leaflet-geoman-free</a>, <a href="https://github.com/giraugh/hue-map">hue-map</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
|
||||
The icons used for creating and deleting map areas, as well as the favicon for the webiste, 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user