geopandas / xyzservices

Source of XYZ tiles providers
https://xyzservices.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
169 stars 32 forks source link

Allow keeping `{s}` untouched in `build_url` #62

Closed martinfleis closed 3 years ago

martinfleis commented 3 years ago

I've noticed that ipyleaflet URLs still have {s} placeholder in their URLs. With TileProvider.build_url() we currently fill that with a. It may be good to allow a bit more customisation of that, from passing the custom server to leaving it as it is.