| Column Name | |
Explanations | |
Example Data |
| The Columns column: | |
It has no effect to the kml. Kept there for any use while working on the dataset. | |
|
 |  |  |  |  |
| The ID column: | |
Use this column if you want to call the balloon of any of the kml features (objects) in the row from another balloon.
The ID to be written by the script into the kml file will depend on the feature. So will be the href in the calling balloon (see the example on the right). After the word "layer" and before the word you enter in the cell, "P" is inserted for pushpin placemarks, "T" for paths, "O" (letter) for polygons, and "G" for ground overlays.
Learn what it is from the documentation and see washi's example. | |
oslo href link for pushpin: "#layerPoslo;balloonFlyto" path: "#layerToslo;balloonFlyto" polygon: "#layerOoslo;balloonFlyto" g.overlay: "#layerGoslo;balloonFlyto" |
 |  |  |  |  |
| The Name column:(1) | |
The subject line of the pushpin placemark. | |
Google |
|
The Latitude column:(1) | |
The latitude value of the pushpin placemark on earth. If it includes a space in between, or a direction letter at the end (N, S, W, E -no lowercase) the value is accepted as a degree value. You can use semicolumns, the standard notation or "deg" or "degree", as well. | |
37.4231 |
| The Longitude column:(1) | |
The longitude value of the pushpin placemark on earth. If it includes a space in between, or a direction letter at the end (N, S, W, E -no lowercase) the value is accepted as a degree value. You can use semicolumns, the standard notation or "deg" or "degree", as well. | |
-122.081783 |
| The Address column: | |
Overrides longitude and latitude values. If you specify an address, other features that depends on lat and lon values like overlays and statistics may not work. To make them work too, the lat and lon values must be provided. | |
Reykjavík, Iceland |
| The Altitude column: | |
The altitude value of the pushpin placemark on earth. The value is in meters. | |
100 |
| The Description column: | |
The description field of the pushpin placemark. You can use html codes, as well. | |
Google Headquarters is in Mountain View, CA. |
| The Range column: | |
The distance between the camera and the place point beneath the pushpin placemark (not the placemark itself). The value is in meters. | |
1000 |
| The Tilt column: | |
The angle of the camera. As you increase the value, the camera height is decreased keeping the Range value. The value is in degrees and between zero and 90. | |
60 |
| The Heading column: | |
The angle of the latitudes to the camera view. The value is in degrees, counter-clockwise and between zero and 360 (360=0). | |
90 |
| The Icon column: | |
The absolute path of pushpin placemark's icon. For no-icon option, leave empty. | |
http://maps.google.com/mapfiles/kml/pushpin/red-pushpin.png |
| Any other named column: | |
Any term used as a name to a column that is other than those employed in the given spreadsheet will go into the description field of the pushpin placemark. Though the Description column can even contain any html tag, the script will not underestimate additional columns because they may be valuable for databases that include fields which may need to be sorted when working. | |
|
| Other tags to be worked on: | |
Style tags, Altitude properties. Please, inform if anything is missed. | |
|
 |  |  |  |  |
| The Folder column: | |
The great column that turns the kml into a collection. The script sorts the folders alphabetically. If left empty, the placemark(s) defined in the datarow will stay in the root folder of the kml. Nesting folders, which are also alphabetically sorted by the script, can be created with the use of the "/" character. | |
Continents/Countries/Mountains |
| Other tags to be worked on: | |
Folder-specific properties, shared properties of the placemarks in the folder. Please, inform if anything is missed. | |
|
 |  |  |  |  |
