developmentseed / tipg

Simple and Fast Geospatial OGC Features and Tiles API for PostGIS.
https://developmentseed.org/tipg/
MIT License
153 stars 23 forks source link

remove stamen basemap #104

Closed vincentsarago closed 1 year ago

vincentsarago commented 1 year ago

https://github.com/developmentseed/tipg/blob/10d2a56bf6b56d1623dc1ae6f22ceaa95eb59b7d/tipg/templates/map.html#L32-L62

https://stamen.com/here-comes-the-future-of-stamen-maps/

krishnaglodha commented 1 year ago

I can work on it

krishnaglodha commented 1 year ago

@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);
vincentsarago commented 1 year ago

Yes 🙏

krishnaglodha commented 1 year ago

Ok, will add ‘OSM’

krishnaglodha commented 1 year ago

How can I test this ?

vincentsarago commented 1 year ago

no need to really test it other than checking locally if it works

vincentsarago commented 1 year ago

done in https://github.com/developmentseed/tipg/commit/8ee337e7dd81397d3ac3959984948541631c652b