add tile_url option

This commit is contained in:
Swrup 2022-04-07 17:58:01 +02:00
parent 5868601fa1
commit 2d8301bdfd
2 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,5 @@
type t
val create_osm : unit -> t
val create_osm : ?tile_url:string -> unit -> t
val add_to : t -> Map.t -> unit