use gadts for layer, clean code
This commit is contained in:
parent
2a760bc98d
commit
dbfbaeda60
17 changed files with 152 additions and 163 deletions
12
src/dune
12
src/dune
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue