use gadts for layer, clean code

This commit is contained in:
pena 2022-04-09 22:21:22 +02:00
parent 2a760bc98d
commit dbfbaeda60
17 changed files with 152 additions and 163 deletions

View file

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