This commit is contained in:
Swrup 2022-12-31 01:58:10 +01:00
parent 0c36e1336d
commit fd38f85f72

View file

@ -2,7 +2,7 @@
type t type t
(** [create id] creates a map on the <div> with DOM id [id]. To have a (** [create_on id] creates a map on the <div> with DOM id [id]. To have a
functional map you will need to add a tile layer to it. *) functional map you will need to add a tile layer to it. *)
val create_on : ?options:Jv.t -> string -> t val create_on : ?options:Jv.t -> string -> t