leaflet/src/tile_layer.mli
2022-04-07 17:58:01 +02:00

5 lines
88 B
OCaml

type t
val create_osm : ?tile_url:string -> unit -> t
val add_to : t -> Map.t -> unit