Questions tagged [kmz]

KMZ is the compressed (zipped) file format of a Keyhole Markup Language (KML) file. Related files (images, styles etc) may be included inside the compressed file.

See https://developers.google.com/kml/documentation/kmzarchives

The following description is taken from the link above:

A KMZ file consists of a main KML file and zero or more supporting files that are packaged using a Zip utility into one unit, called an archive. The KMZ file can then be stored and emailed as a single entity. A NetworkLink can fetch a KMZ file from a web server. When the KMZ file is unzipped, the main .kml file and its supporting files are separated into their original formats and directory structure, with their original filenames and extensions. In addition to being an archive format, the Zip format is also compressed, so an archive can include only a single large KML file. Depending on the content of the KML file, this process typically results in 10:1 compression. Your 10 Kbyte KML file can be served with a 1 Kbyte KMZ file.

and can read and KMZ files directly, and they can save files as KMZ files. By default, the main KML file is named doc.kml.

223 questions
0
votes
1 answer

I have several .KMZ files that open in google earth. I need to load these files into java. I use Eclipse is there a way?

I assume that there is some sort of google api for this. I just have no idea where to find it any help?
0
votes
1 answer

Converting XML Polygons into Google Maps

I have a XML (KMZ) file with polygons that refer to geographical areas, like counties and states, and I want to be able to read this data into googlemaps. I'm thinking it can be done more conveniently for me in 2 ways: a) Parsing the xml file into…
0
votes
1 answer

Google Maps website KML track display issue

I'm converting recorded GPS tracks to KML/KMZ files and they show up correctly in Google Earth. However, opening the same KML file in the Google Maps website I get weird straight lines that are a few thousand km long. KML download:…
Udo G
  • 12,572
  • 13
  • 56
  • 89
0
votes
1 answer

google maps kmz polygon ``$[name] suddenly not interpreting in balloon

This problem has only cropped up recently, but I couldn't find any reference to google changing anything relevant. I have a site where I want to display Just the name of a region on the map when it is clicked on, and not in the hideous default style…
user1314350
  • 65
  • 2
  • 10
0
votes
1 answer

KMZ files load in Google Earth, but not Google Maps

I need to be able to load some KML and KMZ files into Google Maps. The files that I'm working with display without an issue in Google Earth, but when I try to upload them in Google Maps, the file seemingly uploads but doesn't display anything. The…
Gavin
  • 141
  • 5
  • 12
-1
votes
1 answer

My kmz generator app not showing custom icon on remote user's machine

I wrote a .kmz file generator using a google places API. The program works great on my local machine but once I launched it on Azure, user's are not receiving the custom icon when opened on google earth. It just displays the white box with red x in…
-1
votes
1 answer

how to add multiple KMLs into a KMZ?

can i have multi KMLs in a single KMZ? so that when loading the kmz it will load all the kml inside it? found this old discussion but the offered solution seems to not work. is there something i missing?
shemesh
  • 311
  • 3
  • 18
-1
votes
1 answer

Getting images from KMZ files

I'm trying to take an image out of a KMZ file. I currently have the local path of the kmz and the path of the file inside its respective kml file (relative, not global), and what I need is to get the path to load the file to a database. Is there a…
panfleto
  • 1
  • 1
  • 1
-1
votes
1 answer

How to enable highlighting on a line KMZ in Google Earth?

I am trying to figure out how to highlight a line segment when I hover over it in Google Earth. This is what it currently looks like when I hover over it. Notice that the whole line stays blue: Imgur This is what I want it to look like when I hover…
-1
votes
1 answer

KML/KMZ files that worked for years no longer working

This file, one of about 10-20% that is no longer working but worked for years, gives a blank map in the Javascript API. https://www.birdphotos.com/data/tyrannidae/myiarchus_apicalis_map1_small.kmz I don't know exactly when it stopped working. …
-1
votes
1 answer

Can't load large kmz file using google (api or geoxml3)

I am trying to load kmz files on my page. I tried two ways: The first method is by using: map = new google.maps.Map(document.getElementById("googleMap"), mapProp); layer = new google.maps.KmlLayer('http://www.rwaafid.com/KMZ/geoxml3/1.kmz'); …
Khalid
  • 1
  • 1
-1
votes
1 answer

Does Kml support a link to video files?

I am creating a KMZ file containing one KML file and other resource folder which contains a video and an image. I know kml supports html inside description tag. So I am trying to show images and videos through that html code. Showing an Image is…
Naman Mehta
  • 26
  • 10
-1
votes
1 answer

kmz file from dropbox or google drive

I want to provide KMZ file link from dropbox/google drive on my google map so Google map can parse it as KMZ file needs to be parsed from public hosted domain but I am unable to find a way: