- Update URL of ThunderForest tiles and add Atlas style
- Fix TileProvider.from_qms API URL.
- Remove deprecated HERE API v2 and rename HEREv3 to HERE updated to API v3
- add UN clear map by @fede-bello in #186
- Remove OpenStreetMap.BlackAndWhite and properly mark broken as broken by @martinfleis in #183
- Adding back NASA's BlueMarble by @betolink in #172
- Automated update of GeoportailFrance tiles
Providers:
- Added
BlueMarbleBathymetryandMEaSUREsIceVelocitytiles to theNASAGIBSprovider (#168) - Updated
GeoportailFranceTileMatrixSet information.
Providers:
GeoportailFrancetiles are now using the newdata.geopf.frdomain instead of deprecatedwxs.ign.fr(#166)NASAGIBS.BlueMarble3413andNASAGIBS.BlueMarble3031URLs are now fixed (#162)- ```NASAGIBS.BlueMarble`` was removed as the URL no longer works.
Esri.DeLormeandNASAGIBS.ModisTerraChlorophyllare marked as broken.- Added
BaseMapDEandTopPlusOpenproviders. - Addded
Jawg.Lagoon,MapTiler.Ocean,MapTiler.Backdrop,MapTiler.Dataviztiles. - Updated
NLSto use their newMapTilerservice.
Providers:
Stamentiles have been removed due to their upstream deprecation. UseStamenstyles ofStadiaprovider instead.JusticeMaptiles are temporarily marked as broken.
Providers:
Stamentiles are now available underStadiaprovider.
Providers:
- Added
GeoportailFranceOrthoimagery_Orthophotos_Irc_express_2023andOrthoimagery_Orthophotos_Ortho_express_2023layers - Updated domain for
OpenStreetMap.DE - Marked
GeoportailFrance.Orthoimagery_Orthophotos_1980_1995as possibly broken
Providers:
- Added
OrdnanceSurveylayers
Providers:
- Updated available layers of
GeoportailFrance
Bug fixes:
- Use
pkgutilinstead ofimportlibto fetch the JSON if the default inshareis not available. Fixes this fallback for Python 3.8.
Providers:
- Added
GeoportailFrancetile layers (#126)
Enhancements:
- Better cleaning of names in
query_namemethod
Documentation:
- Added a gallery of included tiles to the documentation (#114)
Providers:
- Added
NASAGIBS.ASTER_GDEM_Greyscale_Shaded_Relief - Added
Esri.ArcticImagery(EPSG:5936) andEsri.AntarcticImagery(EPSG:3031)
Providers:
- Update
OpenStreetMap.DEURL - Remove broken Hydda tiles
Providers:
- Added
EsriArcticOceanBase,ArcticOceanReferenceandAntarcticBasemap
Providers:
- Fixed
MapTiler.Winter - Updated
AzureMapslinks
Providers:
- Added
NASAGIBS.BlueMarbledatasets in EPSG 3857 (default), 3413, and 3031 - Added more
MapTilerproviders (Outdoor,Topographique,Winter,Satellite,Terrain, andBasic4326in ESPG 4326).
Providers:
- Added
SwissFederalGeoportalproviders (NationalMapColor,NationalMapGrey,SWISSIMAGE,JourneyThroughTime)
Providers:
- Updated deprecated links to
nlmapsproviders - Added
nlmaps.water
Providers:
- Added
OPNVKartemap - Removed discontinued
OpenPtMap - Max zoom of
CartoDBtiles changed from 19 to 20
New functionality:
- Added
Bunch.query_name()method allowing to fetch theTileProviderobject based on the name with flexible formatting. (#93)
Providers:
- Fixed
Stravamaps (#85) - Fixed
nlmaps.luchtfoto(#90) - Fixed
NASAGIBS.ModisTerraSnowCover(#90) JusticeMapandOpenAIPnow use https instead of http
Providers:
- Added
OpenStreetMap.BlackAndWhite(#83) - Added
Gaodetiles (NormalandSatellite) (#83) - Expanded
NASAGIBStiles withModisTerraBands721CR,ModisAquaTrueColorCR,ModisAquaBands721CRandViirsTrueColorCR(#83) - Added metadata to
Stravamaps (currently down) (#83)
New functionality:
- Added
TileProvider.from_qms()allowing to create aTileProviderobject from the remote Quick Map Services repository (#71) - Added support of
html_attributionto have live links in attributions in HTML-based outputs like leaflet (#60) - New
Bunch.flattenmethod creating a flat dictionary ofTileProviderobjects based on a nestedBunch(#68) - Added
fill_subdomainkeyword toTileProvider.build_urlto control{s}placeholder in the URL (#75) - New Bunch.filter method to filter specific providers based on keywords and other criteria (#76)
Minor enhancements:
- Indent providers JSON file for better readability (#64)
- Support dark themes in HTML repr (#70)
- Mark broken providers with
status="broken"attribute (#78) - Document providers requiring registrations (#79)
The initial release provides TileProvider and Bunch classes and an initial set of providers.