Transfer any image as a usefull thumbnail map icon.

0709 shared this idea 9 months ago
Gathering feedback

Transfer any image in a compressed gpz file that can be used as a thumbnail map icon. Locus already provides the necessary basic offline functions. Only the current manual process needs to be automated. Find out more in here: Thumbnail map icons

Replies (2)

photo
2

Hello Willy,

very nice document. Thanks. I see there a few useful things, that really should be improved. But! as far as I see in the GPZ official discussion, there is still not yet final solution of how GPZ should look like and behave. Because of that, I do not really want currently implemented featurues that may be changed during next months.

Please let me know (in case I miss this info), when GPZ V1 format will be finalized. We may than discuss these improvements. Thanks!

photo
2

Create gpz test files by desktop 7zip as follows.

- The gpx file with a custom wpt gpx sym plus eventually a gpx link to extra images.

- Add the images to be displayed as map thumbnail icons in the gpz (zip) root.

- Add some extra images to be displayed in full size in a folder "files".

photo
photo
1

How to add icon hotSpot control and other extra in gpx_gpz ?

Icon hotSpot in gpx_gpz.

- In gpx_gpz without extension the default is bottom. #Most simple#

<sym>wht-stars</sym>
- In gpx_gpz inclusive extension the default is center.

(The extension has priority and is to be applied in the same way as in kml)

<sym>cross</sym>
<extensions>
<xsi:IconStyle>  #As in kml_kmz#
<Icon>
<href>cross.png</href>
</Icon>
</xsi:IconStyle>
</extensions>
- In gpx_gpz inclusive extension set any hotSpot.
<sym>arrow</sym>
<extensions>
<xsi:IconStyle> #As in kml_kmz#
<hotSpot x=“0.2” y=“0.0” xunits=“fraction” yunits=“fraction”>
<Icon>
<href>arrow.png</href>
</Icon>
</xsi:IconStyle>
</extensions>
The extension may support extra like color scale heading as in kml_kmz.

And attached is an example of how this is arranged in a kml_kmz file.

Leave a Comment
 
Attach a file