Fixed the Safari map issue!

Hopefully this fixes it for iOS too!
This commit is contained in:
Simon Brooke 2018-09-15 09:36:03 +01:00
parent 5b78192190
commit dc1195bcbe

View file

@ -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 &copy; <a href='http://openstreetmap.org'>OpenStreetMap</a> contributors")
;; My gods mapbox is user-hostile!