Fixed the Safari map issue!
Hopefully this fixes it for iOS too!
This commit is contained in:
parent
5b78192190
commit
dc1195bcbe
|
@ -50,7 +50,7 @@
|
|||
;; which provider to use
|
||||
(def *map-provider* :osm)
|
||||
|
||||
(def osm-url "http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png")
|
||||
(def osm-url "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png")
|
||||
(def osm-attrib "Map data © <a href='http://openstreetmap.org'>OpenStreetMap</a> contributors")
|
||||
|
||||
;; My gods mapbox is user-hostile!
|
||||
|
|
Loading…
Reference in a new issue