1 <?xml version="1.0" encoding="UTF-8"?> 2 <kml xmlns="http://www.opengis.net/kml/2.2"> 3 <Document> 4 5 <!-- Style definitions --> 6 <Style id="ru01"> 7 <LineStyle> 8 <color>ff0000aa</color> 9 <width>3</width> 10 </LineStyle> 11 </Style> 12 13 <Style id="ru16"> 14 <LineStyle> 15 <color>ff00ffff</color> 16 <width>6</width> 17 </LineStyle> 18 </Style> 19 20 <Style id="sl115"> 21 <LineStyle> 22 <color>ff00aa00</color> 23 <width>10</width> 24 </LineStyle> 25 </Style> 26 27 <Style id="nofly"> 28 <!-- No fly zone polygon style --> 29 <PolyStyle> 30 <fill>1</fill> 31 <outline>1</outline> 32 <!-- aa bb gg rr --> 33 <color>aa000000</color> 34 </PolyStyle> 35 <LineStyle> 36 <color>ffffffff</color> 37 <width>4</width> 38 </LineStyle> 39 </Style> 40 <!-- end style definitions --> 41 42 <name>NURFIT 2008 - Gliders</name> 43 <open>1</open> 44 <!-- NO FLY ZONES --> 45 <Folder> 46 <name>No Fly Zones</name> 47 <open>1</open> 48 <Placemark> 49 <name>Zone 1</name> 50 <styleUrl>#nofly</styleUrl> 51 <Polygon id="zone1"> 52 <extrude>0</extrude> 53 <tessellate>0</tessellate> 54 <altitudeMode>clampToGround</altitudeMode> 55 <outerBoundaryIs> 56 <LinearRing> 57 <coordinates> 58 9.557,44.086,0 59 9.769,43.882,0 60 9.530,43.747,0 61 9.296,43.968,0 62 9.557,44.086,0 63 </coordinates> 64 </LinearRing> 65 </outerBoundaryIs> 66 </Polygon> 67 </Placemark> 68 69 <Placemark> 70 <name>Zone 2</name> 71 <styleUrl>#nofly</styleUrl> 72 <Polygon id="zone2"> 73 <extrude>0</extrude> 74 <tessellate>0</tessellate> 75 <altitudeMode>clampToGround</altitudeMode> 76 <outerBoundaryIs> 77 <LinearRing> 78 <coordinates> 79 9.466,44.000,0 80 9.65,43.750,0 81 9.883,43.750,0 82 9.865,44.032,0 83 9.466,44.000,0 84 </coordinates> 85 </LinearRing> 86 </outerBoundaryIs> 87 </Polygon> 88 </Placemark> 89 90 <Placemark> 91 <name>Zone 3</name> 92 <styleUrl>#nofly</styleUrl> 93 <Polygon id="zone3"> 94 <extrude>0</extrude> 95 <tessellate>0</tessellate> 96 <altitudeMode>clampToGround</altitudeMode> 97 <outerBoundaryIs> 98 <LinearRing> 99 <coordinates> 100 9.748,44.076,0 101 9.634,43.967,0 102 9.800,43.900,0 103 9.850,44.014,0 104 9.748,44.076,0 105 </coordinates> 106 </LinearRing> 107 </outerBoundaryIs> 108 </Polygon> 109 </Placemark> 110 111 <Placemark> 112 <name>Zone 4</name> 113 <styleUrl>#nofly</styleUrl> 114 <Polygon id="zone4"> 115 <extrude>0</extrude> 116 <tessellate>0</tessellate> 117 <altitudeMode>clampToGround</altitudeMode> 118 <outerBoundaryIs> 119 <LinearRing> 120 <coordinates> 121 9.87,44.067,0 122 9.918,44.051,0 123 10.149,43.834,0 124 10.050,43.784,0 125 9.865,44.032,0 126 9.87,44.067,0 127 </coordinates> 128 </LinearRing> 129 </outerBoundaryIs> 130 </Polygon> 131 </Placemark> 132 </Folder> 133 <!-- end NO FLY ZONES --> 134 135 <!-- GLIDER ROUTES --> 136 <Folder> 137 <name>Glider Routes</name> 138 <open>1</open> 139 <Folder> 140 <name>RU01</name> 141 142 143 <Placemark> 144 <name>Drop Point</name> 145 <description>9.733E/44.082N</description> 146 <Point> 147 <coordinates> 148 9.733,44.082,0 149 </coordinates> 150 </Point> 151 </Placemark> 152 153 <Placemark> 154 <name>Waypoint 0</name> 155 <description>9.500E/44.100N</description> 156 <Point> 157 <coordinates> 158 9.5,44.100,0 159 </coordinates> 160 </Point> 161 </Placemark> 162 163 <Placemark> 164 <name>Waypoint 1</name> 165 <description>8.571E/43.911N</description> 166 <Point> 167 <coordinates> 168 8.571,43.911,0 169 </coordinates> 170 </Point> 171 </Placemark> 172 173 <Placemark> 174 <name>Waypoint 2</name> 175 <description>7.900E/43.370N</description> 176 <Point> 177 <coordinates> 178 7.90,43.370,0 179 </coordinates> 180 </Point> 181 </Placemark> 182 183 <Placemark> 184 <name>Waypoint 3</name> 185 <description>8.919E/43.221N</description> 186 <Point> 187 <coordinates> 188 8.919,43.221,0 189 </coordinates> 190 </Point> 191 </Placemark> 192 193 <Placemark> 194 <name>Waypoint 4</name> 195 <description>9.715E/43.608N</description> 196 <Point> 197 <coordinates> 198 9.715,43.608,0 199 </coordinates> 200 </Point> 201 </Placemark> 202 203 <Placemark> 204 <name>Waypoint 5</name> 205 <description>10.081E/43.619N</description> 206 <Point> 207 <coordinates> 208 10.081,43.619,0 209 </coordinates> 210 </Point> 211 </Placemark> 212 213 <Placemark> 214 <name>RU01 Track</name> 215 <styleUrl>#ru01</styleUrl> 216 <LineString> 217 <extrude>0</extrude> 218 <tessellate>0</tessellate> 219 <coordinates> 220 9.733,44.082,0 221 9.5,44.100,0 222 8.571,43.911,0 223 7.90,43.370,0 224 8.919,43.221,0 225 9.715,43.608,0 226 10.081,43.619,0 227 </coordinates> 228 </LineString> 229 </Placemark> 230 </Folder> 231 232 <Folder> 233 <name>ru16</name> 234 235 <Placemark> 236 <name>Drop Point</name> 237 <description>9.733E/44.082N</description> 238 <Point> 239 <coordinates> 240 9.733,44.082,0 241 </coordinates> 242 </Point> 243 </Placemark> 244 245 246 <Placemark> 247 <name>Waypoint 0</name> 248 <description>9.500E/44.100N</description> 249 <Point> 250 <coordinates> 251 9.5,44.100,0 252 </coordinates> 253 </Point> 254 </Placemark> 255 256 <Placemark> 257 <name>Waypoint 1</name> 258 <description>9.000E/44.249N</description> 259 <Point> 260 <coordinates> 261 9.0,44.249,0 262 </coordinates> 263 </Point> 264 </Placemark> 265 266 <Placemark> 267 <name>Waypoint 2</name> 268 <description>9.500E/43.50N</description> 269 <Point> 270 <coordinates> 271 9.5,43.5,0 272 </coordinates> 273 </Point> 274 </Placemark> 275 276 <Placemark> 277 <name>Waypoint 3</name> 278 <description>10.149E/43.529N</description> 279 <Point> 280 <coordinates> 281 10.149,43.529,0 282 </coordinates> 283 </Point> 284 </Placemark> 285 286 <Placemark> 287 <name>Waypoint 4</name> 288 <description>10.116E/43.671N</description> 289 <Point> 290 <coordinates> 291 10.116,43.671,0 292 </coordinates> 293 </Point> 294 </Placemark> 295 296 <Placemark> 297 <name>RU16 Track</name> 298 <styleUrl>#ru16</styleUrl> 299 <LineString> 300 <extrude>0</extrude> 301 <tessellate>0</tessellate> 302 <coordinates> 303 9.733,44.082,0 304 9.5,44.100,0 305 9.0,44.249,0 306 9.5,43.5,0 307 10.149,43.529,0 308 10.116,43.671,0 309 </coordinates> 310 </LineString> 311 </Placemark> 312 313 </Folder> 314 315 316 <Folder> 317 <name>sl115</name> 318 319 <Placemark> 320 <name>Drop Point</name> 321 <description>9.733E/44.082N</description> 322 <Point> 323 <coordinates> 324 9.733,44.082,0 325 </coordinates> 326 </Point> 327 </Placemark> 328 329 330 <Placemark> 331 <name>Waypoint 0</name> 332 <description>9.500E/44.100N</description> 333 <Point> 334 <coordinates> 335 9.5,44.100,0 336 </coordinates> 337 </Point> 338 </Placemark> 339 340 <Placemark> 341 <name>Waypoint 1</name> 342 <description>9.345E/44.029N</description> 343 <Point> 344 <coordinates> 345 9.345,44.029,0 346 </coordinates> 347 </Point> 348 </Placemark> 349 350 <Placemark> 351 <name>Waypoint 2</name> 352 <description>9.168E/43.971N</description> 353 <Point> 354 <coordinates> 355 9.168,43.971,0 356 </coordinates> 357 </Point> 358 </Placemark> 359 360 <Placemark> 361 <name>Waypoint 3</name> 362 <description>9.091E/43.850N</description> 363 <Point> 364 <coordinates> 365 9.091,43.850,0 366 </coordinates> 367 </Point> 368 </Placemark> 369 370 <Placemark> 371 <name>Waypoint 4</name> 372 <description>9.931E/43.780N</description> 373 <Point> 374 <coordinates> 375 8.931,43.780,0 376 </coordinates> 377 </Point> 378 </Placemark> 379 380 <Placemark> 381 <name>Waypoint 5</name> 382 <description>9.208E/43.790N</description> 383 <Point> 384 <coordinates> 385 9.208,43.790,0 386 </coordinates> 387 </Point> 388 </Placemark> 389 390 <Placemark> 391 <name>Waypoint 6</name> 392 <description>9.279E/43.829N</description> 393 <Point> 394 <coordinates> 395 9.279,43.829,0 396 </coordinates> 397 </Point> 398 </Placemark> 399 400 <Placemark> 401 <name>Waypoint 7</name> 402 <description>9.500E/43.500N</description> 403 <Point> 404 <coordinates> 405 9.5,43.5,0 406 </coordinates> 407 </Point> 408 </Placemark> 409 410 <Placemark> 411 <name>Waypoint 8</name> 412 <description>10.147E/43.531N</description> 413 <Point> 414 <coordinates> 415 10.147,43.531,0 416 </coordinates> 417 </Point> 418 </Placemark> 419 420 <Placemark> 421 <name>Waypoint 9</name> 422 <description>10.117E/43.672N</description> 423 <Point> 424 <coordinates> 425 10.117,43.672,0 426 </coordinates> 427 </Point> 428 </Placemark> 429 430 <Placemark> 431 <name>SL115 Track</name> 432 <styleUrl>#sl115</styleUrl> 433 <LineString> 434 <extrude>0</extrude> 435 <tessellate>0</tessellate> 436 <coordinates> 437 9.733,44.082,0 438 9.5,44.100,0 439 9.345,44.029,0 440 9.168,43.971,0 441 9.091,43.850,0 442 8.931,43.780,0 443 9.208,43.790,0 444 9.279,43.829,0 445 9.5,43.5,0 446 10.147,43.531,0 447 10.117,43.672,0 448 </coordinates> 449 </LineString> 450 </Placemark> 451 452 </Folder> 453 454 </Folder> 455 <!-- end GLIDER ROUTES --> 456 457 </Document> 458 </kml>