#listing order is #name,description,timestamp,color,scale,point,line,polygon # #timestamp is GMT/UTC # #color is opacity(00-FF),blue(00-FF),green(00-FF),red(00-FF) #opacity is 00 for fully transparent, 7F for 50% transparent, FF for fully opaque #light->dark blue FFBEBE FF9E9E FF7E7E FF5F5F FF3F3F FF1F1F FF0000 #light->green BEFFBE 9EFF9E 7EFF7E 5FFF5F 3FFF3F 1FFF1F 00FF00 #light->dark red BEBEFF 9E9EFF 7E7EFF 5F5FFF 3E3EFF 1F1FFF 0000FF # #scale is scale 1.0 = normal, < 1.0 for smaller, > 1.0 for bigger # #see csv2kml.ini for other initial program defaults # ################################################## #point examples my point #1,point #1 description,2006-11-15T14:00:00,ffffbebe,0.5,-81 32 0 my point #2,point #2 description,2006-11-15T15:00:00,ffff9e9e,1.0,-81 32.2 0 my point #3,point #3 description,2006-11-15T16:00:00,ffff7e7e,1.5,-81.1 32.3 0 # #can include html links and other html tags within description field my point #4,point #4 description google earth blog,2006-11-15T17:00:00,ffff5f5f,2.0,-81.2 32.6 0 # ##################### #line examples my line #1,line #1 description,2006-11-16T14:00:00,ffbeffbe,3,,-81 32 0 -81 32.2 0 my line #2,line #2 description,2006-11-16T15:00:00,ff9eff9e,5,,-81 32.2 0 -81.1 32.3 0 my line #3,line #3 description,2006-11-16T16:00:00,ff7eff7e,7,,-81.1 32.3 0 -81.2 32.6 0 # ##################### #polygon examples #polygon must be a minimum of 4 coordinates and should start and end at same point my polygon #1,polygon #1 description,2006-11-17T14:00:00,7fbebeff,,,,-81 32 0 -81 32.2 0 -81.1 32.1 0 -81.1 32 0 -81 32 0 my polygon #2,polygon #2 description,2006-11-17T15:00:00,7f9e9eff,,,,-81.1 32.1 0 -81.1 32.3 0 -81.2 32.2 0 -81.2 32.1 0 -81.1 32.1 0 my polygon #3,polygon #3 description,2006-11-17T16:00:00,7f7e7eff,,,,-81.2 32.2 0 -81.2 32.4 0 -81.3 32.3 0 -81.3 32.2 0 -81.2 32.2 0