Providers:
- Added
BlueMarbleBathymetry
andMEaSUREsIceVelocity
tiles to theNASAGIBS
provider (#168) - Updated
GeoportailFrance
TileMatrixSet information.
Providers:
GeoportailFrance
tiles are now using the newdata.geopf.fr
domain instead of deprecatedwxs.ign.fr
(#166)NASAGIBS.BlueMarble3413
andNASAGIBS.BlueMarble3031
URLs are now fixed (#162)- ```NASAGIBS.BlueMarble`` was removed as the URL no longer works.
Esri.DeLorme
andNASAGIBS.ModisTerraChlorophyll
are marked as broken.- Added
BaseMapDE
andTopPlusOpen
providers. - Addded
Jawg.Lagoon
,MapTiler.Ocean
,MapTiler.Backdrop
,MapTiler.Dataviz
tiles. - Updated
NLS
to use their newMapTiler
service.
Providers:
Stamen
tiles have been removed due to their upstream deprecation. UseStamen
styles ofStadia
provider instead.JusticeMap
tiles are temporarily marked as broken.
Providers:
Stamen
tiles are now available underStadia
provider.
Providers:
- Added
GeoportailFrance
Orthoimagery_Orthophotos_Irc_express_2023
andOrthoimagery_Orthophotos_Ortho_express_2023
layers - Updated domain for
OpenStreetMap.DE
- Marked
GeoportailFrance.Orthoimagery_Orthophotos_1980_1995
as possibly broken
Providers:
- Added
OrdnanceSurvey
layers
Providers:
- Updated available layers of
GeoportailFrance
Bug fixes:
- Use
pkgutil
instead ofimportlib
to fetch the JSON if the default inshare
is not available. Fixes this fallback for Python 3.8.
Providers:
- Added
GeoportailFrance
tile layers (#126)
Enhancements:
- Better cleaning of names in
query_name
method
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.DE
URL - Remove broken Hydda tiles
Providers:
- Added
Esri
ArcticOceanBase
,ArcticOceanReference
andAntarcticBasemap
Providers:
- Fixed
MapTiler.Winter
- Updated
AzureMaps
links
Providers:
- Added
NASAGIBS.BlueMarble
datasets in EPSG 3857 (default), 3413, and 3031 - Added more
MapTiler
providers (Outdoor
,Topographique
,Winter
,Satellite
,Terrain
, andBasic4326
in ESPG 4326).
Providers:
- Added
SwissFederalGeoportal
providers (NationalMapColor
,NationalMapGrey
,SWISSIMAGE
,JourneyThroughTime
)
Providers:
- Updated deprecated links to
nlmaps
providers - Added
nlmaps.water
Providers:
- Added
OPNVKarte
map - Removed discontinued
OpenPtMap
- Max zoom of
CartoDB
tiles changed from 19 to 20
New functionality:
- Added
Bunch.query_name()
method allowing to fetch theTileProvider
object based on the name with flexible formatting. (#93)
Providers:
- Fixed
Strava
maps (#85) - Fixed
nlmaps.luchtfoto
(#90) - Fixed
NASAGIBS.ModisTerraSnowCover
(#90) JusticeMap
andOpenAIP
now use https instead of http
Providers:
- Added
OpenStreetMap.BlackAndWhite
(#83) - Added
Gaode
tiles (Normal
andSatellite
) (#83) - Expanded
NASAGIBS
tiles withModisTerraBands721CR
,ModisAquaTrueColorCR
,ModisAquaBands721CR
andViirsTrueColorCR
(#83) - Added metadata to
Strava
maps (currently down) (#83)
New functionality:
- Added
TileProvider.from_qms()
allowing to create aTileProvider
object from the remote Quick Map Services repository (#71) - Added support of
html_attribution
to have live links in attributions in HTML-based outputs like leaflet (#60) - New
Bunch.flatten
method creating a flat dictionary ofTileProvider
objects based on a nestedBunch
(#68) - Added
fill_subdomain
keyword toTileProvider.build_url
to 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.