add documentation, remove Map.as_target
This commit is contained in:
parent
f26ea6f5bb
commit
6141365dc8
7 changed files with 50 additions and 19 deletions
|
|
@ -71,7 +71,6 @@ let create_marker : Latlng.t -> [ `Marker ] t =
|
|||
|
||||
let create_tile_osm : string option -> [ `Tile ] t =
|
||||
fun url ->
|
||||
(* see https://wiki.openstreetmap.org/wiki/Tile_servers *)
|
||||
let url =
|
||||
Option.value url
|
||||
~default:"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue