add layer

This commit is contained in:
Swrup 2022-04-08 13:21:20 +02:00
parent e99015e335
commit 6e1ac0d96d
11 changed files with 123 additions and 35 deletions

View file

@ -1,3 +1,5 @@
type t
val set_latlng : Latlng.t -> unit
val set_content : string -> unit
@ -5,3 +7,5 @@ val set_content : string -> unit
val open_on : Map.t -> unit
val close : Map.t -> unit
val of_jv_t : Jv.t -> t