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
2
votes
1 answer

How to open kmz file in android google maps?

I would like to open my Kmz file in Google map. But in My code only kmz file portion area is shown. How can I show the Kmz file inside the google map with complete preview.
Amit_android
  • 498
  • 2
  • 5
  • 20
2
votes
2 answers

How do you make the color or shading on a polygon constant in kml?

I'd like to display spatial data in Google Earth and I think the best way to do it is with polygons. I'd like both the height of a polygon as well as its color to both represent the data. The height is no problem, but I can't figure out how to…
Logan
  • 21
  • 1
  • 3
2
votes
1 answer

Display KMZ loaded file is not the same as original file in Google Map API v3

I have loaded a KMZ file in Google Map API v3 which has detail polygons but the system doesn't show detail polygons and just display one polygon. Original KMZ file in Google Earth: Displayed KMZ file in Google Map API v3: KMZ File Does anybody…
2
votes
2 answers

Google Maps API V3 KML layer does not show up

I followed many tutorials online but have not been successful in trying to get a google map window on my site with a desired KML overlay on it. My code is below:
KuroNeko
  • 319
  • 2
  • 8
  • 17
2
votes
0 answers

kml - animating radar data on Google Maps V3

I working on a website that utilizes a Google Map (V3). What I'm looking to do is apply KML layers, provided by the National Weather Service (NWS) at http://radar.weather.gov/ridge/kmzgenerator.php. I am able to get "single images," or still KML…
rwb7041
  • 145
  • 1
  • 13
2
votes
3 answers

Set Initial View When Opening KMZ in GE

I am creating a KMZ file as output from my program (using SharpKML). How can I set the initial view so that when this file is opened in Google Earth it centres and zooms around my data? When I open a KML file in GE this behaviour is by default, but…
Guy
  • 413
  • 6
  • 20
2
votes
1 answer

Self Contained KMZ with Photos

Originally I created my KMZ file in ArcGIS 10.1 which included a latitude/longitude for some potential reclamation sites. In the end I have a a KMZ file when each placemark is clicked it pops up a information box that has a site description and a…
Curtis
  • 21
  • 2
2
votes
1 answer

Linking KML balloons

Big picture: I'm writing my own KMLs using a custom KML writer in C++. I have a set of placemarks that share some (not all) properties. Currently I store the shared properties as properties of the parent folder the placemarks reside in. These KMLs…
Phlucious
  • 3,704
  • 28
  • 61
2
votes
1 answer

kmz in google maps with dynamic lat long?

I'm using google maps under my google account to load a kmz file which is good and working, but I want to load a new pin marker by manipulating the header url. So far I've tried q=lat,long which loads the marker, but it doesn't maintain the kmz…
afinom
  • 60
  • 6
2
votes
1 answer

kmz file not displayed in google earth plugin - have to zoom and dezoom to get it displayed

I have to display large kml files into my website with the google earth plugin. The model seems to be always correctly downloaded but not displayed: sometimes i have to right click on the plugin like 5 or 6 times to see the model being displayed.…
Ben
  • 966
  • 2
  • 10
  • 24
2
votes
1 answer

KMZ File with Icon

I'm trying to put an icon in a KMZ file so the user can view a thumbnail when they click on the pinpoint. I have the following code - It's working, but isn't showing the icon/thumbnail. I've looked at the Google Developers and can't see a…
Steven Mclaren
  • 275
  • 2
  • 6
  • 13
2
votes
1 answer

KMZ vector file over Google maps

I have a KMZ vector file which works fine on my Google Earth application, but i want to overlay this on my phone (android) through Google maps. Is that possible?
2
votes
1 answer

Unable to create KMZ file using java.util.zip

So, I have made some sample KML/KMZ files in the past, largely by hand, and have discovered a few inconsistencies with Google Earth as a result of this work. For the most part, I thought I had a good handle on what I needed to do for specific…
mcconcma
  • 33
  • 1
  • 5
2
votes
1 answer

Google earth not showing correct polygon orientation

I created a sample kml, in which there are two polygons with same orientation. But in google earth, one is darker than the other one, it shows wrong orientation. Here is a sample kml file.
KennyG
  • 21
  • 2
1
vote
2 answers

HTML5 / JavaScript / WebGL viewer of KMZ / KML 3D OBJECTS?

Is there any HTML5/javascript/webgl viewer of KMZ KML 3D OBJECTS ? i would like to use WEBGL technology to render kmz/kml 3d object (building) created in sketchup and uploaded to google warehouse. Target is to use browser technologies instead of…
Jiří Doubravský
  • 248
  • 1
  • 4
  • 14