-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Garmin timezone map img #679
Comments
No. This file has a structure different to the usual The following TMS/WMTS file can be used in QMS to show worldwide timezones:
|
Ah, when I saw the gmaptool output for my file I thought there was a map?
|
The structural information of each IMG file is easy to read as it is well known. The above lists the section of data in the file. LBL and TRE are also well known. The general structure of the RGN section, too. However if it comes to the details of the coded data in the RGN section things get difficult. Not everything is known. As this data is highly compressed failing to interpret a sequence of bits will result into failing to read the data after this field as there is no general size information. As far as I know the format of the information stored in the timezone file is not known publicly. Therefore someone has to reverse engineer it. This is a very time consuming task. So I doubt anyone is volunteering. QMapShack has an internally stored timezone file. To activate it you select menu->View->Setup Timezone->Automatic. The database is quite old, thus expect some mismatch in certain regions of the wold. Also next to the sea shore and borders the database lacks precision due to quantification. But same applies to the Garmin file, too. |
Thanks very much for your detailed explanation. |
Is your feature request related to a problem? Please describe.
No problem, apart from when you load
gmaptz.img
there's no map displayed.Describe the solution you'd like
The Garmin timezone map file
gmaptz.img
is presumably a map where the polygons have an attribute that gives an offset from UTC. (although this is just my assumption). It would be nice to be able to visualise this in qmapshack since it already has great support for Garmin img files.Describe alternatives you've considered
After some internet research I've not found any other software which can do this (I've tried gpsmapedit, gmaptool etc)
Give a reason why someone else should spend time on that request
There are many reports of people trying to debug problems on their gps device/watch where there seems to be a timezone problem so I though this would help those people determine if it's a timezone bug or a device bug.
Additional context
The text was updated successfully, but these errors were encountered: