Open source tile provider replacement for google maps

Ok, I updated tile_providers.py to also use OpenStreetMaps nominal, their Wikimedia format, and also Esri’s imagery with these additional tile provider keys:

  • OSM
  • WIKIMEDIA
  • ESRI_IMAGERY

What’s the preferred method for submitting updates? I would attach the updated version but there doesn’t seem to be a way to attach.

Now these work (one at a time):

  • tile_provider = get_provider(Vendors.OSM)
  • tile_provider = get_provider(Vendors.WIKIMEDIA)
  • tile_provider = get_provider(Vendors.ESRI_IMAGERY)

This seems like a really clean open-source replacement for Google Maps basemap.

Marc

1 Like