Closed starsep closed 11 months ago
Good catch, thanks! We'll change this in the next release. In the meantime, you can set the basemap explicitly using:
Map.basemap = "url"
MapMaker.tiles("url")
-f:basemap=url
(Where url is this case ishttps://tile.openstreetmap.org/{z}/{x}/{y}.png
)
According to https://docs.geodesk.com/python/Map#map-attributes
But actually
Please either change the default basemap or documentation. I cannot find basemap in this repo so I suspect this line is responsible: https://github.com/clarisma/geodesk/blob/8d1aa56556920d47e42abd48a510cc167766e9b6/src/main/java/com/geodesk/util/MapMaker.java#L33