license
This commit is contained in:
parent
9db5cdfd22
commit
e7e40c3ce9
13 changed files with 33 additions and 7 deletions
|
|
@ -1,3 +1,5 @@
|
|||
(* BSD-2-Clause License *)
|
||||
|
||||
type _ t =
|
||||
| Keyboard : Jv.t -> [> `Keyboard ] t
|
||||
| Mouse : Jv.t -> [> `Mouse ] t
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
(* BSD-2-Clause License *)
|
||||
|
||||
type _ t =
|
||||
| Keyboard : Jv.t -> [> `Keyboard ] t
|
||||
| Mouse : Jv.t -> [> `Mouse ] t
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
(* BSD-2-Clause License *)
|
||||
|
||||
let leaflet =
|
||||
match Jv.(find global "L") with
|
||||
| Some l -> l
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
(* BSD-2-Clause License *)
|
||||
|
||||
type t = Jv.t
|
||||
|
||||
let create lat lng =
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
(* BSD-2-Clause License *)
|
||||
|
||||
type t
|
||||
|
||||
val create : float -> float -> t
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
(* BSD-2-Clause License *)
|
||||
|
||||
type _ t =
|
||||
| Basic : Jv.t -> [> `Basic ] t
|
||||
| Geojson : Jv.t -> [> `Geojson ] t
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
(* BSD-2-Clause License *)
|
||||
|
||||
type _ t =
|
||||
| Basic : Jv.t -> [> `Basic ] t
|
||||
| Geojson : Jv.t -> [> `Geojson ] t
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
(* BSD-2-Clause License *)
|
||||
|
||||
type t = Jv.t
|
||||
|
||||
let of_jv = Fun.id
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
(* BSD-2-Clause License *)
|
||||
|
||||
type t
|
||||
|
||||
val create : ?options:Jv.t -> string -> t
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
(* BSD-2-Clause License *)
|
||||
|
||||
type t = Jv.t
|
||||
|
||||
let popup = Jv.call Global.leaflet "popup" [||]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
(* BSD-2-Clause License *)
|
||||
|
||||
type t
|
||||
|
||||
val set_latlng : Latlng.t -> unit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue