JuliaGeo / TileProviders.jl

Shared collection of map tile providers
MIT License
14 stars 5 forks source link

CartoDB basemaps #16

Open lazarusA opened 1 year ago

lazarusA commented 1 year ago

From the CartoDB webpage https://carto.com/basemaps/ I see that there plenty more options than the ones in the current version here. Is it because they not supported or? how can we add more :D, there some really nice ones.

rafaqz commented 1 year ago

No idea. I got all the providers from this json in geopandas:

https://raw.githubusercontent.com/geopandas/xyzservices/main/provider_sources/leaflet-providers-parsed.json

They may not have them all?

We can add more tiles like how we add Google soures here

mathieu17g commented 1 year ago

I have more for GeoportailFrance too. If we can add them as discussed above, I will.

rafaqz commented 1 year ago

You can add whatever you like