wip: marker for plants on the map

This commit is contained in:
Swrup 2021-12-16 08:56:05 +01:00
parent be2f1b31e3
commit b726fc2256
10 changed files with 130 additions and 12 deletions

View file

@ -75,3 +75,13 @@
(with-stdout-to
%{null}
(run ocaml-crunch -m plain content -o %{target}))))
(install
(section share)
(files
./content/assets/css/leaflet.css
(./content/assets/img/layers-2x.png as images/layers-2x.png)
(./content/assets/img/layers.png as images/layers.png)
(./content/assets/img/marker-icon-2x.png as images/marker-icon-2x.png)
(./content/assets/img/marker-icon.png as images/marker-icon.png)
(./content/assets/img/marker-shadow.png as images/marker-shadow.png)))