This object is in archive! 

HTML of exported KMZ with modified width

balloni55 shared this idea 3 years ago
Completed

Hello menion

exported kmz with current image width of 60 pix works with GE


6163f2812a251027f1902f16161d1d28

but if user modify config e.g. width up to 500pix

long POI-names and additional text are concealed.

My idea, if user modify value of width in config use modified html code in exported kmz

e.g. replace part of html


align="right"
to

 align="top" hspace="50" vspace="50" 
and it will look like modified exampleb98ebd47ea3682e89450595c07a001a0

Replies (5)

photo
1

Hello balloni,

I'm not an HTML expert so I'll believe your suggestion is correct and has no side effect :).


So changed. Will be in next Beta 3.44.3.2 or next regular version. Thanks

EDIT: just a question, should this changed be applied always or just when "width" value exceed certain value?

photo
1

Hello menion

> just a question, should this changed be applied always or just when "width" value exceed certain value?

only if "width value" of 60pix is changed up by user in config.cfg

Thanks !

photo
1

Oki, thanks.

So I've just updated it and also moved this settings into "Export settings.

photo
1

Hello menion

after some tests there is still room for improvement.

up to the size of 500 pix the setting

align="top" hspace="50" vspace="50" 
fit ! thanks


for an export size over 500pix up to a maximum of 900pix these values

should be

align="top" hspace="100" vspace="100" 

i think 900 pix max are enought.

photo
1

Hello,

oki, no problem. So, next version ...


Summary:

- 60px - 500px : top, hspace=50, vspace=50

- 500px - 900px : top, hspace=100, vspace=100

- rest (below 60px, above 900px): top

photo
2

Hello menion

i think 900px is enough

but if you want to provide more than 900px


it should be

top, hspace=150, vspace=150

Replies have been locked on this page!