jsoliveira / javaapiforkml

Automatically exported from code.google.com/p/javaapiforkml
0 stars 0 forks source link

Missing support for adding non-kml files to kmz wile marshalling #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Try to create a kmz file that includes also some ressources like icons, 
models, etc.

What is the expected output? What do you see instead?

The API offers no possibility to do that.

What version of the product are you using? On what operating system?

2.2.0-SNAPSHOZ (as stated in the pom.properties in the .jar)

Please provide any additional information below.

A workaraound could be to unpack the kmz after creation, add the ressources and 
pack it again. but a direct support for adding such files would be nice.

Original issue reported on code.google.com by manfred....@googlemail.com on 19 Apr 2011 at 8:35

GoogleCodeExporter commented 8 years ago
I concur.

The ability to add in folders ( of icons for example ) or other resources is 
one of the chief reasons to use the kmz format . This functionality is actually 
need by me now .

Original comment by stimpy@patriot.net on 8 Jul 2011 at 11:59