TomSchimansky / TomSchimansky/TkinterMapView
Downloading offline tiles
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 743
- Forks
- 110
- PR merge metrics
- No merged PRs in 30d
Description
First of all, I want to express great gratitude to TomSchimansky, who made this code. Thanks to you, I am inspired to work.
The main problem is how to change tile server for downloading. I changed in offline_loading.py tile_server from https://a.tile.openstreetmap.org/{z}/{x}/{y}.png to https://mt0.google.com/vt/lyrs=m&hl=en&x={x}&y={y}&z={z}&s=Ga. After run the code I get message that work is done. But when I want to use offline_tile to display in tkinter, its empty. But If I use default code, its work fine. Can someone help me with this problem.
P/s Sorry for my English and coding level. I am a new to this field. Thanks for your time
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review offline_loading.py and the offline_tile usage in the Tkinter display path; first compare the downloaded tile paths and URL templates for the default and changed tile servers. Done means offline_tile displays tiles downloaded from the alternate server, with a focused reproduction documenting the result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100