wip: marker for plants on the map
This commit is contained in:
parent
706dfaf0f7
commit
634db4b06e
10 changed files with 130 additions and 12 deletions
10
src/dune
10
src/dune
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue