leaflet/src/tile_layer.mli

6 lines
68 B
OCaml
Raw Normal View History

2022-04-07 14:45:11 +02:00
type t
val create_osm : unit -> t
val add_to : t -> Map.t -> unit