split modules and fix Ev
This commit is contained in:
parent
7973527757
commit
982a1f295b
18 changed files with 208 additions and 225 deletions
4
src/global.ml
Normal file
4
src/global.ml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
let leaflet =
|
||||
match Jv.(find global "L") with
|
||||
| Some l -> l
|
||||
| None -> failwith "Could not load Leaflet"
|
||||
Loading…
Add table
Add a link
Reference in a new issue