/examples/StyledKMLParser/bin-release/srcview/source/debug.xml.txt
Plain Text | 355 lines | 355 code | 0 blank | 0 comment | 0 complexity | 513d86caede48d2baec41699bc7ccdf0 MD5 | raw file
1<?xml version="1.0" encoding="UTF-8"?> 2<kml xmlns="http://earth.google.com/kml/2.2"> 3<Document> 4 <name>SamplesInMaps-1.kml</name> 5 <Style id="transGreenPoly"> 6 <LineStyle> 7 <width>1.5</width> 8 </LineStyle> 9 <PolyStyle> 10 <color>7d00ff00</color> 11 </PolyStyle> 12 </Style> 13 <Style id="transYellowPoly"> 14 <LineStyle> 15 <width>1.5</width> 16 </LineStyle> 17 <PolyStyle> 18 <color>7d00ffff</color> 19 </PolyStyle> 20 </Style> 21 <Style id="transBluePoly"> 22 <LineStyle> 23 <width>1.5</width> 24 </LineStyle> 25 <PolyStyle> 26 <color>7dff0000</color> 27 </PolyStyle> 28 </Style> 29 <Style id="transRedPoly"> 30 <LineStyle> 31 <width>1.5</width> 32 </LineStyle> 33 <PolyStyle> 34 <color>7d0000ff</color> 35 </PolyStyle> 36 </Style> 37 <Style id="transRedPoly0"> 38 <LineStyle> 39 <width>1.5</width> 40 </LineStyle> 41 <PolyStyle> 42 <color>7d0000ff</color> 43 </PolyStyle> 44 </Style> 45 <Style id="transGreenPoly0"> 46 <LineStyle> 47 <width>1.5</width> 48 </LineStyle> 49 <PolyStyle> 50 <color>7d00ff00</color> 51 </PolyStyle> 52 </Style> 53 <Style id="transYellowPoly0"> 54 <LineStyle> 55 <width>1.5</width> 56 </LineStyle> 57 <PolyStyle> 58 <color>7d00ffff</color> 59 </PolyStyle> 60 </Style> 61 <Style id="transBluePoly0"> 62 <LineStyle> 63 <width>1.5</width> 64 </LineStyle> 65 <PolyStyle> 66 <color>7dff0000</color> 67 </PolyStyle> 68 </Style> 69 <Folder> 70 <name>Placemarks</name> 71 <Placemark> 72 <name>Simple placemark</name> 73 <description>Attached to the ground. Intelligently places itself at the height of the 74 underlying terrain.</description> 75 <Point> 76 <coordinates>-122.0822035425683,37.42228990140251,0</coordinates> 77 </Point> 78 </Placemark> 79 <Placemark> 80 <name>Descriptive HTML</name> 81 <description><![CDATA[Click on the blue link!<br/><br/> 82Placemark descriptions can be enriched by using many standard HTML tags.<br/> 83For example: 84<hr/> 85Styles:<br/> 86<i>Italics</i>, 87<b>Bold</b>, 88<u>Underlined</u>, 89<s>Strike Out</s>, 90subscript<sub>subscript</sub>, 91superscript<sup>superscript</sup>, 92<big>Big</big>, 93<small>Small</small>, 94<tt>Typewriter</tt>, 95<em>Emphasized</em>, 96<strong>Strong</strong>, 97<code>Code</code> 98<hr/> 99Fonts:<br/> 100<font color="red">red by name</font>, 101<font color="#408010">leaf green by hexadecimal RGB</font> 102<br/> 103<font size=1>size 1</font>, 104<font size=2>size 2</font>, 105<font size=3>size 3</font>, 106<font size=4>size 4</font>, 107<font size=5>size 5</font>, 108<font size=6>size 6</font>, 109<font size=7>size 7</font> 110<br/> 111<font face=times>Times</font>, 112<font face=verdana>Verdana</font>, 113<font face=arial>Arial</font><br/> 114<hr/> 115Links: 116<br/> 117<a href="http://earth.google.com/">Google Earth!</a> 118<br/> 119 or: Check out our website at www.google.com 120<hr/> 121Alignment:<br/> 122<p align=left>left</p> 123<p align=center>center</p> 124<p align=right>right</p> 125<hr/> 126Ordered Lists:<br/> 127<ol><li>First</li><li>Second</li><li>Third</li></ol> 128<ol type="a"><li>First</li><li>Second</li><li>Third</li></ol> 129<ol type="A"><li>First</li><li>Second</li><li>Third</li></ol> 130<hr/> 131Unordered Lists:<br/> 132<ul><li>A</li><li>B</li><li>C</li></ul> 133<ul type="circle"><li>A</li><li>B</li><li>C</li></ul> 134<ul type="square"><li>A</li><li>B</li><li>C</li></ul> 135<hr/> 136Definitions:<br/> 137<dl> 138<dt>Google:</dt><dd>The best thing since sliced bread</dd> 139</dl> 140<hr/> 141Centered:<br/><center> 142Time present and time past<br/> 143Are both perhaps present in time future,<br/> 144And time future contained in time past.<br/> 145If all time is eternally present<br/> 146All time is unredeemable.<br/> 147</center> 148<hr/> 149Block Quote: 150<br/> 151<blockquote> 152We shall not cease from exploration<br/> 153And the end of all our exploring<br/> 154Will be to arrive where we started<br/> 155And know the place for the first time.<br/> 156<i>-- T.S. Eliot</i> 157</blockquote> 158<br/> 159<hr/> 160Headings:<br/> 161<h1>Header 1</h1> 162<h2>Header 2</h2> 163<h3>Header 3</h3> 164<h3>Header 4</h4> 165<h3>Header 5</h5> 166<hr/> 167Images:<br/> 168<i>Remote image</i><br/> 169<img src="http://code.google.com/apis/kml/documentation/googleSample.png"><br/> 170<i>Scaled image</i><br/> 171<img src="http://code.google.com/apis/kml/documentation/googleSample.png" width=100><br/> 172<hr/> 173Simple Tables:<br/> 174<table border="1" padding="1"> 175<tr><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td></tr> 176<tr><td>a</td><td>b</td><td>c</td><td>d</td><td>e</td></tr> 177</table> 178<br/>]]></description> 179 <Point> 180 <coordinates>-122,37,0</coordinates> 181 </Point> 182 </Placemark> 183 </Folder> 184 <Folder> 185 <name>Google Campus - Polygons</name> 186 <description>A collection showing how easy it is to create 3-dimensional buildings</description> 187 <Placemark> 188 <name>Building 40</name> 189 <styleUrl>#transRedPoly</styleUrl> 190 <Polygon> 191 <extrude>1</extrude> 192 <altitudeMode>relativeToGround</altitudeMode> 193 <outerBoundaryIs> 194 <LinearRing> 195 <coordinates> 196-122.0848938459612,37.42257124044786,17 -122.0849580979198,37.42211922626856,17 -122.0847469573047,37.42207183952619,17 -122.0845725380962,37.42209006729676,17 -122.0845954886723,37.42215932700895,17 -122.0838521118269,37.42227278564371,17 -122.083792243335,37.42203539112084,17 -122.0835076656616,37.42209006957106,17 -122.0834709464152,37.42200987395161,17 -122.0831221085748,37.4221046494946,17 -122.0829247374572,37.42226503990386,17 -122.0829339169385,37.42231242843094,17 -122.0833837359737,37.42225046087618,17 -122.0833607854248,37.42234159228745,17 -122.0834204551642,37.42237075460644,17 -122.083659133885,37.42251292011001,17 -122.0839758438952,37.42265873093781,17 -122.0842374743331,37.42265143972521,17 -122.0845036949503,37.4226514386435,17 -122.0848020460801,37.42261133916315,17 -122.0847882750515,37.42256395055121,17 -122.0848938459612,37.42257124044786,17 </coordinates> 197 </LinearRing> 198 </outerBoundaryIs> 199 </Polygon> 200 </Placemark> 201 <Placemark> 202 <name>Building 41</name> 203 <styleUrl>#transBluePoly0</styleUrl> 204 <Polygon> 205 <extrude>1</extrude> 206 <altitudeMode>relativeToGround</altitudeMode> 207 <outerBoundaryIs> 208 <LinearRing> 209 <coordinates> 210-122.0857412771483,37.42227033155257,17 -122.0858169768481,37.42231408832346,17 -122.085852582875,37.42230337469744,17 -122.0858799945639,37.42225686138789,17 -122.0858860101409,37.4222311076138,17 -122.0858069157288,37.42220250173855,17 -122.0858379542653,37.42214027058678,17 -122.0856732640519,37.42208690214408,17 -122.0856022926407,37.42214885429042,17 -122.0855902778436,37.422128290487,17 -122.0855841672237,37.42208171967246,17 -122.0854852065741,37.42210455874995,17 -122.0855067264352,37.42214267949824,17 -122.0854430712915,37.42212783846172,17 -122.0850990714904,37.42251282407603,17 -122.0856769818632,37.42281815323651,17 -122.0860162273783,37.42244918858723,17 -122.0857260327004,37.42229239604253,17 -122.0857412771483,37.42227033155257,17 </coordinates> 211 </LinearRing> 212 </outerBoundaryIs> 213 </Polygon> 214 </Placemark> 215 <Placemark> 216 <name>Building 42</name> 217 <styleUrl>#transGreenPoly0</styleUrl> 218 <Polygon> 219 <extrude>1</extrude> 220 <altitudeMode>relativeToGround</altitudeMode> 221 <outerBoundaryIs> 222 <LinearRing> 223 <coordinates> 224-122.0857862287242,37.42136208886969,25 -122.0857312990603,37.42136935989481,25 -122.0857312992918,37.42140934910903,25 -122.0856077073679,37.42138390166565,25 -122.0855802426516,37.42137299550869,25 -122.0852186221971,37.42137299504316,25 -122.0852277765639,37.42161656508265,25 -122.0852598189347,37.42160565894403,25 -122.0852598185499,37.42168200156,25 -122.0852369311478,37.42170017860346,25 -122.0852643957828,37.42176197982575,25 -122.0853239032746,37.42176198013907,25 -122.0853559454324,37.421852864452,25 -122.0854108752463,37.42188921823734,25 -122.0854795379357,37.42189285337048,25 -122.0855436229819,37.42188921797546,25 -122.0856260178042,37.42186013499926,25 -122.085937287963,37.42186013453605,25 -122.0859428718666,37.42160898590042,25 -122.0859655469861,37.42157992759144,25 -122.0858640462341,37.42147115002957,25 -122.0858548911215,37.42140571326184,25 -122.0858091162768,37.4214057134039,25 -122.0857862287242,37.42136208886969,25 </coordinates> 225 </LinearRing> 226 </outerBoundaryIs> 227 </Polygon> 228 </Placemark> 229 <Placemark> 230 <name>Building 43</name> 231 <styleUrl>#transYellowPoly0</styleUrl> 232 <Polygon> 233 <extrude>1</extrude> 234 <altitudeMode>relativeToGround</altitudeMode> 235 <outerBoundaryIs> 236 <LinearRing> 237 <coordinates> 238-122.0844371128284,37.42177253003091,19 -122.0845118855746,37.42191111542896,19 -122.0850470999805,37.42178755121535,19 -122.0850719913391,37.42143663023161,19 -122.084916406232,37.42137237822116,19 -122.0842193868167,37.42137237801626,19 -122.08421938659,37.42147617161496,19 -122.0838086419991,37.4214613409357,19 -122.0837899728564,37.42131306410796,19 -122.0832796534698,37.42129328840593,19 -122.0832609819207,37.42139213944298,19 -122.0829373621737,37.42137236399876,19 -122.0829062425667,37.42151569778871,19 -122.0828502269665,37.42176282576465,19 -122.0829435788635,37.42176776969635,19 -122.083217411188,37.42179248552686,19 -122.0835970430103,37.4217480074456,19 -122.0839455556771,37.42169364237603,19 -122.0840077894637,37.42176283815853,19 -122.084113587521,37.42174801104392,19 -122.0840762473784,37.42171341292375,19 -122.0841447047739,37.42167881534569,19 -122.084144704223,37.42181720660197,19 -122.0842503333074,37.4218170700446,19 -122.0844371128284,37.42177253003091,19 </coordinates> 239 </LinearRing> 240 </outerBoundaryIs> 241 </Polygon> 242 </Placemark> 243 </Folder> 244 <Folder> 245 <name>LineString</name> 246 <Placemark> 247 <LineString> 248 <tessellate>1</tessellate> 249 <coordinates> 250-112.0814237830345,36.10677870477137,0 -112.0870267752693,36.0905099328766,0 </coordinates> 251 </LineString> 252 </Placemark> 253 </Folder> 254 <Folder> 255 <name>GroundOverlay</name> 256 <GroundOverlay> 257 <name>Large-scale overlay on terrain</name> 258 <description>Overlay shows Mount Etna erupting on July 13th, 2001.</description> 259 <Icon> 260 <href>http://code.google.com/apis/kml/documentation/etna.jpg</href> 261 </Icon> 262 <LatLonBox> 263 <north>37.91904192681665</north> 264 <south>37.46543388598137</south> 265 <east>15.35832653742206</east> 266 <west>14.60128369746704</west> 267 <rotation>-0.1556640799496235</rotation> 268 </LatLonBox> 269 </GroundOverlay> 270 </Folder> 271 <Folder> 272 <name>ScreenOverlays</name> 273 <visibility>0</visibility> 274 <ScreenOverlay> 275 <name>screenoverlay_dynamic_top</name> 276 <visibility>0</visibility> 277 <Icon> 278 <href>http://code.google.com/apis/kml/documentation/dynamic_screenoverlay.jpg</href> 279 </Icon> 280 <overlayXY x="0" y="1" xunits="fraction" yunits="fraction"/> 281 <screenXY x="0" y="1" xunits="fraction" yunits="fraction"/> 282 <rotationXY x="0" y="0" xunits="fraction" yunits="fraction"/> 283 <size x="1" y="0.2" xunits="fraction" yunits="fraction"/> 284 </ScreenOverlay> 285 <ScreenOverlay> 286 <name>screenoverlay_dynamic_right</name> 287 <visibility>0</visibility> 288 <Icon> 289 <href>http://code.google.com/apis/kml/documentation/dynamic_right.jpg</href> 290 </Icon> 291 <overlayXY x="1" y="1" xunits="fraction" yunits="fraction"/> 292 <screenXY x="1" y="1" xunits="fraction" yunits="fraction"/> 293 <rotationXY x="0" y="0" xunits="fraction" yunits="fraction"/> 294 <size x="0" y="1" xunits="fraction" yunits="fraction"/> 295 </ScreenOverlay> 296 <ScreenOverlay> 297 <name>Simple crosshairs</name> 298 <visibility>0</visibility> 299 <description>This screen overlay uses fractional positioning to put the image in the exact 300 center of the screen</description> 301 <Icon> 302 <href>http://code.google.com/apis/kml/documentation/crosshairs.png</href> 303 </Icon> 304 <overlayXY x="0.5" y="0.5" xunits="fraction" yunits="fraction"/> 305 <screenXY x="0.5" y="0.5" xunits="fraction" yunits="fraction"/> 306 <rotationXY x="0.5" y="0.5" xunits="fraction" yunits="fraction"/> 307 <size x="0" y="0" xunits="pixels" yunits="pixels"/> 308 </ScreenOverlay> 309 <ScreenOverlay> 310 <name>screenoverlay_absolute_topright</name> 311 <visibility>0</visibility> 312 <Icon> 313 <href>http://code.google.com/apis/kml/documentation/top_right.jpg</href> 314 </Icon> 315 <overlayXY x="1" y="1" xunits="fraction" yunits="fraction"/> 316 <screenXY x="1" y="1" xunits="fraction" yunits="fraction"/> 317 <rotationXY x="0" y="0" xunits="fraction" yunits="fraction"/> 318 <size x="0" y="0" xunits="fraction" yunits="fraction"/> 319 </ScreenOverlay> 320 <ScreenOverlay> 321 <name>screenoverlay_absolute_topleft</name> 322 <visibility>0</visibility> 323 <Icon> 324 <href>http://code.google.com/apis/kml/documentation/top_left.jpg</href> 325 </Icon> 326 <overlayXY x="0" y="1" xunits="fraction" yunits="fraction"/> 327 <screenXY x="0" y="1" xunits="fraction" yunits="fraction"/> 328 <rotationXY x="0" y="0" xunits="fraction" yunits="fraction"/> 329 <size x="0" y="0" xunits="fraction" yunits="fraction"/> 330 </ScreenOverlay> 331 <ScreenOverlay> 332 <name>screenoverlay_absolute_bottomright</name> 333 <visibility>0</visibility> 334 <Icon> 335 <href>http://code.google.com/apis/kml/documentation/bottom_right.jpg</href> 336 </Icon> 337 <overlayXY x="1" y="-1" xunits="fraction" yunits="fraction"/> 338 <screenXY x="1" y="0" xunits="fraction" yunits="fraction"/> 339 <rotationXY x="0" y="0" xunits="fraction" yunits="fraction"/> 340 <size x="0" y="0" xunits="fraction" yunits="fraction"/> 341 </ScreenOverlay> 342 <ScreenOverlay> 343 <name>screenoverlay_absolute_bottomleft</name> 344 <visibility>0</visibility> 345 <Icon> 346 <href>http://code.google.com/apis/kml/documentation/bottom_left.jpg</href> 347 </Icon> 348 <overlayXY x="0" y="-1" xunits="fraction" yunits="fraction"/> 349 <screenXY x="0" y="0" xunits="fraction" yunits="fraction"/> 350 <rotationXY x="0" y="0" xunits="fraction" yunits="fraction"/> 351 <size x="0" y="0" xunits="fraction" yunits="fraction"/> 352 </ScreenOverlay> 353 </Folder> 354</Document> 355</kml>