use leaflet lib

This commit is contained in:
Swrup 2022-04-08 10:39:20 +02:00
parent ce7bb9d386
commit ccba00b2e7
5 changed files with 78 additions and 117 deletions

View file

@ -15,7 +15,7 @@
(library
(name js_map)
(modules js_map)
(libraries js_of_ocaml brr)
(libraries js_of_ocaml brr leaflet)
(js_of_ocaml
(javascript_files leaflet/leaflet.js))
(preprocess
@ -32,7 +32,7 @@
(executable
(name js_babillard)
(modules js_babillard)
(libraries js_of_ocaml brr js_map js_post_form js_pretty_post)
(libraries js_of_ocaml brr js_map js_post_form js_pretty_post leaflet)
(modes js)
(preprocess
(pps js_of_ocaml-ppx)))