split modules and fix Ev

This commit is contained in:
Swrup 2022-04-07 14:45:11 +02:00
parent 2154a10db4
commit 82d74ad985
18 changed files with 208 additions and 225 deletions

View file

@ -1,7 +1,7 @@
(library
(name leaflet)
(public_name leaflet)
(modules leaflet)
(modules ev latlng geojson_layer tile_layer popup marker map global)
(libraries brr js_of_ocaml)
(js_of_ocaml
(javascript_files leaflet.js)))