Skip to content

Releases: geopandas/xyzservices

2022.3.0

09 Mar 16:11
Compare
Choose a tag to compare

Providers:

  • Added Esri ArcticOceanBase, ArcticOceanReference and AntarcticBasemap

2022.2.0

10 Feb 09:53
Compare
Choose a tag to compare

Providers:

  • Fixed MapTiler.Winter
  • Updated AzureMaps links

2022.1.1

20 Jan 17:32
Compare
Choose a tag to compare

Providers:

  • Added NASAGIBS.BlueMarble datasets in EPSG 3857 (default), 3413, and 3031
  • Added more MapTiler providers (Outdoor, Topographique, Winter, Satellite, Terrain, and Basic4326 in ESPG 4326).

2022.01.0

17 Jan 09:58
Compare
Choose a tag to compare

Providers:

  • Added SwissFederalGeoportal providers (NationalMapColor, NationalMapGrey, SWISSIMAGE, JourneyThroughTime)

2021.11.0

05 Nov 23:49
Compare
Choose a tag to compare

Providers:

  • Updated deprecated links to nlmaps providers
  • Added nlmaps.water

2021.10.0

19 Oct 14:14
Compare
Choose a tag to compare

Providers:

  • Added OPNVKarte map
  • Removed discontinued OpenPtMap
  • Max zoom of CartoDB tiles changed from 19 to 20

2021.09.1

20 Sep 13:02
Compare
Choose a tag to compare

New functionality:

  • Added Bunch.query_name() method allowing to fetch the TileProvider object based on the name with flexible formatting. (#93)

2021.09.0

03 Sep 09:30
Compare
Choose a tag to compare

Providers:

  • Fixed Strava maps (#85)
  • Fixed nlmaps.luchtfoto (#90)
  • Fixed NASAGIBS.ModisTerraSnowCover (#90)
  • JusticeMap and OpenAIP now use https instead of http

2021.08.1

12 Aug 22:27
Compare
Choose a tag to compare

Providers:

  • Added OpenStreetMap.BlackAndWhite (#83)
  • Added Gaode tiles (Normal and Satellite) (#83)
  • Expanded NASAGIBS tiles with ModisTerraBands721CR, ModisAquaTrueColorCR, ModisAquaBands721CR and ViirsTrueColorCR (#83)
  • Added metadata to Strava maps (currently down) (#83)

2021.08.0

08 Aug 21:09
Compare
Choose a tag to compare

New functionality:

  • Added TileProvider.from_qms() allowing to create a TileProvider 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 of TileProvider objects based on a nested Bunch (#68)
  • Added fill_subdomain keyword to TileProvider.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)