| The BalloonStyle column: | |
The text of the BalloonStyle CDATA tag. | |
$[name]‹br›‹br›$[description] |
| The BalloonStyleBGC column: | |
Background color of the balloon in "aabbggrr" format expressed in hexadecimal notation. "aa" stands for alpha (transparency). Empty values (or the empty row#3) is interpreted as white. | |
ffe65640 |
 |  |  |  |  |
| The Timeline columns: | |
Another great feature Google encourages and one of the reasons for the creation of this script to help members benefit the Timeline. The TimeSpan tag consists of two children represented by the two columns. To utilize the TimeStamp tag instead, keep the two cells equal. Keep one of the cells (or, for the whole database, of row#3 cells) empty to define an infinite time. Or keep both empty for time-free placemark(s). For conventions to define hours, see the documentation. | |
1997-07-16 |
 |  |  |  |  |
| The Snippet column: | |
The description line for the placemark in the Places pane on the left. Can produce only one line and affects only the pushpin placemark. Empty value (or, for the whole dataset, empty row#3 cell) will produce placemark(s) without a description line. | |
any text |
 |  |  |  |  |
| The Visibility column: | |
If it is not an empty value (or, for the whole dataset, row#3 cell is not empty), it will produce invisible placemark(s). Therefore, any value can be assigned for sorting purposes. Affects only the pushpin placemark. | |
any text |
 |  |  |  |  |
| The GOverlay column: | |
The GroundOverlay image (ie, image overlay)'s absolute path, that will appear beneath the pushpin placemark of the datarow in GE's Places pane. If coordinates (explained below) are not defined, the center of the image is fit to the pushpin placemark's coordinates. In that case, because the buffer may not allow all probable images, image scale ratio is underestimated and the image is being constraint 1.5 degrees from the center to each four directions. To maintain the ratio, you need to copy the coordinates of the image from GE and paste to the appropriate cells explained below. | |
http://www.uwgb.edu/dutchs/TECHFOTO/MEDIEVAL/pirireis.jpg |
| The GO.BoundScale column: | |
The percentage scale of the GroundOverlay image. Empty value (or, for the whole dataset, empty row#3 cell) or 100 will not scale. Negative values are converted to positives. Therefore, minus and plus signs can be used for sorting purposes. | |
45 |
| The GO.North column: | |
The northern edge of the image to be overlayed. As a detail, if the other edges are not defined (or their row#3 cells are empty), their coordinates are assumed to be 1.5 degrees towards the respective directions from the pushpin placemark's coordinates of the datarow. To define a distance from the puspin placemark, use the * character. | |
52.031 OR *.7 |
| The GO.South column: | |
The southern edge of the image to be overlayed. As a detail, if the other edges are not defined (or their row#3 cells are empty), their coordinates are assumed to be 1.5 degrees towards the respective directions from the pushpin placemark's coordinates of the datarow. To define a distance from the puspin placemark, use the * character. | |
-51.6169 OR *.7 |
| The GO.East column: | |
The eastern edge of the image to be overlayed. As a detail, if the other edges are not defined (or their row#3 cells are empty), their coordinates are assumed to be 1.5 degrees towards the respective directions from the pushpin placemark's coordinates of the datarow. To define a distance from the puspin placemark, use the * character. | |
4.65681 OR *.7 |
| The GO.West column: | |
The western edge of the image to be overlayed. As a detail, if the other edges are not defined (or their row#3 cells are empty), their coordinates are assumed to be 1.5 degrees towards the respective directions from the pushpin placemark's coordinates of the datarow. To define a distance from the puspin placemark, use the * character. | |
-83.969 OR *.7 |
| The GO.Rotation column: | |
The angle of the image to be overlayed to the latitudes. The value is in degrees, counter-clockwise and between zero and 360 (360=0). | |
30 |
| Other tags to be worked on: | |
Style tags, Altitude properties, Draw Order, Refresh parameters. Please, inform if anything is missed. | |
|
 |  |  |  |  |
| The Path column: | |
The coordinates of GE's path placemark, that will appear beneath the pushpin placemark of the datarow in GE's Places pane. You need to copy the path from GE, paste into NotePad, copy the coordinates there and paste to this column. | |
-9.07,38.66,0 -9.07,38.66,0 -9.13,38.70,0 -9.13,38.70,0 |
| The P.Width column: | |
Width of the path. Empty values (or the empty row#3) is interpreted as 1. | |
2.5 |
| The P.Color column: | |
Color of the path in "aabbggrr" format expressed in hexadecimal notation. "aa" stands for alpha (transparency). Empty values (or the empty row#3) is interpreted as white. | |
ff5566ee |
| Other tags to be worked on: | |
LookAt tags, Altitude properties. Please, inform if anything is missed. | |
|
 |  |  |  |  |
| The Polygon column: | |
The coordinates of GE's polygon placemark, that will appear beneath the pushpin placemark of the datarow in GE's Places pane. You need to copy the polygon from GE, paste into NotePad, copy the coordinates there and paste to this column. | |
22.11,43.54,0 21.33,43.13,0 21.70,41.98,0 23.80,42.13,0 22.11,43.54,0 |
| The Po.Height column: | |
Height of the polygon creating a box. | |
150 |
| The Po.innerBoundary column: | |
The coordinates of the inner polygon. | |
21.64,43.14,0 21.82,42.55,0 22.30,42.68,0 21.97,43.23,0 21.64,43.14,0 |
| The Po.LineWidth column: | |
The width of the edge lines of polygon. Empty values (or the empty row#3) is interpreted as 1. | |
2 |
| The Po.LineColor column: | |
The color of the edge lines of polygon in "aabbggrr" format expressed in hexadecimal notation. "aa" stands for alpha (transparency). Empty values (or the empty row#3) is interpreted as white. | |
9956a6ff |
| The Po.FillColor column: | |
The color of the polygon in "aabbggrr" format expressed in hexadecimal notation. "aa" stands for alpha (transparency). Empty values (or the empty row#3) is interpreted as white. | |
ccc0a64c |
| Other tags to be worked on: | |
LookAt tags, Altitude properties. Please, inform if anything is missed. | |
|
 |  |  |  |  |
| OTHER ABILITIES: | |
| |
|
 |  |  |  |  |
| The Grid.downleft column:(2) | |
The coordinate of the lower left corner of the grid's frame. | |
32.67;39.98;0 |
| The Grid.downright column:(2) | |
The coordinate of the lower right corner of the grid's frame. | |
32.67;39.98;0 |
| The Grid.upright column:(2) | |
The coordinate of the upper right corner of the grid's frame. | |
32.67;39.98;0 |
| The Grid.upleft column:(2) | |
The coordinate of the upper left corner of the grid's frame. | |
32.67;39.98;0 |
| The G.horizontalblend column:(2) | |
The number of grids in horizontal direction. | |
15 |
| The G.verticalblend column:(2) | |
The number of grids in vertical direction. | |
8 |
| The G.LineWidth column: | |
The width of the lines of the grid. Empty values (or the empty row#3) is interpreted as 1. | |
1.3 |
| The G.LineColor column: | |
The color of the lines of the grid in "aabbggrr" format expressed in hexadecimal notation. "aa" stands for alpha (transparency). Empty values (or the empty row#3) is interpreted as white. | |
33ffffff |
| The G.FillColor column: | |
The color of the grid in "aabbggrr" format expressed in hexadecimal notation. "aa" stands for alpha (transparency). Empty values (or the empty row#3) is interpreted as white. | |
ee11f64e |
| Other potentials to be worked on: | |
LookAt tags, Altitude properties. Please, inform if anything is missed. | |
|
 |  |  |  |  |
| The Stats.Value column: | |
The value of the statistical bar. | |
1500 |
| The Stats.Coefficient column: | |
A coefficient value that is to be multiplied by the data value for visual effect. | |
150 |
| The Stats.Radius column: | |
The radius of the imaginary circle from the coordinates that determines the size of the bar. The value is in meters. | |
150 |
| The Stats.NoOfEdges column: | |
The number of the edges of the bar. Zero, 1 or empty value is changed to 4. Increase the number to have a circle. | |
4 |
| The Stats.Rotation column: | |
The angle of the first corner to the Equator (not Azimuth) counter-clockwise. The default is zero. The value is in degrees. | |
45 |
| The Stats.LineWidth column: | |
The width of the lines of the bar. Empty values (or the empty row#3) is interpreted as 1. | |
1.3 |
| The Stats.LineColor column: | |
The color of the lines of the bar in "aabbggrr" format expressed in hexadecimal notation. "aa" stands for alpha (transparency). Empty values (or the empty row#3) is interpreted as white. | |
33ffffff |
| The Stats.FillColor column: | |
The color of the bar in "aabbggrr" format expressed in hexadecimal notation. "aa" stands for alpha (transparency). Empty values (or the empty row#3) is interpreted as white. | |
ee11f64e |
| Other potentials to be worked on: | |
LookAt tags, Altitude properties. Please, inform if anything is missed. | |
|
 |  |  |  |  |
| The Shift column: | |
When, during imagery updates in GE, the images shift or when your calculated coordinates do not match to the images in GE, this column helps for adjusting the placemarks. However, it does not affect the GroundOverlays. | |
100;50 (means 100 meter in 50°) |
 |  |  |  |  |
| MAIN STUFF TO GO ON WITH: | |
| |
|
 |  |  |  |  |
| | |
Network Links and updating tags, Multi Geometry, Models, Photos, Schemas, shared Styles, Regions, and a kml2xls script. | |
|
 |  |  |  |  |