Closed vincentsarago closed 1 year ago
I can work on it
@vincentsarago should we use something like maplibre? or something simple as
L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '© [OpenStreetMap](http://www.openstreetmap.org/copyright)'
}).addTo(map);
Yes 🙏
Ok, will add ‘OSM’
How can I test this ?
no need to really test it other than checking locally if it works
https://github.com/developmentseed/tipg/blob/10d2a56bf6b56d1623dc1ae6f22ceaa95eb59b7d/tipg/templates/map.html#L32-L62
https://stamen.com/here-comes-the-future-of-stamen-maps/