TileMapBase icon indicating copy to clipboard operation
TileMapBase copied to clipboard

Use OpenStreetMap tiles as basemaps in python / matplotlib

Results 7 TileMapBase issues
Sort by recently updated
recently updated
newest added

Hi, I would like to use satellites map as base map instead as osm base map and plot graph on it. Is that possible with TileMapBase? ![image](https://user-images.githubusercontent.com/55870032/148198125-639c1186-4623-4b1a-8694-76bf9d7a8c71.png)

Ticks of the axis and OSM Bicycle Routing using problems ![image](https://user-images.githubusercontent.com/30387616/148667724-be8a9c35-00b5-44a9-99f6-690c2f0b2a8d.png)

Greetings! I am using your project to add basemap for matplotlib. Is there a solution with your project to handle zooming in? Without enough "width" it is not precise enough,...

A request to add proxy support, like passing a `dict` which can be used by the `requests.get()` function: ``` proxies = { "http": "http://10.10.10.10:8000", "https": "http://10.10.10.10:8000", } response = _requests.get(url,...

This is for issue #19: mapping.py: Function def _parse_crs(crs) distinguishes the revision/version of pyproj and handles the crs value in a different manner.

Thank you for the project. I wonder if there is a high-level API for plotting that abstracts (automates) the choice of extent and projection? When plotting on a map, one...

A request to add support for Iberpix and IOGN. Iberpix is Spanish - https://www.ign.es/iberpix2/visor/ Rather attractive tiles - Old: https://groups.google.com/forum/#!topic/osmand/cs5G4sWYLx4 The links don't seem to work anymore. - Just using...