postrunner 0.0.10 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1225) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -3
  3. data/lib/postrunner/ActivitiesDB.rb +8 -9
  4. data/lib/postrunner/Activity.rb +7 -1
  5. data/lib/postrunner/ActivityView.rb +10 -2
  6. data/lib/postrunner/DataSources.rb +100 -0
  7. data/lib/postrunner/DeviceList.rb +40 -17
  8. data/lib/postrunner/Log.rb +25 -0
  9. data/lib/postrunner/Main.rb +9 -8
  10. data/lib/postrunner/RuntimeConfig.rb +1 -0
  11. data/lib/postrunner/TrackView.rb +39 -62
  12. data/lib/postrunner/version.rb +1 -1
  13. data/misc/openlayers/ol.css +1 -0
  14. data/misc/openlayers/ol.js +948 -0
  15. data/postrunner.gemspec +2 -2
  16. data/spec/PostRunner_spec.rb +22 -23
  17. data/spec/spec_helper.rb +34 -4
  18. metadata +11 -1214
  19. data/misc/openlayers/.gitignore +0 -7
  20. data/misc/openlayers/OpenLayers.debug.js +0 -85622
  21. data/misc/openlayers/OpenLayers.js +0 -1443
  22. data/misc/openlayers/OpenLayers.light.debug.js +0 -37230
  23. data/misc/openlayers/OpenLayers.light.js +0 -592
  24. data/misc/openlayers/OpenLayers.mobile.debug.js +0 -41831
  25. data/misc/openlayers/OpenLayers.mobile.js +0 -681
  26. data/misc/openlayers/apidoc_config/Languages.txt +0 -113
  27. data/misc/openlayers/apidoc_config/Menu.txt +0 -520
  28. data/misc/openlayers/apidoc_config/OL.css +0 -20
  29. data/misc/openlayers/apidoc_config/Topics.txt +0 -105
  30. data/misc/openlayers/art/arrows.svg +0 -127
  31. data/misc/openlayers/art/layer-switcher-maximize.svg +0 -128
  32. data/misc/openlayers/art/layer-switcher-minimize.svg +0 -142
  33. data/misc/openlayers/art/marker.svg +0 -25
  34. data/misc/openlayers/art/measuring-stick-off.svg +0 -36
  35. data/misc/openlayers/art/measuring-stick-on.svg +0 -36
  36. data/misc/openlayers/art/panning-hand-off.svg +0 -44
  37. data/misc/openlayers/art/panning-hand-on.svg +0 -44
  38. data/misc/openlayers/art/slider.svg +0 -71
  39. data/misc/openlayers/art/zoom-world.svg +0 -193
  40. data/misc/openlayers/art/zoombar.svg +0 -73
  41. data/misc/openlayers/authors.txt +0 -56
  42. data/misc/openlayers/build/README.txt +0 -46
  43. data/misc/openlayers/build/build.py +0 -158
  44. data/misc/openlayers/build/buildUncompressed.py +0 -25
  45. data/misc/openlayers/build/closure-compiler/Externs.js +0 -50
  46. data/misc/openlayers/build/full.cfg +0 -14
  47. data/misc/openlayers/build/license.txt +0 -57
  48. data/misc/openlayers/build/light.cfg +0 -32
  49. data/misc/openlayers/build/lite.cfg +0 -17
  50. data/misc/openlayers/build/mobile.cfg +0 -36
  51. data/misc/openlayers/build/tests.cfg +0 -11
  52. data/misc/openlayers/doc_config/Data/ClassHierarchy.nd +0 -0
  53. data/misc/openlayers/doc_config/Data/ConfigFileInfo.nd +0 -0
  54. data/misc/openlayers/doc_config/Data/FileInfo.nd +0 -323
  55. data/misc/openlayers/doc_config/Data/ImageFileInfo.nd +0 -0
  56. data/misc/openlayers/doc_config/Data/ImageReferenceTable.nd +0 -0
  57. data/misc/openlayers/doc_config/Data/IndexInfo.nd +0 -0
  58. data/misc/openlayers/doc_config/Data/PreviousMenuState.nd +0 -0
  59. data/misc/openlayers/doc_config/Data/PreviousSettings.nd +0 -0
  60. data/misc/openlayers/doc_config/Data/SymbolTable.nd +0 -0
  61. data/misc/openlayers/doc_config/Languages.txt +0 -113
  62. data/misc/openlayers/doc_config/Menu.txt +0 -520
  63. data/misc/openlayers/doc_config/OL.css +0 -20
  64. data/misc/openlayers/doc_config/Topics.txt +0 -102
  65. data/misc/openlayers/examples/Jugl.js +0 -8
  66. data/misc/openlayers/examples/KMLParser.html +0 -57
  67. data/misc/openlayers/examples/SLDSelect.html +0 -202
  68. data/misc/openlayers/examples/WMSDescribeLayerParser.html +0 -52
  69. data/misc/openlayers/examples/accelerometer.html +0 -100
  70. data/misc/openlayers/examples/accessible-click-control.html +0 -69
  71. data/misc/openlayers/examples/accessible-click-control.js +0 -199
  72. data/misc/openlayers/examples/accessible-panel.html +0 -130
  73. data/misc/openlayers/examples/accessible-panel.js +0 -64
  74. data/misc/openlayers/examples/accessible.html +0 -167
  75. data/misc/openlayers/examples/all-overlays-google.html +0 -34
  76. data/misc/openlayers/examples/all-overlays-google.js +0 -19
  77. data/misc/openlayers/examples/all-overlays.html +0 -76
  78. data/misc/openlayers/examples/anchor-permalink.html +0 -29
  79. data/misc/openlayers/examples/anchor-permalink.js +0 -13
  80. data/misc/openlayers/examples/animated_panning.html +0 -98
  81. data/misc/openlayers/examples/animator.js +0 -670
  82. data/misc/openlayers/examples/arcgis93rest.html +0 -69
  83. data/misc/openlayers/examples/arcgiscache_ags.html +0 -221
  84. data/misc/openlayers/examples/arcgiscache_direct.html +0 -108
  85. data/misc/openlayers/examples/arcgiscache_jsonp.html +0 -106
  86. data/misc/openlayers/examples/arcims-thematic.html +0 -82
  87. data/misc/openlayers/examples/arcims.html +0 -57
  88. data/misc/openlayers/examples/attribution.html +0 -60
  89. data/misc/openlayers/examples/behavior-fixed-http-gml.html +0 -56
  90. data/misc/openlayers/examples/bing-tiles-restrictedzoom.html +0 -43
  91. data/misc/openlayers/examples/bing-tiles-restrictedzoom.js +0 -37
  92. data/misc/openlayers/examples/bing-tiles.html +0 -39
  93. data/misc/openlayers/examples/bing-tiles.js +0 -31
  94. data/misc/openlayers/examples/bing.html +0 -64
  95. data/misc/openlayers/examples/bootstrap.html +0 -81
  96. data/misc/openlayers/examples/bootstrap.js +0 -31
  97. data/misc/openlayers/examples/boxes-vector.html +0 -59
  98. data/misc/openlayers/examples/boxes.html +0 -58
  99. data/misc/openlayers/examples/browser.html +0 -152
  100. data/misc/openlayers/examples/browser.js +0 -241
  101. data/misc/openlayers/examples/buffer.html +0 -54
  102. data/misc/openlayers/examples/cache-read.html +0 -36
  103. data/misc/openlayers/examples/cache-read.js +0 -36
  104. data/misc/openlayers/examples/cache-write.html +0 -37
  105. data/misc/openlayers/examples/cache-write.js +0 -46
  106. data/misc/openlayers/examples/canvas-hit-detection.html +0 -31
  107. data/misc/openlayers/examples/canvas-hit-detection.js +0 -88
  108. data/misc/openlayers/examples/canvas-inspector.html +0 -53
  109. data/misc/openlayers/examples/canvas-inspector.js +0 -91
  110. data/misc/openlayers/examples/canvas.html +0 -35
  111. data/misc/openlayers/examples/canvas.js +0 -57
  112. data/misc/openlayers/examples/cartodb-geojson.html +0 -71
  113. data/misc/openlayers/examples/click-handler.html +0 -232
  114. data/misc/openlayers/examples/click.html +0 -91
  115. data/misc/openlayers/examples/clientzoom.html +0 -72
  116. data/misc/openlayers/examples/clientzoom.js +0 -39
  117. data/misc/openlayers/examples/controls.html +0 -86
  118. data/misc/openlayers/examples/cql-format.html +0 -54
  119. data/misc/openlayers/examples/cql-format.js +0 -61
  120. data/misc/openlayers/examples/cross-origin-xml.html +0 -32
  121. data/misc/openlayers/examples/cross-origin-xml.js +0 -25
  122. data/misc/openlayers/examples/cross-origin.html +0 -36
  123. data/misc/openlayers/examples/cross-origin.js +0 -39
  124. data/misc/openlayers/examples/custom-control.html +0 -68
  125. data/misc/openlayers/examples/custom-style.html +0 -66
  126. data/misc/openlayers/examples/data/4_m_citylights_lg.gif +0 -0
  127. data/misc/openlayers/examples/data/line.json +0 -10
  128. data/misc/openlayers/examples/data/point.json +0 -8
  129. data/misc/openlayers/examples/data/poly.json +0 -9
  130. data/misc/openlayers/examples/data/roads.json +0 -349
  131. data/misc/openlayers/examples/data/tazdem.tiff +0 -0
  132. data/misc/openlayers/examples/debug.html +0 -77
  133. data/misc/openlayers/examples/document-drag.html +0 -43
  134. data/misc/openlayers/examples/donut.html +0 -62
  135. data/misc/openlayers/examples/donut.js +0 -44
  136. data/misc/openlayers/examples/drag-feature.html +0 -114
  137. data/misc/openlayers/examples/draw-feature.html +0 -143
  138. data/misc/openlayers/examples/draw-undo-redo.html +0 -38
  139. data/misc/openlayers/examples/draw-undo-redo.js +0 -45
  140. data/misc/openlayers/examples/dynamic-text-layer.html +0 -101
  141. data/misc/openlayers/examples/editing-methods.html +0 -58
  142. data/misc/openlayers/examples/editing-methods.js +0 -83
  143. data/misc/openlayers/examples/editingtoolbar-outside.html +0 -56
  144. data/misc/openlayers/examples/editingtoolbar.html +0 -55
  145. data/misc/openlayers/examples/encoded-polyline.html +0 -47
  146. data/misc/openlayers/examples/events.html +0 -155
  147. data/misc/openlayers/examples/example-list.html +0 -302
  148. data/misc/openlayers/examples/example.html +0 -25
  149. data/misc/openlayers/examples/example.js +0 -23
  150. data/misc/openlayers/examples/feature-events.html +0 -46
  151. data/misc/openlayers/examples/feature-events.js +0 -67
  152. data/misc/openlayers/examples/filter-strategy.html +0 -54
  153. data/misc/openlayers/examples/filter-strategy.js +0 -84
  154. data/misc/openlayers/examples/filter.html +0 -107
  155. data/misc/openlayers/examples/fractional-zoom.html +0 -72
  156. data/misc/openlayers/examples/fullScreen.html +0 -53
  157. data/misc/openlayers/examples/fullScreen.js +0 -20
  158. data/misc/openlayers/examples/fusiontables.html +0 -35
  159. data/misc/openlayers/examples/fusiontables.js +0 -51
  160. data/misc/openlayers/examples/game-accel-ball.html +0 -82
  161. data/misc/openlayers/examples/geojson-reprojected.html +0 -46
  162. data/misc/openlayers/examples/geojson-reprojected.js +0 -27
  163. data/misc/openlayers/examples/geojson-reprojected.json +0 -1
  164. data/misc/openlayers/examples/geojson.html +0 -77
  165. data/misc/openlayers/examples/geolocation.html +0 -41
  166. data/misc/openlayers/examples/geolocation.js +0 -112
  167. data/misc/openlayers/examples/georss-flickr.html +0 -119
  168. data/misc/openlayers/examples/georss-markers.html +0 -45
  169. data/misc/openlayers/examples/georss.html +0 -63
  170. data/misc/openlayers/examples/georss.xml +0 -378
  171. data/misc/openlayers/examples/getfeature-wfs.html +0 -84
  172. data/misc/openlayers/examples/getfeatureinfo-control.html +0 -221
  173. data/misc/openlayers/examples/getfeatureinfo-popup.html +0 -96
  174. data/misc/openlayers/examples/gml-layer.html +0 -48
  175. data/misc/openlayers/examples/gml/line.xml +0 -42
  176. data/misc/openlayers/examples/gml/multipoint.xml +0 -70
  177. data/misc/openlayers/examples/gml/multipolygon.xml +0 -106
  178. data/misc/openlayers/examples/gml/owls.xml +0 -156
  179. data/misc/openlayers/examples/gml/point.xml +0 -42
  180. data/misc/openlayers/examples/gml/polygon.xml +0 -89
  181. data/misc/openlayers/examples/google-static.html +0 -39
  182. data/misc/openlayers/examples/google-static.js +0 -61
  183. data/misc/openlayers/examples/google-v3-alloverlays.html +0 -33
  184. data/misc/openlayers/examples/google-v3-alloverlays.js +0 -35
  185. data/misc/openlayers/examples/google-v3.html +0 -35
  186. data/misc/openlayers/examples/google-v3.js +0 -39
  187. data/misc/openlayers/examples/google.html +0 -69
  188. data/misc/openlayers/examples/graphic-name.html +0 -42
  189. data/misc/openlayers/examples/graphic-name.js +0 -67
  190. data/misc/openlayers/examples/graticule.html +0 -116
  191. data/misc/openlayers/examples/gutter.html +0 -55
  192. data/misc/openlayers/examples/highlight-feature.html +0 -88
  193. data/misc/openlayers/examples/hover-handler.html +0 -216
  194. data/misc/openlayers/examples/image-layer.html +0 -76
  195. data/misc/openlayers/examples/img/check-round-green.png +0 -0
  196. data/misc/openlayers/examples/img/check-round-grey.png +0 -0
  197. data/misc/openlayers/examples/img/list.png +0 -0
  198. data/misc/openlayers/examples/img/locate.png +0 -0
  199. data/misc/openlayers/examples/img/marker_shadow.png +0 -0
  200. data/misc/openlayers/examples/img/minus1.png +0 -0
  201. data/misc/openlayers/examples/img/mobile-layers.png +0 -0
  202. data/misc/openlayers/examples/img/mobile-loc.png +0 -0
  203. data/misc/openlayers/examples/img/mobile-zoombar.png +0 -0
  204. data/misc/openlayers/examples/img/openlayers.png +0 -0
  205. data/misc/openlayers/examples/img/popupMatrix.jpg +0 -0
  206. data/misc/openlayers/examples/img/small.jpg +0 -0
  207. data/misc/openlayers/examples/img/thinlong.jpg +0 -0
  208. data/misc/openlayers/examples/img/widelong.jpg +0 -0
  209. data/misc/openlayers/examples/img/wideshort.jpg +0 -0
  210. data/misc/openlayers/examples/intersects.html +0 -193
  211. data/misc/openlayers/examples/kamap.html +0 -45
  212. data/misc/openlayers/examples/kamap.txt +0 -508
  213. data/misc/openlayers/examples/kinetic.html +0 -44
  214. data/misc/openlayers/examples/kinetic.js +0 -27
  215. data/misc/openlayers/examples/kml-layer.html +0 -36
  216. data/misc/openlayers/examples/kml-layer.js +0 -22
  217. data/misc/openlayers/examples/kml-pointtrack.html +0 -40
  218. data/misc/openlayers/examples/kml-pointtrack.js +0 -52
  219. data/misc/openlayers/examples/kml-track.html +0 -42
  220. data/misc/openlayers/examples/kml-track.js +0 -40
  221. data/misc/openlayers/examples/kml-track.kml +0 -3359
  222. data/misc/openlayers/examples/kml/lines.kml +0 -275
  223. data/misc/openlayers/examples/kml/styles.kml +0 -21
  224. data/misc/openlayers/examples/kml/sundials.kml +0 -2273
  225. data/misc/openlayers/examples/label-scale.html +0 -34
  226. data/misc/openlayers/examples/label-scale.js +0 -72
  227. data/misc/openlayers/examples/late-render.html +0 -48
  228. data/misc/openlayers/examples/layer-opacity.html +0 -95
  229. data/misc/openlayers/examples/layerLoadMonitoring.html +0 -135
  230. data/misc/openlayers/examples/layerswitcher.html +0 -60
  231. data/misc/openlayers/examples/light-basic.html +0 -35
  232. data/misc/openlayers/examples/light-basic.js +0 -67
  233. data/misc/openlayers/examples/lite.html +0 -39
  234. data/misc/openlayers/examples/mapbox.html +0 -30
  235. data/misc/openlayers/examples/mapbox.js +0 -21
  236. data/misc/openlayers/examples/mapguide.html +0 -155
  237. data/misc/openlayers/examples/mapquest.html +0 -28
  238. data/misc/openlayers/examples/mapquest.js +0 -36
  239. data/misc/openlayers/examples/mapserver.html +0 -41
  240. data/misc/openlayers/examples/mapserver_untiled.html +0 -43
  241. data/misc/openlayers/examples/marker-shadow.html +0 -152
  242. data/misc/openlayers/examples/markerResize.html +0 -60
  243. data/misc/openlayers/examples/markers.html +0 -59
  244. data/misc/openlayers/examples/markersTextLayer.html +0 -41
  245. data/misc/openlayers/examples/measure.html +0 -203
  246. data/misc/openlayers/examples/mobile-base.js +0 -167
  247. data/misc/openlayers/examples/mobile-drawing.html +0 -52
  248. data/misc/openlayers/examples/mobile-drawing.js +0 -71
  249. data/misc/openlayers/examples/mobile-jq.html +0 -76
  250. data/misc/openlayers/examples/mobile-jq.js +0 -159
  251. data/misc/openlayers/examples/mobile-layers.html +0 -62
  252. data/misc/openlayers/examples/mobile-layers.js +0 -71
  253. data/misc/openlayers/examples/mobile-navigation.html +0 -52
  254. data/misc/openlayers/examples/mobile-navigation.js +0 -24
  255. data/misc/openlayers/examples/mobile-sencha.html +0 -184
  256. data/misc/openlayers/examples/mobile-sencha.js +0 -198
  257. data/misc/openlayers/examples/mobile-wmts-vienna.css +0 -205
  258. data/misc/openlayers/examples/mobile-wmts-vienna.html +0 -27
  259. data/misc/openlayers/examples/mobile-wmts-vienna.js +0 -281
  260. data/misc/openlayers/examples/mobile.html +0 -56
  261. data/misc/openlayers/examples/mobile.js +0 -39
  262. data/misc/openlayers/examples/modify-feature.html +0 -193
  263. data/misc/openlayers/examples/mouse-position.html +0 -67
  264. data/misc/openlayers/examples/mousewheel-interval.html +0 -63
  265. data/misc/openlayers/examples/multiserver.html +0 -52
  266. data/misc/openlayers/examples/multitouch.html +0 -28
  267. data/misc/openlayers/examples/mvs.html +0 -129
  268. data/misc/openlayers/examples/navigation-control.html +0 -44
  269. data/misc/openlayers/examples/navigation-history.html +0 -62
  270. data/misc/openlayers/examples/navtoolbar-alwaysZoom.html +0 -85
  271. data/misc/openlayers/examples/navtoolbar-outsidemap.html +0 -47
  272. data/misc/openlayers/examples/navtoolbar.html +0 -46
  273. data/misc/openlayers/examples/offline-storage.html +0 -44
  274. data/misc/openlayers/examples/offline-storage.js +0 -199
  275. data/misc/openlayers/examples/openls.html +0 -88
  276. data/misc/openlayers/examples/ordering.html +0 -221
  277. data/misc/openlayers/examples/osm-google.html +0 -32
  278. data/misc/openlayers/examples/osm-google.js +0 -23
  279. data/misc/openlayers/examples/osm-grayscale.html +0 -77
  280. data/misc/openlayers/examples/osm-marker-popup.html +0 -32
  281. data/misc/openlayers/examples/osm-marker-popup.js +0 -39
  282. data/misc/openlayers/examples/osm.html +0 -41
  283. data/misc/openlayers/examples/osm/sutton_coldfield.osm +0 -662
  284. data/misc/openlayers/examples/overviewmap.html +0 -120
  285. data/misc/openlayers/examples/pan-zoom-panels.html +0 -97
  286. data/misc/openlayers/examples/panel.html +0 -99
  287. data/misc/openlayers/examples/point-grid.html +0 -75
  288. data/misc/openlayers/examples/point-grid.js +0 -33
  289. data/misc/openlayers/examples/point-track-markers.html +0 -72
  290. data/misc/openlayers/examples/polar-projections.html +0 -41
  291. data/misc/openlayers/examples/polar-projections.js +0 -84
  292. data/misc/openlayers/examples/popupMatrix.html +0 -652
  293. data/misc/openlayers/examples/proxy.cgi +0 -81
  294. data/misc/openlayers/examples/regular-polygons.html +0 -177
  295. data/misc/openlayers/examples/resize-features.html +0 -101
  296. data/misc/openlayers/examples/restricted-extent.html +0 -77
  297. data/misc/openlayers/examples/rotate-features.html +0 -113
  298. data/misc/openlayers/examples/select-feature-multilayer.html +0 -129
  299. data/misc/openlayers/examples/select-feature-openpopup.html +0 -106
  300. data/misc/openlayers/examples/select-feature.html +0 -170
  301. data/misc/openlayers/examples/setextent.html +0 -39
  302. data/misc/openlayers/examples/simplify-linestring.html +0 -103
  303. data/misc/openlayers/examples/simplify-linestring.js +0 -599
  304. data/misc/openlayers/examples/single-tile.html +0 -33
  305. data/misc/openlayers/examples/single-tile.js +0 -20
  306. data/misc/openlayers/examples/sld-parser.html +0 -70
  307. data/misc/openlayers/examples/sld.html +0 -31
  308. data/misc/openlayers/examples/sld.js +0 -102
  309. data/misc/openlayers/examples/snap-grid.html +0 -78
  310. data/misc/openlayers/examples/snap-grid.js +0 -81
  311. data/misc/openlayers/examples/snap-split.html +0 -281
  312. data/misc/openlayers/examples/snapping.html +0 -324
  313. data/misc/openlayers/examples/sos.html +0 -189
  314. data/misc/openlayers/examples/spherical-mercator.html +0 -120
  315. data/misc/openlayers/examples/split-feature.html +0 -116
  316. data/misc/openlayers/examples/strategy-bbox.html +0 -106
  317. data/misc/openlayers/examples/strategy-cluster-extended.html +0 -125
  318. data/misc/openlayers/examples/strategy-cluster-extended.js +0 -247
  319. data/misc/openlayers/examples/strategy-cluster-threshold.html +0 -149
  320. data/misc/openlayers/examples/strategy-cluster.html +0 -238
  321. data/misc/openlayers/examples/strategy-paging.html +0 -115
  322. data/misc/openlayers/examples/style-rules.html +0 -49
  323. data/misc/openlayers/examples/style-rules.js +0 -99
  324. data/misc/openlayers/examples/style.css +0 -143
  325. data/misc/openlayers/examples/style.mobile-jq.css +0 -62
  326. data/misc/openlayers/examples/stylemap.html +0 -100
  327. data/misc/openlayers/examples/styles-context.html +0 -117
  328. data/misc/openlayers/examples/styles-rotation.html +0 -93
  329. data/misc/openlayers/examples/styles-unique.html +0 -109
  330. data/misc/openlayers/examples/sundials-spherical-mercator.html +0 -111
  331. data/misc/openlayers/examples/sundials.html +0 -107
  332. data/misc/openlayers/examples/symbolizers-fill-stroke-graphic.html +0 -141
  333. data/misc/openlayers/examples/tasmania/TasmaniaCities.xml +0 -40
  334. data/misc/openlayers/examples/tasmania/TasmaniaRoads.xml +0 -204
  335. data/misc/openlayers/examples/tasmania/TasmaniaStateBoundaries.xml +0 -92
  336. data/misc/openlayers/examples/tasmania/TasmaniaWaterBodies.xml +0 -162
  337. data/misc/openlayers/examples/tasmania/sld-tasmania.xml +0 -594
  338. data/misc/openlayers/examples/teleportation.html +0 -76
  339. data/misc/openlayers/examples/textfile.txt +0 -4
  340. data/misc/openlayers/examples/tile-origin.html +0 -38
  341. data/misc/openlayers/examples/tile-origin.js +0 -16
  342. data/misc/openlayers/examples/tilecache.html +0 -58
  343. data/misc/openlayers/examples/tms.html +0 -62
  344. data/misc/openlayers/examples/transform-feature.html +0 -123
  345. data/misc/openlayers/examples/transition.html +0 -70
  346. data/misc/openlayers/examples/using-proj4js.html +0 -109
  347. data/misc/openlayers/examples/using-proj4js.js +0 -132
  348. data/misc/openlayers/examples/utfgrid-geography-class.html +0 -51
  349. data/misc/openlayers/examples/utfgrid-geography-class.js +0 -62
  350. data/misc/openlayers/examples/utfgrid.html +0 -64
  351. data/misc/openlayers/examples/utfgrid.js +0 -61
  352. data/misc/openlayers/examples/utfgrid/bio_utfgrid/1/0/0.json +0 -1
  353. data/misc/openlayers/examples/utfgrid/bio_utfgrid/1/0/1.json +0 -1
  354. data/misc/openlayers/examples/utfgrid/bio_utfgrid/1/0/2.json +0 -1
  355. data/misc/openlayers/examples/utfgrid/bio_utfgrid/1/1/0.json +0 -1
  356. data/misc/openlayers/examples/utfgrid/bio_utfgrid/1/1/1.json +0 -1
  357. data/misc/openlayers/examples/utfgrid/bio_utfgrid/1/1/2.json +0 -1
  358. data/misc/openlayers/examples/utfgrid/bio_utfgrid/1/2/0.json +0 -1
  359. data/misc/openlayers/examples/utfgrid/bio_utfgrid/1/2/1.json +0 -1
  360. data/misc/openlayers/examples/utfgrid/bio_utfgrid/1/2/2.json +0 -1
  361. data/misc/openlayers/examples/utfgrid/geography-class/0/0/0.grid.json +0 -1
  362. data/misc/openlayers/examples/utfgrid/geography-class/1/0/0.grid.json +0 -1
  363. data/misc/openlayers/examples/utfgrid/geography-class/1/0/1.grid.json +0 -1
  364. data/misc/openlayers/examples/utfgrid/geography-class/1/1/0.grid.json +0 -1
  365. data/misc/openlayers/examples/utfgrid/geography-class/1/1/1.grid.json +0 -1
  366. data/misc/openlayers/examples/utfgrid/geography-class/2/0/0.grid.json +0 -1
  367. data/misc/openlayers/examples/utfgrid/geography-class/2/0/1.grid.json +0 -1
  368. data/misc/openlayers/examples/utfgrid/geography-class/2/0/2.grid.json +0 -1
  369. data/misc/openlayers/examples/utfgrid/geography-class/2/0/3.grid.json +0 -1
  370. data/misc/openlayers/examples/utfgrid/geography-class/2/1/0.grid.json +0 -1
  371. data/misc/openlayers/examples/utfgrid/geography-class/2/1/1.grid.json +0 -1
  372. data/misc/openlayers/examples/utfgrid/geography-class/2/1/2.grid.json +0 -1
  373. data/misc/openlayers/examples/utfgrid/geography-class/2/1/3.grid.json +0 -1
  374. data/misc/openlayers/examples/utfgrid/geography-class/2/2/0.grid.json +0 -1
  375. data/misc/openlayers/examples/utfgrid/geography-class/2/2/1.grid.json +0 -1
  376. data/misc/openlayers/examples/utfgrid/geography-class/2/2/2.grid.json +0 -1
  377. data/misc/openlayers/examples/utfgrid/geography-class/2/2/3.grid.json +0 -1
  378. data/misc/openlayers/examples/utfgrid/geography-class/2/3/0.grid.json +0 -1
  379. data/misc/openlayers/examples/utfgrid/geography-class/2/3/1.grid.json +0 -1
  380. data/misc/openlayers/examples/utfgrid/geography-class/2/3/2.grid.json +0 -1
  381. data/misc/openlayers/examples/utfgrid/geography-class/2/3/3.grid.json +0 -1
  382. data/misc/openlayers/examples/utfgrid/world_utfgrid/1/0/0.json +0 -1
  383. data/misc/openlayers/examples/utfgrid/world_utfgrid/1/0/1.json +0 -1
  384. data/misc/openlayers/examples/utfgrid/world_utfgrid/1/0/2.json +0 -1
  385. data/misc/openlayers/examples/utfgrid/world_utfgrid/1/1/0.json +0 -1
  386. data/misc/openlayers/examples/utfgrid/world_utfgrid/1/1/1.json +0 -1
  387. data/misc/openlayers/examples/utfgrid/world_utfgrid/1/1/2.json +0 -1
  388. data/misc/openlayers/examples/utfgrid/world_utfgrid/1/2/0.json +0 -1
  389. data/misc/openlayers/examples/utfgrid/world_utfgrid/1/2/1.json +0 -1
  390. data/misc/openlayers/examples/utfgrid/world_utfgrid/1/2/2.json +0 -1
  391. data/misc/openlayers/examples/utfgrid_twogrids.html +0 -51
  392. data/misc/openlayers/examples/utfgrid_twogrids.js +0 -70
  393. data/misc/openlayers/examples/vector-features-with-text.html +0 -138
  394. data/misc/openlayers/examples/vector-features.html +0 -149
  395. data/misc/openlayers/examples/vector-formats.html +0 -240
  396. data/misc/openlayers/examples/web-mercator.html +0 -50
  397. data/misc/openlayers/examples/web-mercator.js +0 -37
  398. data/misc/openlayers/examples/wfs-filter.html +0 -35
  399. data/misc/openlayers/examples/wfs-filter.js +0 -48
  400. data/misc/openlayers/examples/wfs-protocol-transactions.html +0 -104
  401. data/misc/openlayers/examples/wfs-protocol-transactions.js +0 -106
  402. data/misc/openlayers/examples/wfs-protocol.html +0 -55
  403. data/misc/openlayers/examples/wfs-reprojection.html +0 -42
  404. data/misc/openlayers/examples/wfs-reprojection.js +0 -60
  405. data/misc/openlayers/examples/wfs-snap-split.html +0 -292
  406. data/misc/openlayers/examples/wfs-spatial-filter.html +0 -37
  407. data/misc/openlayers/examples/wfs-spatial-filter.js +0 -36
  408. data/misc/openlayers/examples/wfs-states.html +0 -34
  409. data/misc/openlayers/examples/wfs-states.js +0 -35
  410. data/misc/openlayers/examples/wmc.html +0 -150
  411. data/misc/openlayers/examples/wms-long-url.html +0 -44
  412. data/misc/openlayers/examples/wms-long-url.js +0 -26
  413. data/misc/openlayers/examples/wms-untiled.html +0 -48
  414. data/misc/openlayers/examples/wms-v13.html +0 -57
  415. data/misc/openlayers/examples/wms.html +0 -49
  416. data/misc/openlayers/examples/wmst.html +0 -63
  417. data/misc/openlayers/examples/wmts-capabilities.html +0 -43
  418. data/misc/openlayers/examples/wmts-capabilities.js +0 -58
  419. data/misc/openlayers/examples/wmts-getfeatureinfo.html +0 -74
  420. data/misc/openlayers/examples/wmts-getfeatureinfo.js +0 -94
  421. data/misc/openlayers/examples/wmts.html +0 -41
  422. data/misc/openlayers/examples/wmts.js +0 -35
  423. data/misc/openlayers/examples/wps-client.html +0 -31
  424. data/misc/openlayers/examples/wps-client.js +0 -75
  425. data/misc/openlayers/examples/wps.html +0 -89
  426. data/misc/openlayers/examples/wps.js +0 -353
  427. data/misc/openlayers/examples/wrapDateLine.html +0 -73
  428. data/misc/openlayers/examples/xhtml.html +0 -42
  429. data/misc/openlayers/examples/xml.html +0 -161
  430. data/misc/openlayers/examples/xml/features.xml +0 -2
  431. data/misc/openlayers/examples/xml/georss-flickr.xml +0 -730
  432. data/misc/openlayers/examples/xml/track1.xml +0 -98
  433. data/misc/openlayers/examples/xml/wmsdescribelayer.xml +0 -5
  434. data/misc/openlayers/examples/xyz-esri.html +0 -45
  435. data/misc/openlayers/examples/yelp-georss.xml +0 -147
  436. data/misc/openlayers/examples/zoom.html +0 -68
  437. data/misc/openlayers/examples/zoom.js +0 -34
  438. data/misc/openlayers/examples/zoomLevels.html +0 -81
  439. data/misc/openlayers/examples/zoomify.html +0 -70
  440. data/misc/openlayers/img/blank.gif +0 -0
  441. data/misc/openlayers/img/cloud-popup-relative.png +0 -0
  442. data/misc/openlayers/img/drag-rectangle-off.png +0 -0
  443. data/misc/openlayers/img/drag-rectangle-on.png +0 -0
  444. data/misc/openlayers/img/east-mini.png +0 -0
  445. data/misc/openlayers/img/layer-switcher-maximize.png +0 -0
  446. data/misc/openlayers/img/layer-switcher-minimize.png +0 -0
  447. data/misc/openlayers/img/marker-blue.png +0 -0
  448. data/misc/openlayers/img/marker-gold.png +0 -0
  449. data/misc/openlayers/img/marker-green.png +0 -0
  450. data/misc/openlayers/img/marker.png +0 -0
  451. data/misc/openlayers/img/measuring-stick-off.png +0 -0
  452. data/misc/openlayers/img/measuring-stick-on.png +0 -0
  453. data/misc/openlayers/img/north-mini.png +0 -0
  454. data/misc/openlayers/img/panning-hand-off.png +0 -0
  455. data/misc/openlayers/img/panning-hand-on.png +0 -0
  456. data/misc/openlayers/img/slider.png +0 -0
  457. data/misc/openlayers/img/south-mini.png +0 -0
  458. data/misc/openlayers/img/west-mini.png +0 -0
  459. data/misc/openlayers/img/zoom-minus-mini.png +0 -0
  460. data/misc/openlayers/img/zoom-plus-mini.png +0 -0
  461. data/misc/openlayers/img/zoom-world-mini.png +0 -0
  462. data/misc/openlayers/img/zoombar.png +0 -0
  463. data/misc/openlayers/lib/Firebug/errorIcon.png +0 -0
  464. data/misc/openlayers/lib/Firebug/firebug.css +0 -209
  465. data/misc/openlayers/lib/Firebug/firebug.html +0 -23
  466. data/misc/openlayers/lib/Firebug/firebug.js +0 -674
  467. data/misc/openlayers/lib/Firebug/firebugx.js +0 -10
  468. data/misc/openlayers/lib/Firebug/infoIcon.png +0 -0
  469. data/misc/openlayers/lib/Firebug/license.txt +0 -30
  470. data/misc/openlayers/lib/Firebug/readme.txt +0 -13
  471. data/misc/openlayers/lib/Firebug/warningIcon.png +0 -0
  472. data/misc/openlayers/lib/OpenLayers.js +0 -429
  473. data/misc/openlayers/lib/OpenLayers/Animation.js +0 -102
  474. data/misc/openlayers/lib/OpenLayers/BaseTypes.js +0 -463
  475. data/misc/openlayers/lib/OpenLayers/BaseTypes/Bounds.js +0 -837
  476. data/misc/openlayers/lib/OpenLayers/BaseTypes/Class.js +0 -121
  477. data/misc/openlayers/lib/OpenLayers/BaseTypes/Date.js +0 -123
  478. data/misc/openlayers/lib/OpenLayers/BaseTypes/Element.js +0 -189
  479. data/misc/openlayers/lib/OpenLayers/BaseTypes/LonLat.js +0 -215
  480. data/misc/openlayers/lib/OpenLayers/BaseTypes/Pixel.js +0 -143
  481. data/misc/openlayers/lib/OpenLayers/BaseTypes/Size.js +0 -89
  482. data/misc/openlayers/lib/OpenLayers/Console.js +0 -250
  483. data/misc/openlayers/lib/OpenLayers/Control.js +0 -371
  484. data/misc/openlayers/lib/OpenLayers/Control/ArgParser.js +0 -182
  485. data/misc/openlayers/lib/OpenLayers/Control/Attribution.js +0 -104
  486. data/misc/openlayers/lib/OpenLayers/Control/Button.js +0 -44
  487. data/misc/openlayers/lib/OpenLayers/Control/CacheRead.js +0 -156
  488. data/misc/openlayers/lib/OpenLayers/Control/CacheWrite.js +0 -257
  489. data/misc/openlayers/lib/OpenLayers/Control/DragFeature.js +0 -366
  490. data/misc/openlayers/lib/OpenLayers/Control/DragPan.js +0 -156
  491. data/misc/openlayers/lib/OpenLayers/Control/DrawFeature.js +0 -229
  492. data/misc/openlayers/lib/OpenLayers/Control/EditingToolbar.js +0 -81
  493. data/misc/openlayers/lib/OpenLayers/Control/Geolocate.js +0 -192
  494. data/misc/openlayers/lib/OpenLayers/Control/GetFeature.js +0 -597
  495. data/misc/openlayers/lib/OpenLayers/Control/Graticule.js +0 -377
  496. data/misc/openlayers/lib/OpenLayers/Control/KeyboardDefaults.js +0 -142
  497. data/misc/openlayers/lib/OpenLayers/Control/LayerSwitcher.js +0 -521
  498. data/misc/openlayers/lib/OpenLayers/Control/Measure.js +0 -379
  499. data/misc/openlayers/lib/OpenLayers/Control/ModifyFeature.js +0 -835
  500. data/misc/openlayers/lib/OpenLayers/Control/MousePosition.js +0 -227
  501. data/misc/openlayers/lib/OpenLayers/Control/NavToolbar.js +0 -57
  502. data/misc/openlayers/lib/OpenLayers/Control/Navigation.js +0 -345
  503. data/misc/openlayers/lib/OpenLayers/Control/NavigationHistory.js +0 -423
  504. data/misc/openlayers/lib/OpenLayers/Control/OverviewMap.js +0 -750
  505. data/misc/openlayers/lib/OpenLayers/Control/Pan.js +0 -95
  506. data/misc/openlayers/lib/OpenLayers/Control/PanPanel.js +0 -73
  507. data/misc/openlayers/lib/OpenLayers/Control/PanZoom.js +0 -233
  508. data/misc/openlayers/lib/OpenLayers/Control/PanZoomBar.js +0 -408
  509. data/misc/openlayers/lib/OpenLayers/Control/Panel.js +0 -431
  510. data/misc/openlayers/lib/OpenLayers/Control/Permalink.js +0 -257
  511. data/misc/openlayers/lib/OpenLayers/Control/PinchZoom.js +0 -157
  512. data/misc/openlayers/lib/OpenLayers/Control/SLDSelect.js +0 -567
  513. data/misc/openlayers/lib/OpenLayers/Control/Scale.js +0 -100
  514. data/misc/openlayers/lib/OpenLayers/Control/ScaleLine.js +0 -220
  515. data/misc/openlayers/lib/OpenLayers/Control/SelectFeature.js +0 -643
  516. data/misc/openlayers/lib/OpenLayers/Control/Snapping.js +0 -560
  517. data/misc/openlayers/lib/OpenLayers/Control/Split.js +0 -494
  518. data/misc/openlayers/lib/OpenLayers/Control/TouchNavigation.js +0 -182
  519. data/misc/openlayers/lib/OpenLayers/Control/TransformFeature.js +0 -624
  520. data/misc/openlayers/lib/OpenLayers/Control/UTFGrid.js +0 -240
  521. data/misc/openlayers/lib/OpenLayers/Control/WMSGetFeatureInfo.js +0 -532
  522. data/misc/openlayers/lib/OpenLayers/Control/WMTSGetFeatureInfo.js +0 -400
  523. data/misc/openlayers/lib/OpenLayers/Control/Zoom.js +0 -138
  524. data/misc/openlayers/lib/OpenLayers/Control/ZoomBox.js +0 -129
  525. data/misc/openlayers/lib/OpenLayers/Control/ZoomIn.js +0 -29
  526. data/misc/openlayers/lib/OpenLayers/Control/ZoomOut.js +0 -29
  527. data/misc/openlayers/lib/OpenLayers/Control/ZoomPanel.js +0 -54
  528. data/misc/openlayers/lib/OpenLayers/Control/ZoomToMaxExtent.js +0 -35
  529. data/misc/openlayers/lib/OpenLayers/Events.js +0 -1170
  530. data/misc/openlayers/lib/OpenLayers/Events/buttonclick.js +0 -206
  531. data/misc/openlayers/lib/OpenLayers/Events/featureclick.js +0 -321
  532. data/misc/openlayers/lib/OpenLayers/Feature.js +0 -225
  533. data/misc/openlayers/lib/OpenLayers/Feature/Vector.js +0 -510
  534. data/misc/openlayers/lib/OpenLayers/Filter.js +0 -87
  535. data/misc/openlayers/lib/OpenLayers/Filter/Comparison.js +0 -267
  536. data/misc/openlayers/lib/OpenLayers/Filter/FeatureId.js +0 -87
  537. data/misc/openlayers/lib/OpenLayers/Filter/Function.js +0 -49
  538. data/misc/openlayers/lib/OpenLayers/Filter/Logical.js +0 -121
  539. data/misc/openlayers/lib/OpenLayers/Filter/Spatial.js +0 -122
  540. data/misc/openlayers/lib/OpenLayers/Format.js +0 -123
  541. data/misc/openlayers/lib/OpenLayers/Format/ArcXML.js +0 -1028
  542. data/misc/openlayers/lib/OpenLayers/Format/ArcXML/Features.js +0 -46
  543. data/misc/openlayers/lib/OpenLayers/Format/Atom.js +0 -712
  544. data/misc/openlayers/lib/OpenLayers/Format/CQL.js +0 -452
  545. data/misc/openlayers/lib/OpenLayers/Format/CSWGetDomain.js +0 -34
  546. data/misc/openlayers/lib/OpenLayers/Format/CSWGetDomain/v2_0_2.js +0 -240
  547. data/misc/openlayers/lib/OpenLayers/Format/CSWGetRecords.js +0 -34
  548. data/misc/openlayers/lib/OpenLayers/Format/CSWGetRecords/v2_0_2.js +0 -457
  549. data/misc/openlayers/lib/OpenLayers/Format/Context.js +0 -334
  550. data/misc/openlayers/lib/OpenLayers/Format/EncodedPolyline.js +0 -557
  551. data/misc/openlayers/lib/OpenLayers/Format/Filter.js +0 -53
  552. data/misc/openlayers/lib/OpenLayers/Format/Filter/v1.js +0 -504
  553. data/misc/openlayers/lib/OpenLayers/Format/Filter/v1_0_0.js +0 -184
  554. data/misc/openlayers/lib/OpenLayers/Format/Filter/v1_1_0.js +0 -222
  555. data/misc/openlayers/lib/OpenLayers/Format/GML.js +0 -923
  556. data/misc/openlayers/lib/OpenLayers/Format/GML/Base.js +0 -645
  557. data/misc/openlayers/lib/OpenLayers/Format/GML/v2.js +0 -193
  558. data/misc/openlayers/lib/OpenLayers/Format/GML/v3.js +0 -477
  559. data/misc/openlayers/lib/OpenLayers/Format/GPX.js +0 -385
  560. data/misc/openlayers/lib/OpenLayers/Format/GeoJSON.js +0 -716
  561. data/misc/openlayers/lib/OpenLayers/Format/GeoRSS.js +0 -409
  562. data/misc/openlayers/lib/OpenLayers/Format/JSON.js +0 -398
  563. data/misc/openlayers/lib/OpenLayers/Format/KML.js +0 -1517
  564. data/misc/openlayers/lib/OpenLayers/Format/OGCExceptionReport.js +0 -108
  565. data/misc/openlayers/lib/OpenLayers/Format/OSM.js +0 -465
  566. data/misc/openlayers/lib/OpenLayers/Format/OWSCommon.js +0 -78
  567. data/misc/openlayers/lib/OpenLayers/Format/OWSCommon/v1.js +0 -318
  568. data/misc/openlayers/lib/OpenLayers/Format/OWSCommon/v1_0_0.js +0 -62
  569. data/misc/openlayers/lib/OpenLayers/Format/OWSCommon/v1_1_0.js +0 -116
  570. data/misc/openlayers/lib/OpenLayers/Format/OWSContext.js +0 -86
  571. data/misc/openlayers/lib/OpenLayers/Format/OWSContext/v0_3_1.js +0 -595
  572. data/misc/openlayers/lib/OpenLayers/Format/QueryStringFilter.js +0 -183
  573. data/misc/openlayers/lib/OpenLayers/Format/SLD.js +0 -81
  574. data/misc/openlayers/lib/OpenLayers/Format/SLD/v1.js +0 -1309
  575. data/misc/openlayers/lib/OpenLayers/Format/SLD/v1_0_0.js +0 -46
  576. data/misc/openlayers/lib/OpenLayers/Format/SLD/v1_0_0_GeoServer.js +0 -149
  577. data/misc/openlayers/lib/OpenLayers/Format/SOSCapabilities.js +0 -48
  578. data/misc/openlayers/lib/OpenLayers/Format/SOSCapabilities/v1_0_0.js +0 -158
  579. data/misc/openlayers/lib/OpenLayers/Format/SOSGetFeatureOfInterest.js +0 -190
  580. data/misc/openlayers/lib/OpenLayers/Format/SOSGetObservation.js +0 -302
  581. data/misc/openlayers/lib/OpenLayers/Format/Text.js +0 -151
  582. data/misc/openlayers/lib/OpenLayers/Format/WCSCapabilities.js +0 -47
  583. data/misc/openlayers/lib/OpenLayers/Format/WCSCapabilities/v1.js +0 -55
  584. data/misc/openlayers/lib/OpenLayers/Format/WCSCapabilities/v1_0_0.js +0 -170
  585. data/misc/openlayers/lib/OpenLayers/Format/WCSCapabilities/v1_1_0.js +0 -109
  586. data/misc/openlayers/lib/OpenLayers/Format/WCSGetCoverage.js +0 -199
  587. data/misc/openlayers/lib/OpenLayers/Format/WFS.js +0 -223
  588. data/misc/openlayers/lib/OpenLayers/Format/WFSCapabilities.js +0 -47
  589. data/misc/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1.js +0 -129
  590. data/misc/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_0_0.js +0 -115
  591. data/misc/openlayers/lib/OpenLayers/Format/WFSCapabilities/v1_1_0.js +0 -63
  592. data/misc/openlayers/lib/OpenLayers/Format/WFSDescribeFeatureType.js +0 -234
  593. data/misc/openlayers/lib/OpenLayers/Format/WFST.js +0 -34
  594. data/misc/openlayers/lib/OpenLayers/Format/WFST/v1.js +0 -446
  595. data/misc/openlayers/lib/OpenLayers/Format/WFST/v1_0_0.js +0 -174
  596. data/misc/openlayers/lib/OpenLayers/Format/WFST/v1_1_0.js +0 -189
  597. data/misc/openlayers/lib/OpenLayers/Format/WKT.js +0 -392
  598. data/misc/openlayers/lib/OpenLayers/Format/WMC.js +0 -182
  599. data/misc/openlayers/lib/OpenLayers/Format/WMC/v1.js +0 -1267
  600. data/misc/openlayers/lib/OpenLayers/Format/WMC/v1_0_0.js +0 -104
  601. data/misc/openlayers/lib/OpenLayers/Format/WMC/v1_1_0.js +0 -149
  602. data/misc/openlayers/lib/OpenLayers/Format/WMSCapabilities.js +0 -56
  603. data/misc/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1.js +0 -368
  604. data/misc/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1.js +0 -122
  605. data/misc/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_0.js +0 -57
  606. data/misc/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_1.js +0 -60
  607. data/misc/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_1_1_WMSC.js +0 -85
  608. data/misc/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3.js +0 -128
  609. data/misc/openlayers/lib/OpenLayers/Format/WMSCapabilities/v1_3_0.js +0 -30
  610. data/misc/openlayers/lib/OpenLayers/Format/WMSDescribeLayer.js +0 -53
  611. data/misc/openlayers/lib/OpenLayers/Format/WMSDescribeLayer/v1_1.js +0 -122
  612. data/misc/openlayers/lib/OpenLayers/Format/WMSGetFeatureInfo.js +0 -296
  613. data/misc/openlayers/lib/OpenLayers/Format/WMTSCapabilities.js +0 -230
  614. data/misc/openlayers/lib/OpenLayers/Format/WMTSCapabilities/v1_0_0.js +0 -251
  615. data/misc/openlayers/lib/OpenLayers/Format/WPSCapabilities.js +0 -48
  616. data/misc/openlayers/lib/OpenLayers/Format/WPSCapabilities/v1_0_0.js +0 -119
  617. data/misc/openlayers/lib/OpenLayers/Format/WPSDescribeProcess.js +0 -185
  618. data/misc/openlayers/lib/OpenLayers/Format/WPSExecute.js +0 -395
  619. data/misc/openlayers/lib/OpenLayers/Format/XLS.js +0 -68
  620. data/misc/openlayers/lib/OpenLayers/Format/XLS/v1.js +0 -304
  621. data/misc/openlayers/lib/OpenLayers/Format/XLS/v1_1_0.js +0 -48
  622. data/misc/openlayers/lib/OpenLayers/Format/XML.js +0 -897
  623. data/misc/openlayers/lib/OpenLayers/Format/XML/VersionedOGC.js +0 -212
  624. data/misc/openlayers/lib/OpenLayers/Geometry.js +0 -500
  625. data/misc/openlayers/lib/OpenLayers/Geometry/Collection.js +0 -563
  626. data/misc/openlayers/lib/OpenLayers/Geometry/Curve.js +0 -89
  627. data/misc/openlayers/lib/OpenLayers/Geometry/LineString.js +0 -646
  628. data/misc/openlayers/lib/OpenLayers/Geometry/LinearRing.js +0 -433
  629. data/misc/openlayers/lib/OpenLayers/Geometry/MultiLineString.js +0 -258
  630. data/misc/openlayers/lib/OpenLayers/Geometry/MultiPoint.js +0 -66
  631. data/misc/openlayers/lib/OpenLayers/Geometry/MultiPolygon.js +0 -42
  632. data/misc/openlayers/lib/OpenLayers/Geometry/Point.js +0 -283
  633. data/misc/openlayers/lib/OpenLayers/Geometry/Polygon.js +0 -255
  634. data/misc/openlayers/lib/OpenLayers/Handler.js +0 -325
  635. data/misc/openlayers/lib/OpenLayers/Handler/Box.js +0 -244
  636. data/misc/openlayers/lib/OpenLayers/Handler/Click.js +0 -505
  637. data/misc/openlayers/lib/OpenLayers/Handler/Drag.js +0 -547
  638. data/misc/openlayers/lib/OpenLayers/Handler/Feature.js +0 -434
  639. data/misc/openlayers/lib/OpenLayers/Handler/Hover.js +0 -180
  640. data/misc/openlayers/lib/OpenLayers/Handler/Keyboard.js +0 -117
  641. data/misc/openlayers/lib/OpenLayers/Handler/MouseWheel.js +0 -264
  642. data/misc/openlayers/lib/OpenLayers/Handler/Path.js +0 -543
  643. data/misc/openlayers/lib/OpenLayers/Handler/Pinch.js +0 -239
  644. data/misc/openlayers/lib/OpenLayers/Handler/Point.js +0 -556
  645. data/misc/openlayers/lib/OpenLayers/Handler/Polygon.js +0 -305
  646. data/misc/openlayers/lib/OpenLayers/Handler/RegularPolygon.js +0 -429
  647. data/misc/openlayers/lib/OpenLayers/Icon.js +0 -243
  648. data/misc/openlayers/lib/OpenLayers/Kinetic.js +0 -178
  649. data/misc/openlayers/lib/OpenLayers/Lang.js +0 -134
  650. data/misc/openlayers/lib/OpenLayers/Lang/ar.js +0 -32
  651. data/misc/openlayers/lib/OpenLayers/Lang/be-tarask.js +0 -54
  652. data/misc/openlayers/lib/OpenLayers/Lang/bg.js +0 -25
  653. data/misc/openlayers/lib/OpenLayers/Lang/br.js +0 -53
  654. data/misc/openlayers/lib/OpenLayers/Lang/ca.js +0 -89
  655. data/misc/openlayers/lib/OpenLayers/Lang/cs-CZ.js +0 -45
  656. data/misc/openlayers/lib/OpenLayers/Lang/da-DK.js +0 -80
  657. data/misc/openlayers/lib/OpenLayers/Lang/de.js +0 -55
  658. data/misc/openlayers/lib/OpenLayers/Lang/el.js +0 -19
  659. data/misc/openlayers/lib/OpenLayers/Lang/en-CA.js +0 -21
  660. data/misc/openlayers/lib/OpenLayers/Lang/en.js +0 -89
  661. data/misc/openlayers/lib/OpenLayers/Lang/es.js +0 -90
  662. data/misc/openlayers/lib/OpenLayers/Lang/fi.js +0 -32
  663. data/misc/openlayers/lib/OpenLayers/Lang/fr.js +0 -53
  664. data/misc/openlayers/lib/OpenLayers/Lang/fur.js +0 -35
  665. data/misc/openlayers/lib/OpenLayers/Lang/gl.js +0 -53
  666. data/misc/openlayers/lib/OpenLayers/Lang/gsw.js +0 -53
  667. data/misc/openlayers/lib/OpenLayers/Lang/hr.js +0 -37
  668. data/misc/openlayers/lib/OpenLayers/Lang/hsb.js +0 -53
  669. data/misc/openlayers/lib/OpenLayers/Lang/hu.js +0 -54
  670. data/misc/openlayers/lib/OpenLayers/Lang/ia.js +0 -53
  671. data/misc/openlayers/lib/OpenLayers/Lang/id.js +0 -54
  672. data/misc/openlayers/lib/OpenLayers/Lang/io.js +0 -19
  673. data/misc/openlayers/lib/OpenLayers/Lang/is.js +0 -27
  674. data/misc/openlayers/lib/OpenLayers/Lang/it.js +0 -80
  675. data/misc/openlayers/lib/OpenLayers/Lang/ja.js +0 -54
  676. data/misc/openlayers/lib/OpenLayers/Lang/km.js +0 -23
  677. data/misc/openlayers/lib/OpenLayers/Lang/ksh.js +0 -53
  678. data/misc/openlayers/lib/OpenLayers/Lang/lt.js +0 -47
  679. data/misc/openlayers/lib/OpenLayers/Lang/nb.js +0 -82
  680. data/misc/openlayers/lib/OpenLayers/Lang/nds.js +0 -37
  681. data/misc/openlayers/lib/OpenLayers/Lang/nl.js +0 -53
  682. data/misc/openlayers/lib/OpenLayers/Lang/nn.js +0 -19
  683. data/misc/openlayers/lib/OpenLayers/Lang/oc.js +0 -53
  684. data/misc/openlayers/lib/OpenLayers/Lang/pl.js +0 -89
  685. data/misc/openlayers/lib/OpenLayers/Lang/pt-BR.js +0 -54
  686. data/misc/openlayers/lib/OpenLayers/Lang/pt.js +0 -55
  687. data/misc/openlayers/lib/OpenLayers/Lang/ro.js +0 -69
  688. data/misc/openlayers/lib/OpenLayers/Lang/ru.js +0 -56
  689. data/misc/openlayers/lib/OpenLayers/Lang/sk.js +0 -44
  690. data/misc/openlayers/lib/OpenLayers/Lang/sv-SE.js +0 -45
  691. data/misc/openlayers/lib/OpenLayers/Lang/te.js +0 -27
  692. data/misc/openlayers/lib/OpenLayers/Lang/vi.js +0 -53
  693. data/misc/openlayers/lib/OpenLayers/Lang/zh-CN.js +0 -80
  694. data/misc/openlayers/lib/OpenLayers/Lang/zh-TW.js +0 -81
  695. data/misc/openlayers/lib/OpenLayers/Layer.js +0 -1377
  696. data/misc/openlayers/lib/OpenLayers/Layer/ArcGIS93Rest.js +0 -225
  697. data/misc/openlayers/lib/OpenLayers/Layer/ArcGISCache.js +0 -480
  698. data/misc/openlayers/lib/OpenLayers/Layer/ArcIMS.js +0 -425
  699. data/misc/openlayers/lib/OpenLayers/Layer/Bing.js +0 -333
  700. data/misc/openlayers/lib/OpenLayers/Layer/Boxes.js +0 -76
  701. data/misc/openlayers/lib/OpenLayers/Layer/EventPane.js +0 -441
  702. data/misc/openlayers/lib/OpenLayers/Layer/FixedZoomLevels.js +0 -319
  703. data/misc/openlayers/lib/OpenLayers/Layer/GeoRSS.js +0 -265
  704. data/misc/openlayers/lib/OpenLayers/Layer/Google.js +0 -809
  705. data/misc/openlayers/lib/OpenLayers/Layer/Google/v3.js +0 -351
  706. data/misc/openlayers/lib/OpenLayers/Layer/Grid.js +0 -1343
  707. data/misc/openlayers/lib/OpenLayers/Layer/HTTPRequest.js +0 -230
  708. data/misc/openlayers/lib/OpenLayers/Layer/Image.js +0 -259
  709. data/misc/openlayers/lib/OpenLayers/Layer/KaMap.js +0 -192
  710. data/misc/openlayers/lib/OpenLayers/Layer/KaMapCache.js +0 -143
  711. data/misc/openlayers/lib/OpenLayers/Layer/MapGuide.js +0 -443
  712. data/misc/openlayers/lib/OpenLayers/Layer/MapServer.js +0 -181
  713. data/misc/openlayers/lib/OpenLayers/Layer/Markers.js +0 -187
  714. data/misc/openlayers/lib/OpenLayers/Layer/OSM.js +0 -123
  715. data/misc/openlayers/lib/OpenLayers/Layer/PointGrid.js +0 -299
  716. data/misc/openlayers/lib/OpenLayers/Layer/PointTrack.js +0 -125
  717. data/misc/openlayers/lib/OpenLayers/Layer/SphericalMercator.js +0 -146
  718. data/misc/openlayers/lib/OpenLayers/Layer/TMS.js +0 -202
  719. data/misc/openlayers/lib/OpenLayers/Layer/Text.js +0 -267
  720. data/misc/openlayers/lib/OpenLayers/Layer/TileCache.js +0 -140
  721. data/misc/openlayers/lib/OpenLayers/Layer/UTFGrid.js +0 -184
  722. data/misc/openlayers/lib/OpenLayers/Layer/Vector.js +0 -1007
  723. data/misc/openlayers/lib/OpenLayers/Layer/Vector/RootContainer.js +0 -154
  724. data/misc/openlayers/lib/OpenLayers/Layer/WMS.js +0 -267
  725. data/misc/openlayers/lib/OpenLayers/Layer/WMTS.js +0 -510
  726. data/misc/openlayers/lib/OpenLayers/Layer/WorldWind.js +0 -105
  727. data/misc/openlayers/lib/OpenLayers/Layer/XYZ.js +0 -172
  728. data/misc/openlayers/lib/OpenLayers/Layer/Zoomify.js +0 -260
  729. data/misc/openlayers/lib/OpenLayers/Map.js +0 -2867
  730. data/misc/openlayers/lib/OpenLayers/Marker.js +0 -241
  731. data/misc/openlayers/lib/OpenLayers/Marker/Box.js +0 -120
  732. data/misc/openlayers/lib/OpenLayers/Popup.js +0 -1065
  733. data/misc/openlayers/lib/OpenLayers/Popup/Anchored.js +0 -195
  734. data/misc/openlayers/lib/OpenLayers/Popup/Framed.js +0 -343
  735. data/misc/openlayers/lib/OpenLayers/Popup/FramedCloud.js +0 -227
  736. data/misc/openlayers/lib/OpenLayers/Projection.js +0 -322
  737. data/misc/openlayers/lib/OpenLayers/Protocol.js +0 -291
  738. data/misc/openlayers/lib/OpenLayers/Protocol/CSW.js +0 -30
  739. data/misc/openlayers/lib/OpenLayers/Protocol/CSW/v2_0_2.js +0 -127
  740. data/misc/openlayers/lib/OpenLayers/Protocol/HTTP.js +0 -580
  741. data/misc/openlayers/lib/OpenLayers/Protocol/SOS.js +0 -33
  742. data/misc/openlayers/lib/OpenLayers/Protocol/SOS/v1_0_0.js +0 -133
  743. data/misc/openlayers/lib/OpenLayers/Protocol/Script.js +0 -377
  744. data/misc/openlayers/lib/OpenLayers/Protocol/WFS.js +0 -86
  745. data/misc/openlayers/lib/OpenLayers/Protocol/WFS/v1.js +0 -453
  746. data/misc/openlayers/lib/OpenLayers/Protocol/WFS/v1_0_0.js +0 -44
  747. data/misc/openlayers/lib/OpenLayers/Protocol/WFS/v1_1_0.js +0 -68
  748. data/misc/openlayers/lib/OpenLayers/Renderer.js +0 -432
  749. data/misc/openlayers/lib/OpenLayers/Renderer/Canvas.js +0 -906
  750. data/misc/openlayers/lib/OpenLayers/Renderer/Elements.js +0 -1053
  751. data/misc/openlayers/lib/OpenLayers/Renderer/SVG.js +0 -1012
  752. data/misc/openlayers/lib/OpenLayers/Renderer/VML.js +0 -985
  753. data/misc/openlayers/lib/OpenLayers/Request.js +0 -429
  754. data/misc/openlayers/lib/OpenLayers/Request/XMLHttpRequest.js +0 -458
  755. data/misc/openlayers/lib/OpenLayers/Rule.js +0 -236
  756. data/misc/openlayers/lib/OpenLayers/SingleFile.js +0 -78
  757. data/misc/openlayers/lib/OpenLayers/Spherical.js +0 -67
  758. data/misc/openlayers/lib/OpenLayers/Strategy.js +0 -121
  759. data/misc/openlayers/lib/OpenLayers/Strategy/BBOX.js +0 -290
  760. data/misc/openlayers/lib/OpenLayers/Strategy/Cluster.js +0 -283
  761. data/misc/openlayers/lib/OpenLayers/Strategy/Filter.js +0 -159
  762. data/misc/openlayers/lib/OpenLayers/Strategy/Fixed.js +0 -135
  763. data/misc/openlayers/lib/OpenLayers/Strategy/Paging.js +0 -233
  764. data/misc/openlayers/lib/OpenLayers/Strategy/Refresh.js +0 -141
  765. data/misc/openlayers/lib/OpenLayers/Strategy/Save.js +0 -231
  766. data/misc/openlayers/lib/OpenLayers/Style.js +0 -448
  767. data/misc/openlayers/lib/OpenLayers/Style2.js +0 -112
  768. data/misc/openlayers/lib/OpenLayers/StyleMap.js +0 -161
  769. data/misc/openlayers/lib/OpenLayers/Symbolizer.js +0 -55
  770. data/misc/openlayers/lib/OpenLayers/Symbolizer/Line.js +0 -74
  771. data/misc/openlayers/lib/OpenLayers/Symbolizer/Point.js +0 -157
  772. data/misc/openlayers/lib/OpenLayers/Symbolizer/Polygon.js +0 -88
  773. data/misc/openlayers/lib/OpenLayers/Symbolizer/Raster.js +0 -34
  774. data/misc/openlayers/lib/OpenLayers/Symbolizer/Text.js +0 -70
  775. data/misc/openlayers/lib/OpenLayers/Tile.js +0 -292
  776. data/misc/openlayers/lib/OpenLayers/Tile/Image.js +0 -510
  777. data/misc/openlayers/lib/OpenLayers/Tile/Image/IFrame.js +0 -233
  778. data/misc/openlayers/lib/OpenLayers/Tile/UTFGrid.js +0 -252
  779. data/misc/openlayers/lib/OpenLayers/TileManager.js +0 -462
  780. data/misc/openlayers/lib/OpenLayers/Tween.js +0 -361
  781. data/misc/openlayers/lib/OpenLayers/Util.js +0 -1773
  782. data/misc/openlayers/lib/OpenLayers/Util/vendorPrefix.js +0 -131
  783. data/misc/openlayers/lib/OpenLayers/WPSClient.js +0 -223
  784. data/misc/openlayers/lib/OpenLayers/WPSProcess.js +0 -501
  785. data/misc/openlayers/lib/Rico/Color.js +0 -253
  786. data/misc/openlayers/lib/Rico/Corner.js +0 -339
  787. data/misc/openlayers/lib/Rico/license.js +0 -19
  788. data/misc/openlayers/lib/deprecated.js +0 -5842
  789. data/misc/openlayers/license.txt +0 -27
  790. data/misc/openlayers/licenses/APACHE-2.0.txt +0 -202
  791. data/misc/openlayers/licenses/BSD-LICENSE.txt +0 -28
  792. data/misc/openlayers/licenses/MIT-LICENSE.txt +0 -18
  793. data/misc/openlayers/notes/2.12.md +0 -391
  794. data/misc/openlayers/notes/2.13.md +0 -159
  795. data/misc/openlayers/readme.md +0 -79
  796. data/misc/openlayers/tests/Animation.html +0 -96
  797. data/misc/openlayers/tests/BaseTypes.html +0 -387
  798. data/misc/openlayers/tests/BaseTypes/Bounds.html +0 -738
  799. data/misc/openlayers/tests/BaseTypes/Class.html +0 -350
  800. data/misc/openlayers/tests/BaseTypes/Date.html +0 -191
  801. data/misc/openlayers/tests/BaseTypes/Element.html +0 -195
  802. data/misc/openlayers/tests/BaseTypes/LonLat.html +0 -241
  803. data/misc/openlayers/tests/BaseTypes/Pixel.html +0 -123
  804. data/misc/openlayers/tests/BaseTypes/Size.html +0 -67
  805. data/misc/openlayers/tests/Console.html +0 -39
  806. data/misc/openlayers/tests/Control.html +0 -107
  807. data/misc/openlayers/tests/Control/ArgParser.html +0 -26
  808. data/misc/openlayers/tests/Control/Attribution.html +0 -60
  809. data/misc/openlayers/tests/Control/Button.html +0 -17
  810. data/misc/openlayers/tests/Control/CacheRead.html +0 -108
  811. data/misc/openlayers/tests/Control/CacheWrite.html +0 -90
  812. data/misc/openlayers/tests/Control/DragFeature.html +0 -383
  813. data/misc/openlayers/tests/Control/DragPan.html +0 -104
  814. data/misc/openlayers/tests/Control/DrawFeature.html +0 -160
  815. data/misc/openlayers/tests/Control/EditingToolbar.html +0 -33
  816. data/misc/openlayers/tests/Control/Geolocate.html +0 -129
  817. data/misc/openlayers/tests/Control/GetFeature.html +0 -177
  818. data/misc/openlayers/tests/Control/Graticule.html +0 -66
  819. data/misc/openlayers/tests/Control/KeyboardDefaults.html +0 -173
  820. data/misc/openlayers/tests/Control/LayerSwitcher.html +0 -249
  821. data/misc/openlayers/tests/Control/Measure.html +0 -386
  822. data/misc/openlayers/tests/Control/ModifyFeature.html +0 -828
  823. data/misc/openlayers/tests/Control/MousePosition.html +0 -109
  824. data/misc/openlayers/tests/Control/NavToolbar.html +0 -45
  825. data/misc/openlayers/tests/Control/Navigation.html +0 -200
  826. data/misc/openlayers/tests/Control/NavigationHistory.html +0 -245
  827. data/misc/openlayers/tests/Control/OverviewMap.html +0 -266
  828. data/misc/openlayers/tests/Control/Pan.html +0 -201
  829. data/misc/openlayers/tests/Control/PanPanel.html +0 -61
  830. data/misc/openlayers/tests/Control/PanZoom.html +0 -244
  831. data/misc/openlayers/tests/Control/PanZoomBar.html +0 -245
  832. data/misc/openlayers/tests/Control/Panel.html +0 -382
  833. data/misc/openlayers/tests/Control/Permalink.html +0 -453
  834. data/misc/openlayers/tests/Control/PinchZoom.html +0 -134
  835. data/misc/openlayers/tests/Control/SLDSelect.html +0 -239
  836. data/misc/openlayers/tests/Control/Scale.html +0 -54
  837. data/misc/openlayers/tests/Control/ScaleLine.html +0 -187
  838. data/misc/openlayers/tests/Control/SelectFeature.html +0 -632
  839. data/misc/openlayers/tests/Control/Snapping.html +0 -448
  840. data/misc/openlayers/tests/Control/Split.html +0 -319
  841. data/misc/openlayers/tests/Control/TouchNavigation.html +0 -155
  842. data/misc/openlayers/tests/Control/TransformFeature.html +0 -129
  843. data/misc/openlayers/tests/Control/UTFGrid.html +0 -120
  844. data/misc/openlayers/tests/Control/WMSGetFeatureInfo.html +0 -644
  845. data/misc/openlayers/tests/Control/WMTSGetFeatureInfo.html +0 -334
  846. data/misc/openlayers/tests/Control/Zoom.html +0 -83
  847. data/misc/openlayers/tests/Control/ZoomBox.html +0 -54
  848. data/misc/openlayers/tests/Control/ZoomIn.html +0 -101
  849. data/misc/openlayers/tests/Control/ZoomOut.html +0 -100
  850. data/misc/openlayers/tests/Control/ZoomToMaxExtent.html +0 -102
  851. data/misc/openlayers/tests/Events.html +0 -487
  852. data/misc/openlayers/tests/Events/buttonclick.html +0 -214
  853. data/misc/openlayers/tests/Events/featureclick.html +0 -91
  854. data/misc/openlayers/tests/Extras.html +0 -21
  855. data/misc/openlayers/tests/Feature.html +0 -205
  856. data/misc/openlayers/tests/Feature/Vector.html +0 -170
  857. data/misc/openlayers/tests/Filter.html +0 -31
  858. data/misc/openlayers/tests/Filter/Comparison.html +0 -373
  859. data/misc/openlayers/tests/Filter/FeatureId.html +0 -67
  860. data/misc/openlayers/tests/Filter/Logical.html +0 -144
  861. data/misc/openlayers/tests/Filter/Spatial.html +0 -112
  862. data/misc/openlayers/tests/Format.html +0 -23
  863. data/misc/openlayers/tests/Format/ArcXML.html +0 -277
  864. data/misc/openlayers/tests/Format/ArcXML/Features.html +0 -69
  865. data/misc/openlayers/tests/Format/Atom.html +0 -450
  866. data/misc/openlayers/tests/Format/CQL.html +0 -364
  867. data/misc/openlayers/tests/Format/CSWGetDomain.html +0 -23
  868. data/misc/openlayers/tests/Format/CSWGetDomain/v2_0_2.html +0 -56
  869. data/misc/openlayers/tests/Format/CSWGetDomain/v2_0_2.js +0 -18
  870. data/misc/openlayers/tests/Format/CSWGetRecords.html +0 -23
  871. data/misc/openlayers/tests/Format/CSWGetRecords/v2_0_2.html +0 -88
  872. data/misc/openlayers/tests/Format/CSWGetRecords/v2_0_2.js +0 -50
  873. data/misc/openlayers/tests/Format/EncodedPolyline.html +0 -372
  874. data/misc/openlayers/tests/Format/Filter.html +0 -21
  875. data/misc/openlayers/tests/Format/Filter/v1.html +0 -404
  876. data/misc/openlayers/tests/Format/Filter/v1_0_0.html +0 -295
  877. data/misc/openlayers/tests/Format/Filter/v1_1_0.html +0 -402
  878. data/misc/openlayers/tests/Format/GML.html +0 -462
  879. data/misc/openlayers/tests/Format/GML/cases.js +0 -232
  880. data/misc/openlayers/tests/Format/GML/v2.html +0 -684
  881. data/misc/openlayers/tests/Format/GML/v3.html +0 -828
  882. data/misc/openlayers/tests/Format/GPX.html +0 -179
  883. data/misc/openlayers/tests/Format/GeoJSON.html +0 -468
  884. data/misc/openlayers/tests/Format/GeoRSS.html +0 -122
  885. data/misc/openlayers/tests/Format/JSON.html +0 -53
  886. data/misc/openlayers/tests/Format/KML.html +0 -1437
  887. data/misc/openlayers/tests/Format/OGCExceptionReport.html +0 -100
  888. data/misc/openlayers/tests/Format/OSM.html +0 -115
  889. data/misc/openlayers/tests/Format/OWSCommon/v1_0_0.html +0 -34
  890. data/misc/openlayers/tests/Format/OWSCommon/v1_1_0.html +0 -34
  891. data/misc/openlayers/tests/Format/OWSContext/v0_3_1.html +0 -278
  892. data/misc/openlayers/tests/Format/QueryStringFilter.html +0 -306
  893. data/misc/openlayers/tests/Format/SLD.html +0 -36
  894. data/misc/openlayers/tests/Format/SLD/v1_0_0.html +0 -1028
  895. data/misc/openlayers/tests/Format/SLD/v1_0_0_GeoServer.html +0 -228
  896. data/misc/openlayers/tests/Format/SOSCapabilities/v1_0_0.html +0 -80
  897. data/misc/openlayers/tests/Format/SOSCapabilities/v1_0_0.js +0 -484
  898. data/misc/openlayers/tests/Format/SOSGetFeatureOfInterest.html +0 -80
  899. data/misc/openlayers/tests/Format/SOSGetObservation.html +0 -183
  900. data/misc/openlayers/tests/Format/Text.html +0 -49
  901. data/misc/openlayers/tests/Format/WCSCapabilities.html +0 -43
  902. data/misc/openlayers/tests/Format/WCSCapabilities/v1.html +0 -87
  903. data/misc/openlayers/tests/Format/WCSGetCoverage.html +0 -80
  904. data/misc/openlayers/tests/Format/WFS.html +0 -81
  905. data/misc/openlayers/tests/Format/WFSCapabilities.html +0 -43
  906. data/misc/openlayers/tests/Format/WFSCapabilities/v1.html +0 -179
  907. data/misc/openlayers/tests/Format/WFSDescribeFeatureType.html +0 -436
  908. data/misc/openlayers/tests/Format/WFST.html +0 -23
  909. data/misc/openlayers/tests/Format/WFST/v1.html +0 -455
  910. data/misc/openlayers/tests/Format/WFST/v1_0_0.html +0 -135
  911. data/misc/openlayers/tests/Format/WFST/v1_1_0.html +0 -236
  912. data/misc/openlayers/tests/Format/WKT.html +0 -297
  913. data/misc/openlayers/tests/Format/WMC.html +0 -315
  914. data/misc/openlayers/tests/Format/WMC/v1.html +0 -266
  915. data/misc/openlayers/tests/Format/WMC/v1_1_0.html +0 -86
  916. data/misc/openlayers/tests/Format/WMSCapabilities.html +0 -20
  917. data/misc/openlayers/tests/Format/WMSCapabilities/v1_1_1.html +0 -5209
  918. data/misc/openlayers/tests/Format/WMSCapabilities/v1_1_1_WMSC.html +0 -348
  919. data/misc/openlayers/tests/Format/WMSCapabilities/v1_3_0.html +0 -614
  920. data/misc/openlayers/tests/Format/WMSDescribeLayer.html +0 -65
  921. data/misc/openlayers/tests/Format/WMSGetFeatureInfo.html +0 -319
  922. data/misc/openlayers/tests/Format/WMTSCapabilities.html +0 -20
  923. data/misc/openlayers/tests/Format/WMTSCapabilities/v1_0_0.html +0 -1042
  924. data/misc/openlayers/tests/Format/WPSCapabilities/v1_0_0.html +0 -30
  925. data/misc/openlayers/tests/Format/WPSCapabilities/v1_0_0.js +0 -112
  926. data/misc/openlayers/tests/Format/WPSDescribeProcess.html +0 -206
  927. data/misc/openlayers/tests/Format/WPSExecute.html +0 -549
  928. data/misc/openlayers/tests/Format/XLS/v1_1_0.html +0 -98
  929. data/misc/openlayers/tests/Format/XML.html +0 -900
  930. data/misc/openlayers/tests/Format/XML/VersionedOGC.html +0 -51
  931. data/misc/openlayers/tests/Geometry.html +0 -356
  932. data/misc/openlayers/tests/Geometry/Collection.html +0 -431
  933. data/misc/openlayers/tests/Geometry/Curve.html +0 -157
  934. data/misc/openlayers/tests/Geometry/LineString.html +0 -443
  935. data/misc/openlayers/tests/Geometry/LinearRing.html +0 -362
  936. data/misc/openlayers/tests/Geometry/MultiLineString.html +0 -267
  937. data/misc/openlayers/tests/Geometry/MultiPoint.html +0 -130
  938. data/misc/openlayers/tests/Geometry/MultiPolygon.html +0 -34
  939. data/misc/openlayers/tests/Geometry/Point.html +0 -244
  940. data/misc/openlayers/tests/Geometry/Polygon.html +0 -420
  941. data/misc/openlayers/tests/Handler.html +0 -265
  942. data/misc/openlayers/tests/Handler/Box.html +0 -106
  943. data/misc/openlayers/tests/Handler/Click.html +0 -735
  944. data/misc/openlayers/tests/Handler/Drag.html +0 -603
  945. data/misc/openlayers/tests/Handler/Feature.html +0 -698
  946. data/misc/openlayers/tests/Handler/Hover.html +0 -136
  947. data/misc/openlayers/tests/Handler/Keyboard.html +0 -150
  948. data/misc/openlayers/tests/Handler/MouseWheel.html +0 -182
  949. data/misc/openlayers/tests/Handler/Path.html +0 -1464
  950. data/misc/openlayers/tests/Handler/Pinch.html +0 -285
  951. data/misc/openlayers/tests/Handler/Point.html +0 -600
  952. data/misc/openlayers/tests/Handler/Polygon.html +0 -1161
  953. data/misc/openlayers/tests/Handler/RegularPolygon.html +0 -235
  954. data/misc/openlayers/tests/Icon.html +0 -68
  955. data/misc/openlayers/tests/Kinetic.html +0 -132
  956. data/misc/openlayers/tests/Lang.html +0 -106
  957. data/misc/openlayers/tests/Layer.html +0 -910
  958. data/misc/openlayers/tests/Layer/ArcGIS93Rest.html +0 -324
  959. data/misc/openlayers/tests/Layer/ArcGISCache.html +0 -256
  960. data/misc/openlayers/tests/Layer/ArcGISCache.json +0 -334
  961. data/misc/openlayers/tests/Layer/ArcIMS.html +0 -123
  962. data/misc/openlayers/tests/Layer/Bing.html +0 -200
  963. data/misc/openlayers/tests/Layer/EventPane.html +0 -172
  964. data/misc/openlayers/tests/Layer/FixedZoomLevels.html +0 -137
  965. data/misc/openlayers/tests/Layer/GeoRSS.html +0 -210
  966. data/misc/openlayers/tests/Layer/Google.html +0 -369
  967. data/misc/openlayers/tests/Layer/Google/v3.html +0 -337
  968. data/misc/openlayers/tests/Layer/Grid.html +0 -1593
  969. data/misc/openlayers/tests/Layer/HTTPRequest.html +0 -229
  970. data/misc/openlayers/tests/Layer/Image.html +0 -164
  971. data/misc/openlayers/tests/Layer/KaMap.html +0 -287
  972. data/misc/openlayers/tests/Layer/MapGuide.html +0 -177
  973. data/misc/openlayers/tests/Layer/MapServer.html +0 -238
  974. data/misc/openlayers/tests/Layer/Markers.html +0 -156
  975. data/misc/openlayers/tests/Layer/OSM.html +0 -16
  976. data/misc/openlayers/tests/Layer/PointGrid.html +0 -232
  977. data/misc/openlayers/tests/Layer/PointTrack.html +0 -79
  978. data/misc/openlayers/tests/Layer/SphericalMercator.html +0 -126
  979. data/misc/openlayers/tests/Layer/TMS.html +0 -262
  980. data/misc/openlayers/tests/Layer/Text.html +0 -211
  981. data/misc/openlayers/tests/Layer/TileCache.html +0 -203
  982. data/misc/openlayers/tests/Layer/UTFGrid.html +0 -131
  983. data/misc/openlayers/tests/Layer/Vector.html +0 -879
  984. data/misc/openlayers/tests/Layer/Vector/RootContainer.html +0 -63
  985. data/misc/openlayers/tests/Layer/WMS.html +0 -583
  986. data/misc/openlayers/tests/Layer/WMTS.html +0 -1491
  987. data/misc/openlayers/tests/Layer/WrapDateLine.html +0 -188
  988. data/misc/openlayers/tests/Layer/XYZ.html +0 -266
  989. data/misc/openlayers/tests/Layer/atom-1.0.xml +0 -34
  990. data/misc/openlayers/tests/Layer/data_Layer_Text_textfile.txt +0 -3
  991. data/misc/openlayers/tests/Layer/data_Layer_Text_textfile_2.txt +0 -3
  992. data/misc/openlayers/tests/Layer/data_Layer_Text_textfile_overflow.txt +0 -3
  993. data/misc/openlayers/tests/Layer/georss.txt +0 -378
  994. data/misc/openlayers/tests/Map.html +0 -2255
  995. data/misc/openlayers/tests/Marker.html +0 -163
  996. data/misc/openlayers/tests/Marker/Box.html +0 -183
  997. data/misc/openlayers/tests/OLLoader.js +0 -26
  998. data/misc/openlayers/tests/OpenLayers1.html +0 -18
  999. data/misc/openlayers/tests/OpenLayers2.html +0 -19
  1000. data/misc/openlayers/tests/OpenLayers3.html +0 -19
  1001. data/misc/openlayers/tests/OpenLayers4.html +0 -18
  1002. data/misc/openlayers/tests/OpenLayersJsFiles.html +0 -27
  1003. data/misc/openlayers/tests/Popup.html +0 -219
  1004. data/misc/openlayers/tests/Popup/Anchored.html +0 -37
  1005. data/misc/openlayers/tests/Popup/FramedCloud.html +0 -18
  1006. data/misc/openlayers/tests/Projection.html +0 -87
  1007. data/misc/openlayers/tests/Protocol.html +0 -63
  1008. data/misc/openlayers/tests/Protocol/CSW.html +0 -90
  1009. data/misc/openlayers/tests/Protocol/HTTP.html +0 -842
  1010. data/misc/openlayers/tests/Protocol/SOS.html +0 -57
  1011. data/misc/openlayers/tests/Protocol/Script.html +0 -282
  1012. data/misc/openlayers/tests/Protocol/WFS.html +0 -471
  1013. data/misc/openlayers/tests/README.txt +0 -16
  1014. data/misc/openlayers/tests/Renderer.html +0 -96
  1015. data/misc/openlayers/tests/Renderer/Canvas.html +0 -501
  1016. data/misc/openlayers/tests/Renderer/Elements.html +0 -651
  1017. data/misc/openlayers/tests/Renderer/SVG.html +0 -441
  1018. data/misc/openlayers/tests/Renderer/VML.html +0 -454
  1019. data/misc/openlayers/tests/Request.html +0 -524
  1020. data/misc/openlayers/tests/Request/XMLHttpRequest.html +0 -59
  1021. data/misc/openlayers/tests/Rule.html +0 -123
  1022. data/misc/openlayers/tests/SingleFile1.html +0 -15
  1023. data/misc/openlayers/tests/SingleFile2.html +0 -15
  1024. data/misc/openlayers/tests/SingleFile3.html +0 -15
  1025. data/misc/openlayers/tests/Strategy.html +0 -94
  1026. data/misc/openlayers/tests/Strategy/BBOX.html +0 -361
  1027. data/misc/openlayers/tests/Strategy/Cluster.html +0 -148
  1028. data/misc/openlayers/tests/Strategy/Filter.html +0 -135
  1029. data/misc/openlayers/tests/Strategy/Fixed.html +0 -253
  1030. data/misc/openlayers/tests/Strategy/Paging.html +0 -113
  1031. data/misc/openlayers/tests/Strategy/Refresh.html +0 -177
  1032. data/misc/openlayers/tests/Strategy/Save.html +0 -127
  1033. data/misc/openlayers/tests/Style.html +0 -426
  1034. data/misc/openlayers/tests/Style2.html +0 -56
  1035. data/misc/openlayers/tests/StyleMap.html +0 -44
  1036. data/misc/openlayers/tests/Symbolizer.html +0 -31
  1037. data/misc/openlayers/tests/Symbolizer/Line.html +0 -42
  1038. data/misc/openlayers/tests/Symbolizer/Point.html +0 -52
  1039. data/misc/openlayers/tests/Symbolizer/Polygon.html +0 -44
  1040. data/misc/openlayers/tests/Symbolizer/Raster.html +0 -32
  1041. data/misc/openlayers/tests/Symbolizer/Text.html +0 -42
  1042. data/misc/openlayers/tests/Test.AnotherWay.baseadditions.js +0 -191
  1043. data/misc/openlayers/tests/Test.AnotherWay.css +0 -243
  1044. data/misc/openlayers/tests/Test.AnotherWay.geom_eq.js +0 -139
  1045. data/misc/openlayers/tests/Test.AnotherWay.js +0 -2498
  1046. data/misc/openlayers/tests/Test.AnotherWay.xml_eq.js +0 -311
  1047. data/misc/openlayers/tests/Tile.html +0 -130
  1048. data/misc/openlayers/tests/Tile/Image.html +0 -490
  1049. data/misc/openlayers/tests/Tile/Image/IFrame.html +0 -183
  1050. data/misc/openlayers/tests/Tile/UTFGrid.html +0 -306
  1051. data/misc/openlayers/tests/TileManager.html +0 -137
  1052. data/misc/openlayers/tests/Tween.html +0 -116
  1053. data/misc/openlayers/tests/Util.html +0 -1180
  1054. data/misc/openlayers/tests/Util/vendorPrefix.html +0 -117
  1055. data/misc/openlayers/tests/Util_common.js +0 -64
  1056. data/misc/openlayers/tests/Util_w3c.html +0 -35
  1057. data/misc/openlayers/tests/WPSClient.html +0 -108
  1058. data/misc/openlayers/tests/WPSProcess.html +0 -188
  1059. data/misc/openlayers/tests/atom-1.0.xml +0 -34
  1060. data/misc/openlayers/tests/auto-tests.html +0 -2447
  1061. data/misc/openlayers/tests/data/geos_wkt_intersects.js +0 -495
  1062. data/misc/openlayers/tests/data/osm.js +0 -14
  1063. data/misc/openlayers/tests/data/utfgrid/bio_utfgrid/1/0/0.json +0 -1
  1064. data/misc/openlayers/tests/data/utfgrid/bio_utfgrid/1/0/1.json +0 -1
  1065. data/misc/openlayers/tests/data/utfgrid/bio_utfgrid/1/0/2.json +0 -1
  1066. data/misc/openlayers/tests/data/utfgrid/bio_utfgrid/1/1/0.json +0 -1
  1067. data/misc/openlayers/tests/data/utfgrid/bio_utfgrid/1/1/1.json +0 -1
  1068. data/misc/openlayers/tests/data/utfgrid/bio_utfgrid/1/1/2.json +0 -1
  1069. data/misc/openlayers/tests/data/utfgrid/bio_utfgrid/1/2/0.json +0 -1
  1070. data/misc/openlayers/tests/data/utfgrid/bio_utfgrid/1/2/1.json +0 -1
  1071. data/misc/openlayers/tests/data/utfgrid/bio_utfgrid/1/2/2.json +0 -1
  1072. data/misc/openlayers/tests/data/utfgrid/demo-1.1.json +0 -1
  1073. data/misc/openlayers/tests/data/utfgrid/world_utfgrid/1/0/0.json +0 -1
  1074. data/misc/openlayers/tests/data/utfgrid/world_utfgrid/1/0/1.json +0 -1
  1075. data/misc/openlayers/tests/data/utfgrid/world_utfgrid/1/0/2.json +0 -1
  1076. data/misc/openlayers/tests/data/utfgrid/world_utfgrid/1/1/0.json +0 -1
  1077. data/misc/openlayers/tests/data/utfgrid/world_utfgrid/1/1/1.json +0 -1
  1078. data/misc/openlayers/tests/data/utfgrid/world_utfgrid/1/1/2.json +0 -1
  1079. data/misc/openlayers/tests/data/utfgrid/world_utfgrid/1/2/0.json +0 -1
  1080. data/misc/openlayers/tests/data/utfgrid/world_utfgrid/1/2/1.json +0 -1
  1081. data/misc/openlayers/tests/data/utfgrid/world_utfgrid/1/2/2.json +0 -1
  1082. data/misc/openlayers/tests/data_Layer_Text_textfile.txt +0 -3
  1083. data/misc/openlayers/tests/data_Layer_Text_textfile_2.txt +0 -3
  1084. data/misc/openlayers/tests/data_Layer_Text_textfile_overflow.txt +0 -3
  1085. data/misc/openlayers/tests/deprecated/Ajax.html +0 -28
  1086. data/misc/openlayers/tests/deprecated/BaseTypes/Class.html +0 -142
  1087. data/misc/openlayers/tests/deprecated/BaseTypes/Element.html +0 -56
  1088. data/misc/openlayers/tests/deprecated/Control/MouseToolbar.html +0 -60
  1089. data/misc/openlayers/tests/deprecated/Geometry/Rectangle.html +0 -77
  1090. data/misc/openlayers/tests/deprecated/Layer/GML.html +0 -61
  1091. data/misc/openlayers/tests/deprecated/Layer/MapServer.html +0 -59
  1092. data/misc/openlayers/tests/deprecated/Layer/MapServer/Untiled.html +0 -158
  1093. data/misc/openlayers/tests/deprecated/Layer/WFS.html +0 -178
  1094. data/misc/openlayers/tests/deprecated/Layer/WMS.html +0 -60
  1095. data/misc/openlayers/tests/deprecated/Layer/WMS/Post.html +0 -89
  1096. data/misc/openlayers/tests/deprecated/Layer/Yahoo.html +0 -121
  1097. data/misc/openlayers/tests/deprecated/Layer/mice.xml +0 -156
  1098. data/misc/openlayers/tests/deprecated/Layer/owls.xml +0 -156
  1099. data/misc/openlayers/tests/deprecated/Popup/AnchoredBubble.html +0 -61
  1100. data/misc/openlayers/tests/deprecated/Protocol/SQL.html +0 -24
  1101. data/misc/openlayers/tests/deprecated/Protocol/SQL/Gears.html +0 -474
  1102. data/misc/openlayers/tests/deprecated/Renderer/SVG2.html +0 -399
  1103. data/misc/openlayers/tests/deprecated/Tile/WFS.html +0 -215
  1104. data/misc/openlayers/tests/deprecated/Util.html +0 -20
  1105. data/misc/openlayers/tests/georss.txt +0 -378
  1106. data/misc/openlayers/tests/grid_inittiles.html +0 -30
  1107. data/misc/openlayers/tests/index.html +0 -6
  1108. data/misc/openlayers/tests/list-tests.html +0 -260
  1109. data/misc/openlayers/tests/manual/ajax.html +0 -49
  1110. data/misc/openlayers/tests/manual/ajax.txt +0 -1
  1111. data/misc/openlayers/tests/manual/alloverlays-mixed.html +0 -55
  1112. data/misc/openlayers/tests/manual/arcims-2117.html +0 -103
  1113. data/misc/openlayers/tests/manual/arkansas.rss +0 -9
  1114. data/misc/openlayers/tests/manual/big-georss.html +0 -33
  1115. data/misc/openlayers/tests/manual/box-quirks.html +0 -52
  1116. data/misc/openlayers/tests/manual/box-strict.html +0 -46
  1117. data/misc/openlayers/tests/manual/clip-features-svg.html +0 -128
  1118. data/misc/openlayers/tests/manual/dateline-sketch.html +0 -66
  1119. data/misc/openlayers/tests/manual/dateline-smallextent.html +0 -61
  1120. data/misc/openlayers/tests/manual/draw-feature.html +0 -73
  1121. data/misc/openlayers/tests/manual/feature-handler.html +0 -126
  1122. data/misc/openlayers/tests/manual/geodesic.html +0 -160
  1123. data/misc/openlayers/tests/manual/geojson-geomcoll-reprojection.html +0 -74
  1124. data/misc/openlayers/tests/manual/google-fullscreen-overlay.html +0 -54
  1125. data/misc/openlayers/tests/manual/google-panning.html +0 -122
  1126. data/misc/openlayers/tests/manual/google-resize.html +0 -55
  1127. data/misc/openlayers/tests/manual/google-tilt.html +0 -37
  1128. data/misc/openlayers/tests/manual/google-v3-resize.html +0 -54
  1129. data/misc/openlayers/tests/manual/loadend.html +0 -73
  1130. data/misc/openlayers/tests/manual/map-events.html +0 -38
  1131. data/misc/openlayers/tests/manual/memory/Marker-2258.html +0 -60
  1132. data/misc/openlayers/tests/manual/memory/PanZoom-2323.html +0 -41
  1133. data/misc/openlayers/tests/manual/memory/RemoveChild-2170.html +0 -56
  1134. data/misc/openlayers/tests/manual/memory/VML-2170.html +0 -49
  1135. data/misc/openlayers/tests/manual/multiple-google-layers.html +0 -135
  1136. data/misc/openlayers/tests/manual/overviewmap-projection.html +0 -70
  1137. data/misc/openlayers/tests/manual/page-position.html +0 -103
  1138. data/misc/openlayers/tests/manual/pan-redraw-svg.html +0 -58
  1139. data/misc/openlayers/tests/manual/popup-keepInMap.html +0 -100
  1140. data/misc/openlayers/tests/manual/reflow.html +0 -59
  1141. data/misc/openlayers/tests/manual/renderedDimensions.html +0 -113
  1142. data/misc/openlayers/tests/manual/select-feature-right-click.html +0 -86
  1143. data/misc/openlayers/tests/manual/select-feature.html +0 -75
  1144. data/misc/openlayers/tests/manual/tiles-loading.html +0 -122
  1145. data/misc/openlayers/tests/manual/tween.html +0 -82
  1146. data/misc/openlayers/tests/manual/vector-features-performance.html +0 -149
  1147. data/misc/openlayers/tests/manual/vector-layer-zindex.html +0 -143
  1148. data/misc/openlayers/tests/mice.xml +0 -156
  1149. data/misc/openlayers/tests/node.js/mockdom.js +0 -104
  1150. data/misc/openlayers/tests/node.js/node-tests.cfg +0 -12
  1151. data/misc/openlayers/tests/node.js/node.js +0 -1
  1152. data/misc/openlayers/tests/node.js/run-test.js +0 -26
  1153. data/misc/openlayers/tests/node.js/run.sh +0 -10
  1154. data/misc/openlayers/tests/owls.xml +0 -156
  1155. data/misc/openlayers/tests/run-tests.html +0 -155
  1156. data/misc/openlayers/tests/selenium/remotecontrol/config.cfg +0 -48
  1157. data/misc/openlayers/tests/selenium/remotecontrol/selenium.py +0 -1846
  1158. data/misc/openlayers/tests/selenium/remotecontrol/setup.txt +0 -8
  1159. data/misc/openlayers/tests/selenium/remotecontrol/test_ol.py +0 -95
  1160. data/misc/openlayers/tests/speed/geometry.html +0 -43
  1161. data/misc/openlayers/tests/speed/string_format.html +0 -29
  1162. data/misc/openlayers/tests/speed/vector-renderers.html +0 -25
  1163. data/misc/openlayers/tests/speed/vector-renderers.js +0 -70
  1164. data/misc/openlayers/tests/speed/wmc_speed.html +0 -30
  1165. data/misc/openlayers/tests/speed/wmscaps.html +0 -52
  1166. data/misc/openlayers/tests/speed/wmscaps.js +0 -4956
  1167. data/misc/openlayers/tests/speed/wmscaps.xml +0 -4954
  1168. data/misc/openlayers/tests/throws.js +0 -82
  1169. data/misc/openlayers/theme/default/google.css +0 -9
  1170. data/misc/openlayers/theme/default/google.tidy.css +0 -1
  1171. data/misc/openlayers/theme/default/ie6-style.css +0 -10
  1172. data/misc/openlayers/theme/default/ie6-style.tidy.css +0 -1
  1173. data/misc/openlayers/theme/default/img/add_point_off.png +0 -0
  1174. data/misc/openlayers/theme/default/img/add_point_on.png +0 -0
  1175. data/misc/openlayers/theme/default/img/blank.gif +0 -0
  1176. data/misc/openlayers/theme/default/img/close.gif +0 -0
  1177. data/misc/openlayers/theme/default/img/drag-rectangle-off.png +0 -0
  1178. data/misc/openlayers/theme/default/img/drag-rectangle-on.png +0 -0
  1179. data/misc/openlayers/theme/default/img/draw_line_off.png +0 -0
  1180. data/misc/openlayers/theme/default/img/draw_line_on.png +0 -0
  1181. data/misc/openlayers/theme/default/img/draw_point_off.png +0 -0
  1182. data/misc/openlayers/theme/default/img/draw_point_on.png +0 -0
  1183. data/misc/openlayers/theme/default/img/draw_polygon_off.png +0 -0
  1184. data/misc/openlayers/theme/default/img/draw_polygon_on.png +0 -0
  1185. data/misc/openlayers/theme/default/img/editing_tool_bar.png +0 -0
  1186. data/misc/openlayers/theme/default/img/move_feature_off.png +0 -0
  1187. data/misc/openlayers/theme/default/img/move_feature_on.png +0 -0
  1188. data/misc/openlayers/theme/default/img/navigation_history.png +0 -0
  1189. data/misc/openlayers/theme/default/img/overview_replacement.gif +0 -0
  1190. data/misc/openlayers/theme/default/img/pan-panel-NOALPHA.png +0 -0
  1191. data/misc/openlayers/theme/default/img/pan-panel.png +0 -0
  1192. data/misc/openlayers/theme/default/img/pan_off.png +0 -0
  1193. data/misc/openlayers/theme/default/img/pan_on.png +0 -0
  1194. data/misc/openlayers/theme/default/img/panning-hand-off.png +0 -0
  1195. data/misc/openlayers/theme/default/img/panning-hand-on.png +0 -0
  1196. data/misc/openlayers/theme/default/img/remove_point_off.png +0 -0
  1197. data/misc/openlayers/theme/default/img/remove_point_on.png +0 -0
  1198. data/misc/openlayers/theme/default/img/ruler.png +0 -0
  1199. data/misc/openlayers/theme/default/img/save_features_off.png +0 -0
  1200. data/misc/openlayers/theme/default/img/save_features_on.png +0 -0
  1201. data/misc/openlayers/theme/default/img/view_next_off.png +0 -0
  1202. data/misc/openlayers/theme/default/img/view_next_on.png +0 -0
  1203. data/misc/openlayers/theme/default/img/view_previous_off.png +0 -0
  1204. data/misc/openlayers/theme/default/img/view_previous_on.png +0 -0
  1205. data/misc/openlayers/theme/default/img/zoom-panel-NOALPHA.png +0 -0
  1206. data/misc/openlayers/theme/default/img/zoom-panel.png +0 -0
  1207. data/misc/openlayers/theme/default/style.css +0 -516
  1208. data/misc/openlayers/theme/default/style.mobile.css +0 -70
  1209. data/misc/openlayers/theme/default/style.mobile.tidy.css +0 -1
  1210. data/misc/openlayers/theme/default/style.tidy.css +0 -1
  1211. data/misc/openlayers/tools/BeautifulSoup.py +0 -1767
  1212. data/misc/openlayers/tools/README.txt +0 -14
  1213. data/misc/openlayers/tools/closure_library_jscompiler.py +0 -71
  1214. data/misc/openlayers/tools/closure_ws.py +0 -28
  1215. data/misc/openlayers/tools/exampleparser.py +0 -251
  1216. data/misc/openlayers/tools/jsmin.c +0 -272
  1217. data/misc/openlayers/tools/jsmin.py +0 -216
  1218. data/misc/openlayers/tools/mergejs.py +0 -287
  1219. data/misc/openlayers/tools/minimize.py +0 -47
  1220. data/misc/openlayers/tools/oldot.py +0 -43
  1221. data/misc/openlayers/tools/release.sh +0 -71
  1222. data/misc/openlayers/tools/shrinksafe.py +0 -54
  1223. data/misc/openlayers/tools/toposort.py +0 -35
  1224. data/misc/openlayers/tools/uglify_js.py +0 -35
  1225. data/misc/openlayers/tools/update_dev_dir.sh +0 -103
@@ -1,275 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <kml xmlns="http://earth.google.com/kml/2.0">
3
- <Document>
4
- <name>KML Samples</name>
5
- <open>1</open>
6
- <description>Unleash your creativity with the help of these examples!</description>
7
- <Style id="downArrowIcon">
8
- <IconStyle>
9
- <Icon>
10
- <href>http://maps.google.com/mapfiles/kml/pal4/icon28.png</href>
11
- </Icon>
12
- </IconStyle>
13
- </Style>
14
- <Style id="globeIcon">
15
- <IconStyle>
16
- <Icon>
17
- <href>http://maps.google.com/mapfiles/kml/pal3/icon19.png</href>
18
- </Icon>
19
- </IconStyle>
20
- <LineStyle>
21
- <width>2</width>
22
- </LineStyle>
23
- </Style>
24
- <Style id="transPurpleLineGreenPoly">
25
- <LineStyle>
26
- <color>7fff00ff</color>
27
- <width>4</width>
28
- </LineStyle>
29
- <PolyStyle>
30
- <color>7f00ff00</color>
31
- </PolyStyle>
32
- </Style>
33
- <Style id="yellowLineGreenPoly">
34
- <LineStyle>
35
- <color>7f00ffff</color>
36
- <width>4</width>
37
- </LineStyle>
38
- <PolyStyle>
39
- <color>7f00ff00</color>
40
- </PolyStyle>
41
- </Style>
42
- <Style id="thickBlackLine">
43
- <LineStyle>
44
- <color>87000000</color>
45
- <width>10</width>
46
- </LineStyle>
47
- </Style>
48
- <Style id="redLineBluePoly">
49
- <LineStyle>
50
- <color>ff0000ff</color>
51
- </LineStyle>
52
- <PolyStyle>
53
- <color>ffff0000</color>
54
- </PolyStyle>
55
- </Style>
56
- <Style id="blueLineRedPoly">
57
- <LineStyle>
58
- <color>ffff0000</color>
59
- </LineStyle>
60
- <PolyStyle>
61
- <color>ff0000ff</color>
62
- </PolyStyle>
63
- </Style>
64
- <Style id="transRedPoly">
65
- <LineStyle>
66
- <width>1.5</width>
67
- </LineStyle>
68
- <PolyStyle>
69
- <color>7d0000ff</color>
70
- </PolyStyle>
71
- </Style>
72
- <Style id="transBluePoly">
73
- <LineStyle>
74
- <width>1.5</width>
75
- </LineStyle>
76
- <PolyStyle>
77
- <color>7dff0000</color>
78
- </PolyStyle>
79
- </Style>
80
- <Style id="transGreenPoly">
81
- <LineStyle>
82
- <width>1.5</width>
83
- </LineStyle>
84
- <PolyStyle>
85
- <color>7d00ff00</color>
86
- </PolyStyle>
87
- </Style>
88
- <Style id="transYellowPoly">
89
- <LineStyle>
90
- <width>1.5</width>
91
- </LineStyle>
92
- <PolyStyle>
93
- <color>7d00ffff</color>
94
- </PolyStyle>
95
- </Style>
96
- <Style id="noDrivingDirections">
97
- <BalloonStyle>
98
- <text><![CDATA[
99
- <b>$[name]</b>
100
- <br /><br />
101
- $[description]
102
- ]]></text>
103
- </BalloonStyle>
104
- </Style>
105
- <Folder>
106
- <name>Paths</name>
107
- <visibility>0</visibility>
108
- <description>Examples of paths. Note that the tessellate tag is by default
109
- set to 0. If you want to create tessellated lines, they must be authored
110
- (or edited) directly in KML.</description>
111
- <Placemark>
112
- <name>Tessellated</name>
113
- <visibility>0</visibility>
114
- <description><![CDATA[If the <tessellate> tag has a value of 1, the line will contour to the underlying terrain]]></description>
115
- <LookAt>
116
- <longitude>-112.0822680013139</longitude>
117
- <latitude>36.09825589333556</latitude>
118
- <altitude>0</altitude>
119
- <range>2889.145007690472</range>
120
- <tilt>62.04855796276328</tilt>
121
- <heading>103.8120432044965</heading>
122
- </LookAt>
123
- <LineString>
124
- <tessellate>1</tessellate>
125
- <coordinates> -112.0814237830345,36.10677870477137,0
126
- -112.0870267752693,36.0905099328766,0 </coordinates>
127
- </LineString>
128
- </Placemark>
129
- <Placemark>
130
- <name>Untessellated</name>
131
- <visibility>0</visibility>
132
- <description><![CDATA[If the <tessellate> tag has a value of 0, the line follow a simple straight-line path from point to point]]></description>
133
- <LookAt>
134
- <longitude>-112.0822680013139</longitude>
135
- <latitude>36.09825589333556</latitude>
136
- <altitude>0</altitude>
137
- <range>2889.145007690472</range>
138
- <tilt>62.04855796276328</tilt>
139
- <heading>103.8120432044965</heading>
140
- </LookAt>
141
- <LineString>
142
- <tessellate>0</tessellate>
143
- <coordinates> -112.080622229595,36.10673460007995,0
144
- -112.085242575315,36.09049598612422,0 </coordinates>
145
- </LineString>
146
- </Placemark>
147
- <Placemark>
148
- <name>Absolute</name>
149
- <visibility>0</visibility>
150
- <description>Transparent purple line</description>
151
- <LookAt>
152
- <longitude>-112.2719329043177</longitude>
153
- <latitude>36.08890633450894</latitude>
154
- <altitude>0</altitude>
155
- <range>2569.386744398339</range>
156
- <tilt>44.60763714063257</tilt>
157
- <heading>-106.8161545998597</heading>
158
- </LookAt>
159
- <styleUrl>#transPurpleLineGreenPoly</styleUrl>
160
- <LineString>
161
- <tessellate>1</tessellate>
162
- <altitudeMode>absolute</altitudeMode>
163
- <coordinates> -112.265654928602,36.09447672602546,2357
164
- -112.2660384528238,36.09342608838671,2357
165
- -112.2668139013453,36.09251058776881,2357
166
- -112.2677826834445,36.09189827357996,2357
167
- -112.2688557510952,36.0913137941187,2357
168
- -112.2694810717219,36.0903677207521,2357
169
- -112.2695268555611,36.08932171487285,2357
170
- -112.2690144567276,36.08850916060472,2357
171
- -112.2681528815339,36.08753813597956,2357
172
- -112.2670588176031,36.08682685262568,2357
173
- -112.2657374587321,36.08646312301303,2357 </coordinates>
174
- </LineString>
175
- </Placemark>
176
- <Placemark>
177
- <name>Absolute Extruded</name>
178
- <visibility>0</visibility>
179
- <description>Transparent green wall with yellow outlines</description>
180
- <LookAt>
181
- <longitude>-112.2643334742529</longitude>
182
- <latitude>36.08563154742419</latitude>
183
- <altitude>0</altitude>
184
- <range>4451.842204068102</range>
185
- <tilt>44.61038665812578</tilt>
186
- <heading>-125.7518698668815</heading>
187
- </LookAt>
188
- <styleUrl>#yellowLineGreenPoly</styleUrl>
189
- <LineString>
190
- <extrude>1</extrude>
191
- <tessellate>1</tessellate>
192
- <altitudeMode>absolute</altitudeMode>
193
- <coordinates> -112.2550785337791,36.07954952145647,2357
194
- -112.2549277039738,36.08117083492122,2357
195
- -112.2552505069063,36.08260761307279,2357
196
- -112.2564540158376,36.08395660588506,2357
197
- -112.2580238976449,36.08511401044813,2357
198
- -112.2595218489022,36.08584355239394,2357
199
- -112.2608216347552,36.08612634548589,2357
200
- -112.262073428656,36.08626019085147,2357
201
- -112.2633204928495,36.08621519860091,2357
202
- -112.2644963846444,36.08627897945274,2357
203
- -112.2656969554589,36.08649599090644,2357 </coordinates>
204
- </LineString>
205
- </Placemark>
206
- <Placemark>
207
- <name>Relative</name>
208
- <visibility>0</visibility>
209
- <description>Black line (10 pixels wide), height tracks terrain</description>
210
- <LookAt>
211
- <longitude>-112.2580438551384</longitude>
212
- <latitude>36.1072674824385</latitude>
213
- <altitude>0</altitude>
214
- <range>2927.61105910266</range>
215
- <tilt>44.61324882043339</tilt>
216
- <heading>4.947421249553717</heading>
217
- </LookAt>
218
- <styleUrl>#thickBlackLine</styleUrl>
219
- <LineString>
220
- <tessellate>1</tessellate>
221
- <altitudeMode>relativeToGround</altitudeMode>
222
- <coordinates> -112.2532845153347,36.09886943729116,645
223
- -112.2540466121145,36.09919570465255,645
224
- -112.254734666947,36.09984998366178,645
225
- -112.255493345654,36.10051310621746,645
226
- -112.2563157098468,36.10108441943419,645
227
- -112.2568033076439,36.10159722088088,645
228
- -112.257494011321,36.10204323542867,645
229
- -112.2584106072308,36.10229131995655,645
230
- -112.2596588987972,36.10240001286358,645
231
- -112.2610581199487,36.10213176873407,645
232
- -112.2626285262793,36.10157011437219,645 </coordinates>
233
- </LineString>
234
- </Placemark>
235
- <Placemark>
236
- <name>Relative Extruded</name>
237
- <visibility>0</visibility>
238
- <description>Opaque blue walls with red outline, height tracks terrain</description>
239
- <LookAt>
240
- <longitude>-112.2683594333433</longitude>
241
- <latitude>36.09884362144909</latitude>
242
- <altitude>0</altitude>
243
- <range>2184.193522571467</range>
244
- <tilt>44.60855445139561</tilt>
245
- <heading>-72.24271551768405</heading>
246
- </LookAt>
247
- <styleUrl>#redLineBluePoly</styleUrl>
248
- <LineString>
249
- <extrude>1</extrude>
250
- <tessellate>1</tessellate>
251
- <altitudeMode>relativeToGround</altitudeMode>
252
- <coordinates> -112.2656634181359,36.09445214722695,630
253
- -112.2652238941097,36.09520916122063,630
254
- -112.2645079986395,36.09580763864907,630
255
- -112.2638827428817,36.09628572284063,630
256
- -112.2635746835406,36.09679275951239,630
257
- -112.2635711822407,36.09740038871899,630
258
- -112.2640296531825,36.09804913435539,630
259
- -112.264327720538,36.09880337400301,630
260
- -112.2642436562271,36.09963644790288,630
261
- -112.2639148687042,36.10055381117246,630
262
- -112.2626894973474,36.10149062823369,630 </coordinates>
263
- </LineString>
264
- </Placemark>
265
- <Placemark>
266
- <name>Blue Icon</name>
267
- <description>Just another blue icon.</description>
268
- <styleUrl>kml/styles.kml#blueIcons</styleUrl>
269
- <Point>
270
- <coordinates>-112.292238941097,36.09520916122063,630</coordinates>
271
- </Point>
272
- </Placemark>
273
- </Folder>
274
- </Document>
275
- </kml>
@@ -1,21 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!--
3
-
4
- This file contains styles referenced by other KML files in this project.
5
- http://kml-samples.googlecode.com/svn/trunk/kml/Style/styles.kml
6
-
7
- -->
8
- <kml xmlns="http://earth.google.com/kml/2.1">
9
- <Document id="globalStyles">
10
-
11
- <Style id="blueIcons">
12
- <IconStyle>
13
- <color>ffff0000</color>
14
- <Icon>
15
- <href>http://maps.google.com/mapfiles/kml/shapes/sunny.png</href>
16
- </Icon>
17
- </IconStyle>
18
- </Style>
19
-
20
- </Document>
21
- </kml>
@@ -1,2273 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <kml xmlns="http://earth.google.com/kml/2.2">
3
- <Document>
4
- <name>Sundial Collection.kmz</name>
5
- <StyleMap id="msn_sunny_copy70">
6
- <Pair>
7
- <key>normal</key>
8
- <styleUrl>#sn_sunny_copy69</styleUrl>
9
- </Pair>
10
- <Pair>
11
- <key>highlight</key>
12
- <styleUrl>#sh_sunny_copy70</styleUrl>
13
- </Pair>
14
- </StyleMap>
15
- <Style id="sh_sunny_copy69">
16
- <IconStyle>
17
- <scale>1.4</scale>
18
- <Icon>
19
- <href>http://maps.google.com/mapfiles/kml/shapes/sunny.png</href>
20
- </Icon>
21
- <hotSpot x="0.5" y="0.5" xunits="fraction" yunits="fraction"/>
22
- </IconStyle>
23
- <LabelStyle>
24
- <color>ff00aaff</color>
25
- </LabelStyle>
26
- </Style>
27
- <Style id="sn_sunny_copy68">
28
- <IconStyle>
29
- <scale>1.2</scale>
30
- <Icon>
31
- <href>http://maps.google.com/mapfiles/kml/shapes/sunny.png</href>
32
- </Icon>
33
- <hotSpot x="0.5" y="0.5" xunits="fraction" yunits="fraction"/>
34
- </IconStyle>
35
- <LabelStyle>
36
- <color>ff00aaff</color>
37
- </LabelStyle>
38
- </Style>
39
- <Style id="sn_sunny_copy69">
40
- <IconStyle>
41
- <scale>1.2</scale>
42
- <Icon>
43
- <href>http://maps.google.com/mapfiles/kml/shapes/sunny.png</href>
44
- </Icon>
45
- <hotSpot x="0.5" y="0.5" xunits="fraction" yunits="fraction"/>
46
- </IconStyle>
47
- <LabelStyle>
48
- <color>ff00aaff</color>
49
- </LabelStyle>
50
- </Style>
51
- <Style id="sh_sunny_copy70">
52
- <IconStyle>
53
- <scale>1.4</scale>
54
- <Icon>
55
- <href>http://maps.google.com/mapfiles/kml/shapes/sunny.png</href>
56
- </Icon>
57
- <hotSpot x="0.5" y="0.5" xunits="fraction" yunits="fraction"/>
58
- </IconStyle>
59
- <LabelStyle>
60
- <color>ff00aaff</color>
61
- </LabelStyle>
62
- </Style>
63
- <StyleMap id="msn_sunny_copy69">
64
- <Pair>
65
- <key>normal</key>
66
- <styleUrl>#sn_sunny_copy68</styleUrl>
67
- </Pair>
68
- <Pair>
69
- <key>highlight</key>
70
- <styleUrl>#sh_sunny_copy69</styleUrl>
71
- </Pair>
72
- </StyleMap>
73
- <Folder>
74
- <name>Sundial Collection</name>
75
- <open>1</open>
76
- <LookAt>
77
- <longitude>-56.6884384968692</longitude>
78
- <latitude>47.91963617483238</latitude>
79
- <altitude>0</altitude>
80
- <range>9958750.824018393</range>
81
- <tilt>1.303827428939919e-015</tilt>
82
- <heading>-16.31426621668193</heading>
83
- </LookAt>
84
- <Style>
85
- <ListStyle>
86
- <listItemType>check</listItemType>
87
- <bgColor>00ffffff</bgColor>
88
- </ListStyle>
89
- </Style>
90
- <Folder>
91
- <name>High Resolution</name>
92
- <Placemark>
93
- <name>Sundial, Madestein, Den Haag</name>
94
- <description><![CDATA[Horizontal sundial on the campus of the ‘Parnassia’ psychomedic centre in The Hague. The numbers on the left, 6,7 and 8, are wrong spelled.
95
- <p><img src="http://www.de-zonnewijzerkring.nl/imgs-arch/zw-07-05-02.jpg"></p>]]></description>
96
- <LookAt>
97
- <longitude>4.213227700645635</longitude>
98
- <latitude>52.04260288332888</latitude>
99
- <altitude>0</altitude>
100
- <range>24.63686803544318</range>
101
- <tilt>0</tilt>
102
- <heading>1.387289180270979e-005</heading>
103
- </LookAt>
104
- <styleUrl>#msn_sunny_copy69</styleUrl>
105
- <Point>
106
- <coordinates>4.213209970684247,52.04268354765237,0</coordinates>
107
- </Point>
108
- </Placemark>
109
- <Placemark>
110
- <name>Sundial, Den Haag - Loosduinen</name>
111
- <description><![CDATA[<p>Thanks to <b>A30</b></p>
112
-
113
- A sundial made of wooden blocks.
114
- The highest block in the middle is the style and casts its shadow each hour on one of the other blocks.
115
-
116
- <p><img src="http://www.dse.nl/~zonnewijzer/loosduin.jpg"></p>
117
- Image source:<a href="http://www.dse.nl/~zonnewijzer/loosduin.jpg">www.dse.nl</a>]]></description>
118
- <LookAt>
119
- <longitude>4.236038669148795</longitude>
120
- <latitude>52.0499434967447</latitude>
121
- <altitude>0</altitude>
122
- <range>18.37312193280116</range>
123
- <tilt>2.202011190893535e-011</tilt>
124
- <heading>-0.3988978466888938</heading>
125
- </LookAt>
126
- <styleUrl>#msn_sunny_copy69</styleUrl>
127
- <Point>
128
- <coordinates>4.236026636181407,52.049986562365,0</coordinates>
129
- </Point>
130
- </Placemark>
131
- <Placemark>
132
- <name>Sundial with light conductors - Paris, Les Halles</name>
133
- <description><![CDATA[<p><img src="http://www.home.uni-osnabrueck.de/ahaenel/sonnuhr/paris1.jpg"></p>
134
-
135
- The sunlight falls on one of the three windows in the column (east, south, west) and over light conductors on the wall is indicated.
136
-
137
- <p><img src="http://www.home.uni-osnabrueck.de/ahaenel/sonnuhr/paris4.jpg"></p>
138
-
139
- The clock shows 16,40 o'clock.
140
-
141
- <p><img src="http://www.home.uni-osnabrueck.de/ahaenel/sonnuhr/paris5.jpg"></p>
142
-
143
- <a>Quelle:http://www.home.uni-osnabrueck.de/ahaenel/sonnuhr/paris_halles.htm</a>
144
-
145
- http://perso.orange.fr/cadrans.solaires/cadrans/cadran-halles-paris.html]]></description>
146
- <LookAt>
147
- <longitude>2.344185113917775</longitude>
148
- <latitude>48.86294270160059</latitude>
149
- <altitude>0</altitude>
150
- <range>39.52787486507292</range>
151
- <tilt>0</tilt>
152
- <heading>-0.003533584730563007</heading>
153
- </LookAt>
154
- <styleUrl>#msn_sunny_copy69</styleUrl>
155
- <Point>
156
- <coordinates>2.344143312335305,48.86302323987447,0</coordinates>
157
- </Point>
158
- </Placemark>
159
- <Placemark>
160
- <name>Sundial, Plymouth, Devon, UK</name>
161
- <description><![CDATA[<p>The gnonom is 27 foot high, the pool has 21 feet diameter. It was designed by architect Carole Vincent from Boscastle in Cornwall and was unvieled by Her Majesty the Queen on Friday July 22nd 1988 for a cost of cost £70,000 . The sundial runs one hour and seventeen minutes behind local clocks.</p>
162
- <p><img src="http://www.photoready.co.uk/people-life/images/sundial-fountain.jpg"></p>
163
- <p>Image source:<a href="www.photoready.co.uk</a></p>]]></description>
164
- <LookAt>
165
- <longitude>-4.142398271107962</longitude>
166
- <latitude>50.37145390235462</latitude>
167
- <altitude>0</altitude>
168
- <range>63.33410419881957</range>
169
- <tilt>0</tilt>
170
- <heading>-0.0001034131369701296</heading>
171
- </LookAt>
172
- <styleUrl>#msn_sunny_copy69</styleUrl>
173
- <Point>
174
- <coordinates>-4.142446411782089,50.37160252809223,0</coordinates>
175
- </Point>
176
- </Placemark>
177
- <Placemark>
178
- <name>Sundial Millennium Timespace at Gosport, UK</name>
179
- <description><![CDATA[<p><img src="http://www.sundials.co.uk/pix/gosport.jpg"></p>
180
- Image source:<a href="http://www.sundials.co.uk/pix/gosport.jpg">www.sundials.co.uk</a>]]></description>
181
- <LookAt>
182
- <longitude>-1.117890647596098</longitude>
183
- <latitude>50.79319978711329</latitude>
184
- <altitude>0</altitude>
185
- <range>79.08348690288113</range>
186
- <tilt>0</tilt>
187
- <heading>0.02100880488328328</heading>
188
- </LookAt>
189
- <styleUrl>#msn_sunny_copy69</styleUrl>
190
- <Point>
191
- <coordinates>-1.117887915142518,50.79336425684474,0</coordinates>
192
- </Point>
193
- </Placemark>
194
- <Placemark>
195
- <name>Sundial, Britzer Garten, Berlin</name>
196
- <description>See photos on this page:
197
- http://home.arcor.de/ruth.kirsch/sonnenuhr/berlin_1xxxx/berlin_1xxxx.htm</description>
198
- <LookAt>
199
- <longitude>13.42078373972489</longitude>
200
- <latitude>52.4366841172644</latitude>
201
- <altitude>0</altitude>
202
- <range>102.2086892967038</range>
203
- <tilt>0</tilt>
204
- <heading>-0.004885703167479627</heading>
205
- </LookAt>
206
- <styleUrl>#msn_sunny_copy69</styleUrl>
207
- <Point>
208
- <coordinates>13.4207448482471,52.43682055829985,0</coordinates>
209
- </Point>
210
- </Placemark>
211
- <Placemark>
212
- <name>Sundial, Falkenplatz, Berlin</name>
213
- <description><![CDATA[<p>The original reasoning event for the construction of the sundial was the UNO climate conference 1995 in Berlin. The base stone of the wall spiral was layed at a festivity at the equinox of March 1995. Until June 1995 the main construction was completed, and at another festivity at the summer solstice the gnonom and the totem ("Lebensbaum") was installed by Berlin fire fighters.</p>
214
- <p><img src="http://www.surveyor.in-berlin.de/sundials/imgs/Mauerpark-SD01.5.jpg"></p>
215
- <p>The nearly spiral sundial was planned as a "living sundial" and initiated by the groups of the "Netzwerk Klimagipfel 95", mainly by the journalist T. Römer with the "Verein zur Rettung des Regenwaldes und Naturschutzgebietes La Macarena", and the "Netzwerk Spiel/Kultur" at the Prenzlauer Berg.
216
-
217
-
218
- The covering clay stones were made out of three metric tons of white and brown clay, formed by children of about 50 institutions like school classes and kindergardens of the closer region. The stones were burned and installed in the summer of 1995. Partly they are constructed out of different materials, partly especially formed or ornamented. Six detail images are showing some examples: (White near Red - MC?, Smiley with Heart Eyes, Sun-Moon-Star, Red Broken and Patterned, Rain pits and Stone Hearts in Clay, Red near White - Clay Fish and Sunshine over the Sea).
219
-
220
- In September 1995 the sundial was completed. It was called "living sundial" because it was planned to replace the clay stones regulary when they are destroyed and to add some green to the outside wall of the clock. In December 1995 the clock got a special price of the local environmental administration.</p>
221
- <p><img src="http://www.surveyor.in-berlin.de/sundials/imgs/Mauerpark-Detail02.jpg">.<img src="http://www.surveyor.in-berlin.de/sundials/imgs/Mauerpark-Detail06.jpg"></p>
222
-
223
-
224
- <p>In September 1995 the sundial was completed. It was called "living sundial" because it was planned to replace the clay stones regulary when they are destroyed and to add some green to the outside wall of the clock. In December 1995 the clock got a special price of the local environmental administration.</p>
225
- <p><img src="http://www.surveyor.in-berlin.de/sundials/imgs/Mauerpark-SD02.5.jpg"></p>
226
-
227
- <p>This sundial was deconstructed at the end of 2002 or at the beginning of 2003:</p>
228
- <p><img src="http://www.surveyor.in-berlin.de/sundials/imgs/Mauerpark-SD03.5.jpg"></p>
229
-
230
- <p>Image source and infos:<a href="http://www.surveyor.in-berlin.de/sundials/Falkplatz-e.html">www.surveyor.in-berlin.de</a></p>]]></description>
231
- <LookAt>
232
- <longitude>13.40239121468946</longitude>
233
- <latitude>52.54640622802566</latitude>
234
- <altitude>0</altitude>
235
- <range>55.75497205265645</range>
236
- <tilt>1.489511345854323e-009</tilt>
237
- <heading>2.6367660621925e-005</heading>
238
- </LookAt>
239
- <styleUrl>#msn_sunny_copy69</styleUrl>
240
- <Point>
241
- <coordinates>13.40233774797299,52.54645010247089,0</coordinates>
242
- </Point>
243
- </Placemark>
244
- <Placemark>
245
- <name>Sundial, Halde Schwerin, Castrop-Rauxel, Germany</name>
246
- <description><![CDATA[<p>Thanks to <b>htd42</b></p>
247
- <p><img src="http://www.ruhrgebiet.de/cgi-bin/imp?freizeit/sehenswuerdigkeiten/bindata/castrop-rauxel_halde_schwerin_RVR.jpg&articleID=5824&padding=no&thumbnailtype=jpg&width=250"></p>
248
-
249
- http://www.ruhrgebiet.de/freizeit/sehenswuerdigkeiten/cr_halde_schwerin.shtml?print]]></description>
250
- <LookAt>
251
- <longitude>7.337404407947669</longitude>
252
- <latitude>51.54597716006042</latitude>
253
- <altitude>0</altitude>
254
- <range>51.28632275218226</range>
255
- <tilt>2.512805793870883e-009</tilt>
256
- <heading>-6.529566789930303e-005</heading>
257
- </LookAt>
258
- <styleUrl>#msn_sunny_copy69</styleUrl>
259
- <Point>
260
- <coordinates>7.337359256982781,51.54610609965799,0</coordinates>
261
- </Point>
262
- </Placemark>
263
- <Placemark>
264
- <name>Sundial, Lloydminster, Canada</name>
265
- <description><![CDATA[This sundial has not the longest gnomon but I think it has the biggest clock face in the world.
266
-
267
- <p><img src="http://www.mts.net/~sabanski/sundial/images/sundials%20of%20the%20world/Canada/Lloydminster/BMASP.jpg"></p>
268
- <p>Image source and infos:<a href="http://www.mts.net/~sabanski/sundial/sotw_canada_lloydminster.htm">www.mts.net</a></p>]]></description>
269
- <LookAt>
270
- <longitude>-110.0353754682919</longitude>
271
- <latitude>53.26386357821667</latitude>
272
- <altitude>0</altitude>
273
- <range>155.9861269181855</range>
274
- <tilt>0</tilt>
275
- <heading>-0.01432903343453666</heading>
276
- </LookAt>
277
- <styleUrl>#msn_sunny_copy69</styleUrl>
278
- <Point>
279
- <coordinates>-110.0355256583979,53.26413794825379,0</coordinates>
280
- </Point>
281
- </Placemark>
282
- <Placemark>
283
- <name>Giant Lady&apos;s Leg Sundial, Roselawn, Indiana, USA</name>
284
- <description><![CDATA[<p>The Sun Aura Nudist Resort opened in 1933. Back then it was called Club Zoro and its founder was Alois Knapp, a Chicago lawyer, German Nacktkulturist, editor of Sunshine and Health magazine, and "the father of nudism in America." </p>
285
-
286
- <p><img src="http://www.roadsideamerica.com/attract/images/in/INLAKsundialleg4_0716.jpg"></p>
287
-
288
- <p>The club eventually passed into the hands of Dale and Mary Drost. Their son, Dick, had big ideas: he renamed the place Naked City, made it the home of the Ms. Nude Teeny Bopper Contest and the "Erin Go Bra-less" Dance on St. Patrick's Day, and had built the giant lady's leg sundial, 63 feet long and properly positioned to tell time -- a useful feature for wristwatchless nudists. </p>
289
-
290
- <p>Naked City closed in 1986 when Dick was run out of Indiana on child molestation charges, but the leg remains and so does the resort, now under new management. The circular main building with the mirror gold windows is a combination office-sauna-restaurant. </p>
291
-
292
- <p>The guy who paints the leg told us that Sun Aura is a "clothing optional" camp -- in other words, you don't have to get nude to take a picture of the big lady's leg. But for those who do choose to get into the spirit of things, a helpful sign on the exit road reads, "Stop. You Must Be Dressed Beyond This Point."</p>
293
-
294
- <p><a href="http://www.roadsideamerica.com/sights/sightstory.php?tip_AttrId=%3D11825">Roadside America</a></p>]]></description>
295
- <LookAt>
296
- <longitude>-87.32599841452155</longitude>
297
- <latitude>41.14248697221019</latitude>
298
- <altitude>0</altitude>
299
- <range>40.06529731982877</range>
300
- <tilt>0</tilt>
301
- <heading>-108.7495178792767</heading>
302
- </LookAt>
303
- <styleUrl>#msn_sunny_copy69</styleUrl>
304
- <Point>
305
- <coordinates>-87.32608203713804,41.14242622349031,0</coordinates>
306
- </Point>
307
- </Placemark>
308
- <Placemark>
309
- <name>Sundial, Ingleside, San Francisco, USA</name>
310
- <description><![CDATA[<p>Thanks to <b>CostaPacific</b></p>
311
-
312
- Most people in San Francsco have no idea that their city is host to the world's second largest sundial. It was built in 1913 as a gimic to attract people to a new housing development that was built arround the configuration of the old Ingleside Race Track.
313
-
314
- <p><img src="http://p.vtourist.com/2174717-Architecture-San_Francisco.jpg"></p>
315
- <p>Image source:<a href="www.virtualtourist.com"></a>]]></description>
316
- <LookAt>
317
- <longitude>-122.4687521474299</longitude>
318
- <latitude>37.72475779376939</latitude>
319
- <altitude>0</altitude>
320
- <range>104.1096478961583</range>
321
- <tilt>0</tilt>
322
- <heading>-6.694029629862418e-005</heading>
323
- <altitudeMode>relativeToGround</altitudeMode>
324
- </LookAt>
325
- <styleUrl>#msn_sunny_copy69</styleUrl>
326
- <Point>
327
- <coordinates>-122.4687727980979,37.72497790751523,59.97947112427937</coordinates>
328
- </Point>
329
- </Placemark>
330
- <Placemark>
331
- <name>Sundial Bridge</name>
332
- <description>Located in Redding, CA. Opened in 2004 this bridge actually acts as a sundial. The time can be read in a garden on the North side of the bridge.
333
-
334
- http://www.turtlebay.org/sundial/sundial.shtml</description>
335
- <LookAt>
336
- <longitude>-122.3775376532067</longitude>
337
- <latitude>40.59329504591046</latitude>
338
- <altitude>0</altitude>
339
- <range>160.1654912126178</range>
340
- <tilt>7.884938307004504e-010</tilt>
341
- <heading>0.008470312235033726</heading>
342
- </LookAt>
343
- <styleUrl>#msn_sunny_copy69</styleUrl>
344
- <Point>
345
- <coordinates>-122.3777030796087,40.59376952663914,0</coordinates>
346
- </Point>
347
- </Placemark>
348
- <Placemark>
349
- <name>Sundial, Jaipur,India</name>
350
- <description><![CDATA[Thanks to <b>Villaman</b>
351
-
352
- <p align="center"><table width=400><tr><td><b><br>Jaipur Observatory Sundial</b><br><br>
353
- </td>
354
- </tr>
355
- <tr>
356
- <td>
357
- <p align="justify"> Walk through these doors and up the stairs to begin your journey along a line from Jaipur, India toward the North Celestial Pole. Such cosmic alignments abound in marvelous Indian observatories where the architecture itself allows astronomical measurements. The structures were built in Jaipur and other cities in the eighteenth century by the Maharaja Jai Singh II (1686-1743). Rising about 90 feet high, this stairway actually forms a shadow caster or gnomon, part of what is still perhaps the largest sundial on planet Earth. Testaments to Jai Singh II's passion for astronomy, the design and large scale of his observatories' structures still provide impressively accurate measurements of shadows and sightings of celestial angles.
358
- <p align="justify"><center><b>Jaipur Observatory Sundial<br><img src="http://apod.nasa.gov/apod/image/0312/02mantar_feresten.jpg" width=300></b></center></p>
359
- <p align="justify">More <a href="http://apod.nasa.gov/apod/ap031206.html">here.</a>
360
-
361
- </td>
362
- </tr>
363
- </table>
364
- <font color="white">]]></description>
365
- <LookAt>
366
- <longitude>75.82482649881683</longitude>
367
- <latitude>26.924766672173</latitude>
368
- <altitude>0</altitude>
369
- <range>164.397137416247</range>
370
- <tilt>0</tilt>
371
- <heading>-0.02454798212483729</heading>
372
- <altitudeMode>relativeToGround</altitudeMode>
373
- </LookAt>
374
- <styleUrl>#msn_sunny_copy69</styleUrl>
375
- <Point>
376
- <coordinates>75.82474437483685,26.92504292845888,0</coordinates>
377
- </Point>
378
- </Placemark>
379
- <Placemark>
380
- <name>Sundial, Schothorstpark, Amersfoort, Netherlands</name>
381
- <description><![CDATA[<p>A large sundial in the Schothorstpark in Amersfoort.
382
- Thanks to <b>Acadvice</b>]]></description>
383
- <LookAt>
384
- <longitude>5.385083481782106</longitude>
385
- <latitude>52.17868238866643</latitude>
386
- <altitude>0</altitude>
387
- <range>49.70911801163624</range>
388
- <tilt>5.249316070079438e-010</tilt>
389
- <heading>6.699999294207586e-006</heading>
390
- <altitudeMode>relativeToGround</altitudeMode>
391
- </LookAt>
392
- <styleUrl>#msn_sunny_copy69</styleUrl>
393
- <Point>
394
- <coordinates>5.385063337537176,52.17873082332495,0</coordinates>
395
- </Point>
396
- </Placemark>
397
- <Placemark>
398
- <name>Sundial, Jardin de Reuilly, Paris</name>
399
- <description><![CDATA[A huge horizontal sundial in Paris.
400
- <p><img src="http://perso.orange.fr/cadrans.solaires/cadrans/images/reuilly1-500.jpg" width="400" hight="250"></p>
401
-
402
- <p><img src="http://perso.orange.fr/cadrans.solaires/cadrans/images/reuilly2-500.jpg" width="360" hight="250"></p>
403
- Image source:<a href="http://perso.orange.fr/cadrans.solaires/cadrans/originaux-paris.html">http://perso.orange.fr</a></p>]]></description>
404
- <LookAt>
405
- <longitude>2.387204592843604</longitude>
406
- <latitude>48.84242901629369</latitude>
407
- <altitude>0</altitude>
408
- <range>50.11592463998582</range>
409
- <tilt>8.113900329668256e-010</tilt>
410
- <heading>-0.001210217218456717</heading>
411
- <altitudeMode>relativeToGround</altitudeMode>
412
- </LookAt>
413
- <styleUrl>#msn_sunny_copy69</styleUrl>
414
- <Point>
415
- <coordinates>2.38716774037826,48.84252766103683,0</coordinates>
416
- </Point>
417
- </Placemark>
418
- <Placemark>
419
- <name>Sundial, Stockgrove, Soulbury, Buckinghamshire, UK</name>
420
- <description><![CDATA[<p>thanks to <b>houdinia</b></p>
421
- Sundial with analemmatic clock face.
422
- <p><img src="http://www.greensandtrust.org/images/newImages/stockStrip1.jpg"></p>]]></description>
423
- <LookAt>
424
- <longitude>-0.666503881371199</longitude>
425
- <latitude>51.95548351688392</latitude>
426
- <altitude>0</altitude>
427
- <range>55.27920580004575</range>
428
- <tilt>6.264058771241075e-010</tilt>
429
- <heading>0.06911766261471311</heading>
430
- <altitudeMode>relativeToGround</altitudeMode>
431
- </LookAt>
432
- <styleUrl>#msn_sunny_copy69</styleUrl>
433
- <Point>
434
- <coordinates>-0.6665014664411046,51.95551857959676,0</coordinates>
435
- </Point>
436
- </Placemark>
437
- <Placemark>
438
- <name>Sundial, Halde Hoheward, Germany</name>
439
- <description><![CDATA[<p>The Obelisk – The Sundial</p>
440
-
441
- <p>The seeming movement of the sun in the sky, resulting in the discrimination between day and night, was one of the earliest observations of nature performed by men. It enables us to experience the phenomenon “time” with our own senses. The first examples for telling the time with the help of the sun or its shadow date back to the Ancient World. The are numerous archetypes for sundials built inmany different styles, using different techniques.</p>
442
-
443
- <p>The archetype for the horizontal sundial on top of the slagheap Hoheward is the sundial of the Roman Emperor Augustus on the Campus Martius in Rome.</p>
444
- (It is unknown, whether this ancient obelisk was part of a complete sun dial with hour and declination lines on the morning and afternoon side or whether only a meridian line existed to measure the elevation of the sun in upper culmination. The today's scientific knowledge indicates the existence of a meridian.) The observation of the Obelisk's shadow on the sundial enables the observer to easily determine date and time. Apart from “time” one can also experience the laws of celestial mechanics. Men encounter themselves in relation to the cosmos.</p>
445
-
446
- <p>Representing the first step in the realisation of the Astronomical Theme Park the Obelisk was opened on May 17th, 2005. It is located on the already completed south-eastern plateau of the slagheap at a height of 140 m above sea level. The shadowed area is 62 m in diameter.</p>
447
-
448
-
449
-
450
- <p><img src="http://www.horizontastronomie.de/bilder/ansicht-obelisk2.jpg"></p>
451
- This picture shows the Obelisk after the end of the assembly on the day of the opening. Shortly before it was put on top of the readily prepared pedestal by a helicopter and then bolted.
452
-
453
- <p><img src="http://www.horizontastronomie.de/bilder/o2.jpg" width="300" hight="360"></p>
454
-
455
- <p><a href="http://www.horizontastronomie.de/eindex.htm">http://www.horizontastronomie.de</a></p>
456
-
457
-
458
-
459
- <p>http://de.wikipedia.org/wiki/Halde_Hoheward#Sonnenuhr_mit_Obelisk</p>
460
-
461
- <p>http://www.horizontastronomie.de/animationen.htm</p>]]></description>
462
- <LookAt>
463
- <longitude>7.170033145228383</longitude>
464
- <latitude>51.56646738931531</latitude>
465
- <altitude>0</altitude>
466
- <range>96.7791497847863</range>
467
- <tilt>4.155528307086707e-010</tilt>
468
- <heading>0.006376147752644328</heading>
469
- <altitudeMode>relativeToGround</altitudeMode>
470
- </LookAt>
471
- <styleUrl>#msn_sunny_copy69</styleUrl>
472
- <Point>
473
- <coordinates>7.169892708740022,51.56683509795316,0</coordinates>
474
- </Point>
475
- </Placemark>
476
- <Placemark>
477
- <name>Sundial, Fachhochschule (FH) Bielefeld</name>
478
- <description><![CDATA[A sundial with analemmatic layout.
479
- <p><img src="http://www.fh-bielefeld.de/ezimagecatalogue/catalogue/variations/4651-400x500.jpg"></p>
480
- http://www.fh-bielefeld.de/article/fh/4412/1/505?NavItemID=0&NavCatID=162]]></description>
481
- <LookAt>
482
- <longitude>8.555263115842216</longitude>
483
- <latitude>52.02672953436973</latitude>
484
- <altitude>0</altitude>
485
- <range>50.10364671714684</range>
486
- <tilt>0</tilt>
487
- <heading>0.001255164290936946</heading>
488
- <altitudeMode>relativeToGround</altitudeMode>
489
- </LookAt>
490
- <styleUrl>#msn_sunny_copy69</styleUrl>
491
- <Point>
492
- <coordinates>8.555215193531964,52.02681111856448,0</coordinates>
493
- </Point>
494
- </Placemark>
495
- <Placemark>
496
- <name>Sundial, Sun City, Arizona</name>
497
- <description><![CDATA[<p><img src="http://www.sundials.org/registry/regphotos/008_az_suncity.jpg"></p>
498
-
499
- <p><img src="http://www.sundials.org/registry/regphotos/008_az_suncity_2.jpg"></p>]]></description>
500
- <LookAt>
501
- <longitude>-112.2739996808105</longitude>
502
- <latitude>33.61902729376313</latitude>
503
- <altitude>0</altitude>
504
- <range>44.66059102278575</range>
505
- <tilt>0</tilt>
506
- <heading>0.0001994953180518285</heading>
507
- <altitudeMode>relativeToGround</altitudeMode>
508
- </LookAt>
509
- <styleUrl>#msn_sunny_copy69</styleUrl>
510
- <Point>
511
- <coordinates>-112.2740228273864,33.61913038777643,0</coordinates>
512
- </Point>
513
- </Placemark>
514
- <Placemark>
515
- <name>Sundial, Georgina Blach Intermediate School, Los Altos, CA</name>
516
- <description><![CDATA[A corner of a roof used as sundial.
517
- <p><img src="http://www.sundials.org/registry/regphotos/498_ca_losaltos_blach.jpg"></p>]]></description>
518
- <LookAt>
519
- <longitude>-122.083063541274</longitude>
520
- <latitude>37.36394994353518</latitude>
521
- <altitude>0</altitude>
522
- <range>99.46493929648614</range>
523
- <tilt>0</tilt>
524
- <heading>-6.524992683547596e-005</heading>
525
- <altitudeMode>relativeToGround</altitudeMode>
526
- </LookAt>
527
- <styleUrl>#msn_sunny_copy69</styleUrl>
528
- <Point>
529
- <coordinates>-122.0831077334675,37.3641379192763,0</coordinates>
530
- </Point>
531
- </Placemark>
532
- <Placemark>
533
- <name>Sundial, Hilltop Park, San Francisco</name>
534
- <description><![CDATA[A giant sundial 70 feet in diameter with a bright yellow painted steel gnomon 78 feet long. The dial has a cement base and was designed to be used as the stage for a surrounding amphitheater.
535
- <p><img src="http://www.sundials.org/registry/regphotos/419_ca_sanf_hunters_ridge.jpg"></p>]]></description>
536
- <LookAt>
537
- <longitude>-122.3837414260284</longitude>
538
- <latitude>37.73308769461563</latitude>
539
- <altitude>0</altitude>
540
- <range>76.96447255875415</range>
541
- <tilt>0</tilt>
542
- <heading>-0.0001251047167258125</heading>
543
- <altitudeMode>relativeToGround</altitudeMode>
544
- </LookAt>
545
- <styleUrl>#msn_sunny_copy69</styleUrl>
546
- <Point>
547
- <coordinates>-122.3837885185873,37.73313852750733,0</coordinates>
548
- </Point>
549
- </Placemark>
550
- <Placemark>
551
- <name>Sundial, Berlin-Weißensee</name>
552
- <description><![CDATA[A nice sundial made of flowers.
553
- <p><img src="http://www.be.schule.de/schulen/wfs/pages/sundials/Blumenuhr,Weissensee.gif"></p>
554
-
555
- http://www.be.schule.de/schulen/wfs/pages/sundials/Weissensee.html]]></description>
556
- <LookAt>
557
- <longitude>13.46637059089964</longitude>
558
- <latitude>52.55408525446345</latitude>
559
- <altitude>0</altitude>
560
- <range>35.24186259647233</range>
561
- <tilt>0</tilt>
562
- <heading>-0.002133411261797274</heading>
563
- <altitudeMode>relativeToGround</altitudeMode>
564
- </LookAt>
565
- <styleUrl>#msn_sunny_copy69</styleUrl>
566
- <Point>
567
- <coordinates>13.46637589519183,52.55412143657096,0</coordinates>
568
- </Point>
569
- </Placemark>
570
- <Placemark>
571
- <name>Sundial, Olbers-Planetarium, Bremen</name>
572
- <description><![CDATA[This is an armillary sphere sundial.
573
-
574
- <p><img src="http://planetarium.hs-bremen.de/bremen/pics/suhs.jpg"></p>]]></description>
575
- <LookAt>
576
- <longitude>8.806980778676786</longitude>
577
- <latitude>53.06988134466393</latitude>
578
- <altitude>0</altitude>
579
- <range>24.09705977000565</range>
580
- <tilt>0</tilt>
581
- <heading>-0.001876272046377585</heading>
582
- <altitudeMode>relativeToGround</altitudeMode>
583
- </LookAt>
584
- <styleUrl>#msn_sunny_copy69</styleUrl>
585
- <Point>
586
- <coordinates>8.806963468445417,53.0698959991562,0</coordinates>
587
- </Point>
588
- </Placemark>
589
- <Placemark>
590
- <name>Sundial, Westbroekpark, Denn Haag</name>
591
- <description><![CDATA[This sundial is located at the Rosarium in the Westbroekpark, Denn Haag.
592
- <p><img src="http://www.denhaag.nl/Pics/dsb/Ststr/westbroekpark/rozenconcours45/rozenbedden-met-zonnewijzer.jpg"></p>]]></description>
593
- <LookAt>
594
- <longitude>4.290891177932192</longitude>
595
- <latitude>52.10450647693549</latitude>
596
- <altitude>0</altitude>
597
- <range>20.57779559985518</range>
598
- <tilt>0</tilt>
599
- <heading>-0.8669355345663358</heading>
600
- <altitudeMode>relativeToGround</altitudeMode>
601
- </LookAt>
602
- <styleUrl>#msn_sunny_copy69</styleUrl>
603
- <Point>
604
- <coordinates>4.290865552422943,52.10453275113748,0</coordinates>
605
- </Point>
606
- </Placemark>
607
- <Placemark>
608
- <name>Sundial, Amersfoort, Netherlands</name>
609
- <description><![CDATA[In the arrow are 2 digital displays, one for civil time and one for local suntime.
610
- <p><img src="http://sundials.org/links/local/sunpointer/sunpointer.jpg"></p>]]></description>
611
- <LookAt>
612
- <longitude>5.374167244217593</longitude>
613
- <latitude>52.15310253836927</latitude>
614
- <altitude>0</altitude>
615
- <range>31.45592479376158</range>
616
- <tilt>1.426589610824431e-009</tilt>
617
- <heading>-0.01164696084898205</heading>
618
- <altitudeMode>relativeToGround</altitudeMode>
619
- </LookAt>
620
- <styleUrl>#msn_sunny_copy69</styleUrl>
621
- <Point>
622
- <coordinates>5.374145665653813,52.15310809583514,0</coordinates>
623
- </Point>
624
- </Placemark>
625
- <Placemark>
626
- <name>Sundial, Botanical Gardens, Sydney, Australia</name>
627
- <description><![CDATA[This is an armillary sphere sundial.
628
-
629
- <p><img src="http://www.sundials.co.uk/PC090189.jpg"></p>
630
-
631
- <p><img src="http://www.sundials.co.uk/PC090193.jpg"></p>]]></description>
632
- <LookAt>
633
- <longitude>151.2154952669206</longitude>
634
- <latitude>-33.86399908828604</latitude>
635
- <altitude>0</altitude>
636
- <range>16.43666728184123</range>
637
- <tilt>8.675342058213797e-007</tilt>
638
- <heading>-0.002067228419448193</heading>
639
- <altitudeMode>relativeToGround</altitudeMode>
640
- </LookAt>
641
- <styleUrl>#msn_sunny_copy69</styleUrl>
642
- <Point>
643
- <coordinates>151.2154882763944,-33.86398565287625,0</coordinates>
644
- </Point>
645
- </Placemark>
646
- <Placemark>
647
- <name>Team Disney Sundial, Walt Disney World, Florida</name>
648
- <description><![CDATA[Thanks to <b>Oftencold</b>
649
-
650
- <p><img src="http://www.sunpath-designs.com/disdial2b.gif"></p>
651
-
652
- http://www.de-zonnewijzerkring.nl/zw-arch/eng-home-zw-07-02.htm]]></description>
653
- <LookAt>
654
- <longitude>-81.52113085122878</longitude>
655
- <latitude>28.36541360352638</latitude>
656
- <altitude>0</altitude>
657
- <range>167.7307771712135</range>
658
- <tilt>1.015026730473625e-011</tilt>
659
- <heading>-0.006287852151169638</heading>
660
- <altitudeMode>relativeToGround</altitudeMode>
661
- </LookAt>
662
- <styleUrl>#msn_sunny_copy69</styleUrl>
663
- <Point>
664
- <coordinates>-81.52134276012195,28.36559634883421,0</coordinates>
665
- </Point>
666
- </Placemark>
667
- <Placemark>
668
- <name>Sundial, Janskerkhof, Utrecht, Netherlands</name>
669
- <description><![CDATA[A sundial with analemmatic layout.
670
- <p><img src="http://www.de-zonnewijzerkring.nl/imgs-arch/zw-06-06-01.jpg"></p>
671
-
672
- <p><img src="http://www.de-zonnewijzerkring.nl/imgs-arch/zw-06-06-02.jpg"></p>]]></description>
673
- <LookAt>
674
- <longitude>5.121095723583527</longitude>
675
- <latitude>52.09338586502101</latitude>
676
- <altitude>0</altitude>
677
- <range>24.25734051739648</range>
678
- <tilt>5.490226183683639e-010</tilt>
679
- <heading>-0.0007122606404517594</heading>
680
- <altitudeMode>relativeToGround</altitudeMode>
681
- </LookAt>
682
- <styleUrl>#msn_sunny_copy69</styleUrl>
683
- <Point>
684
- <coordinates>5.121088800707085,52.09341776135472,0</coordinates>
685
- </Point>
686
- </Placemark>
687
- <Placemark>
688
- <name>Sundial, San Jose Rep Theater, San Jose, CA</name>
689
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/display/f96acd0f-6ad7-4b0a-a4a0-e52d14dd0015.jpg"></p>
690
-
691
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WM247Q">www.groundspeak.com</a></p>]]></description>
692
- <LookAt>
693
- <longitude>-121.8860266085782</longitude>
694
- <latitude>37.33361545835343</latitude>
695
- <altitude>0</altitude>
696
- <range>32.31958319185324</range>
697
- <tilt>0</tilt>
698
- <heading>1.418565866412994e-005</heading>
699
- <altitudeMode>relativeToGround</altitudeMode>
700
- </LookAt>
701
- <styleUrl>#msn_sunny_copy69</styleUrl>
702
- <Point>
703
- <coordinates>-121.886064353331,37.33364018615777,0</coordinates>
704
- </Point>
705
- </Placemark>
706
- <Placemark>
707
- <name>Millennium Sundial, Greenwich Park, London</name>
708
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/display/7cdcd20c-806c-4cbd-8a9c-5de27ffb115d.jpg"></p>
709
-
710
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WM273J">www.groundspeak.com</a></p>]]></description>
711
- <LookAt>
712
- <longitude>-0.001522539653513039</longitude>
713
- <latitude>51.48136176862654</latitude>
714
- <altitude>0</altitude>
715
- <range>61.96314954770909</range>
716
- <tilt>2.850197260451716e-009</tilt>
717
- <heading>-0.002911073287638733</heading>
718
- <altitudeMode>relativeToGround</altitudeMode>
719
- </LookAt>
720
- <styleUrl>#msn_sunny_copy69</styleUrl>
721
- <Point>
722
- <coordinates>-0.00156808979284051,51.48142700407306,0</coordinates>
723
- </Point>
724
- </Placemark>
725
- <Placemark>
726
- <name>Sundial, Veterans Park, Waukesha, WI</name>
727
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/display/0e6202ea-2b62-4491-9029-0983445e7cde.jpg"></p>
728
-
729
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WM2DTR">www.groundspeak.com</a></p>]]></description>
730
- <LookAt>
731
- <longitude>-88.2367572684424</longitude>
732
- <latitude>43.00995357504599</latitude>
733
- <altitude>0</altitude>
734
- <range>49.0879478099675</range>
735
- <tilt>0</tilt>
736
- <heading>-2.769547716555237e-005</heading>
737
- <altitudeMode>relativeToGround</altitudeMode>
738
- </LookAt>
739
- <styleUrl>#msn_sunny_copy69</styleUrl>
740
- <Point>
741
- <coordinates>-88.23678272979073,43.01004377682637,0</coordinates>
742
- </Point>
743
- </Placemark>
744
- <Placemark>
745
- <name>Underground Sundial, Munich, Germany</name>
746
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/display/6f0381f1-4c18-4d9d-95e5-2f9a79842dbe.jpg"></p>
747
-
748
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WM12X2">www.groundspeak.com</a></p>]]></description>
749
- <LookAt>
750
- <longitude>11.70480163926041</longitude>
751
- <latitude>48.13338615699044</latitude>
752
- <altitude>0</altitude>
753
- <range>49.09160069235252</range>
754
- <tilt>7.359413992305611e-011</tilt>
755
- <heading>1.363313751616389e-005</heading>
756
- <altitudeMode>relativeToGround</altitudeMode>
757
- </LookAt>
758
- <styleUrl>#msn_sunny_copy69</styleUrl>
759
- <Point>
760
- <coordinates>11.70474103166116,48.13350333174798,0</coordinates>
761
- </Point>
762
- </Placemark>
763
- <Placemark>
764
- <name>Sundial, Crown Hill cemetery, Indianapolis, Indiana, USA</name>
765
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/display/d62d27fc-f175-4ac8-aab3-7ba9748d6b82.jpg"></p>
766
-
767
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WM1310">www.groundspeak.com</a></p>]]></description>
768
- <LookAt>
769
- <longitude>-86.17300915391851</longitude>
770
- <latitude>39.82668935299838</latitude>
771
- <altitude>0</altitude>
772
- <range>35.63730089613371</range>
773
- <tilt>0</tilt>
774
- <heading>2.616180723282867e-005</heading>
775
- <altitudeMode>relativeToGround</altitudeMode>
776
- </LookAt>
777
- <styleUrl>#msn_sunny_copy69</styleUrl>
778
- <Point>
779
- <coordinates>-86.17304253331795,39.82668119645058,0</coordinates>
780
- </Point>
781
- </Placemark>
782
- <Placemark>
783
- <name>Sundial, Coppell, TX</name>
784
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/display/2bb0da85-d5db-44ed-ae70-d89f290ad7fd.jpg"></p>
785
-
786
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WM1WJG">www.groundspeak.com</a></p>]]></description>
787
- <LookAt>
788
- <longitude>-97.02194975520763</longitude>
789
- <latitude>32.95633568822581</latitude>
790
- <altitude>0</altitude>
791
- <range>61.19896168864369</range>
792
- <tilt>0</tilt>
793
- <heading>1.826645706530163e-005</heading>
794
- <altitudeMode>relativeToGround</altitudeMode>
795
- </LookAt>
796
- <styleUrl>#msn_sunny_copy69</styleUrl>
797
- <Point>
798
- <coordinates>-97.02199840401494,32.95643533824669,0</coordinates>
799
- </Point>
800
- </Placemark>
801
- </Folder>
802
- <Folder>
803
- <name>Low Resolution</name>
804
- <Placemark>
805
- <name>Sundial, Kota Baru Parahyangan</name>
806
- <description><![CDATA[Thanks to <b>voorburger</b>.
807
- <p><img src="http://www.thebiggestsundial.com/php/thebiggestsundial/images/Exhibits/13/03052007134130.gif"></p>]]></description>
808
- <LookAt>
809
- <longitude>107.4940550739811</longitude>
810
- <latitude>-6.852038750176605</latitude>
811
- <altitude>0</altitude>
812
- <range>296.7282563680993</range>
813
- <tilt>2.08633946131246e-011</tilt>
814
- <heading>0.5509822616366601</heading>
815
- <altitudeMode>relativeToGround</altitudeMode>
816
- </LookAt>
817
- <styleUrl>#msn_sunny_copy70</styleUrl>
818
- <Point>
819
- <coordinates>107.4939718861608,-6.851748821808833,0</coordinates>
820
- </Point>
821
- </Placemark>
822
- <Placemark>
823
- <name>Sundial, Pajala, Sweden</name>
824
- <description><![CDATA[<p>The world's biggest sundial today is in the Torne Valley, north of the Arctic Circle. The Guinness Book of Records has put Pajala, northern Sweden, on the map, and its sundial - formed as a "round square". </p>
825
- <p><img src="http://www.pajala.se/mun/pajala/www.nsf/($all)/A43859111165E6F2C1256EE40021DDF3/$file/soltorg23.JPG"></p>
826
- <p>The sundial in Pajala, 38.33 m. in diameter, holds the world record, according to the Guinness Book of Records. The previous record was held by Disney World in Orlando, Florida, with 37.18 m. </p>
827
-
828
- <p>The sundial was inaugurated by the Swedish Minister of Labour Margareta Winberg in July 1996. Pajala is situated at 23.28 ° East, 67.21 ° North, which is 70 km north of the Arctic Circle, making a circular sundial possible. This is due to the fact that the Midnight Sun describes a complete circle over the horizon.
829
-
830
- <p>Its masts of dried fir form a unique spatiality around a circular "square". The site is especially used for local functions such as Pajala Fair, Romp Week and the Northern Lights Festival. </p>
831
-
832
- <p>The central square in Pajala, through its size and latitude, offered conditions for a sundial dedicated to the Midnight Sun. Architect Mats Winsa took his inspiration from the square in Siena, and for the sculptures in the park - astronomical instruments in India dating back to the 18th century. Naturally, it was a challenge to compete with the previous record from 1991 by the world-famous Japanese architect, Arata Isozaki. </p>
833
-
834
- <p>The sundial captures the sun's movement by allowing the shadow of the central gnomon to fall across the hour divisions of the surrounding posts. The gnomon, like the Earth's axis, points toward the Pole Star, which according to Finnish-Ugrian mythology (the region has Finnish roots) holds up the firmament. The "sun wheel" embedded in the ground here (forming a cross in the circle) is in fact a calendar. Water bubbles up from four sources corresponding to the four principal points of the compass. The water gathers in the central pond, which was designed with children in mind. </p>
835
-
836
- <p>For their survival, humans have followed the rhythm of the sun. The need to observe the changing seasons and days led to the early development of the sundial. Our lives today are characterised by obedience to mechanical and national time - inventions separate from true solar time. The sundial displays true solar time, which in Pajala is half-an-hour ahead of national time. </p>
837
-
838
- <p>The sundial in Pajala celebrates light, and acts as a reminder of its significance for all life by functioning as a biological clock in a world fettered by artificial time. The hormone rush in spring reminds us of our direct dependence on sunlight as living beings.</p>
839
-
840
- <p>Info and image source:<a href="http://www.pajala.se/mun/pajala/www.nsf/english/$first?open&mname=Menu%C2%A4menuID=2CAE%C2%A4start=1">www.pajala.se</a></p>
841
-
842
- <p><img src="http://holmers.com/Pajala/Pajala1_050709.jpg"></p>
843
- <p>Image source:<a href="http://holmers.com/Pajala/Pajala1_050709.jpg">http://holmers.com</a></p>]]></description>
844
- <LookAt>
845
- <longitude>23.36723004664742</longitude>
846
- <latitude>67.21282676944374</latitude>
847
- <altitude>0</altitude>
848
- <range>124.9604027877409</range>
849
- <tilt>3.010594647959025e-010</tilt>
850
- <heading>-1.130925335798896</heading>
851
- <altitudeMode>relativeToGround</altitudeMode>
852
- </LookAt>
853
- <styleUrl>#msn_sunny_copy70</styleUrl>
854
- <Point>
855
- <coordinates>23.36716252896882,67.21299216873888,0</coordinates>
856
- </Point>
857
- </Placemark>
858
- <Placemark>
859
- <name>Sundial, Tenerife, Spain</name>
860
- <description><![CDATA[Reloj del sol
861
-
862
- <p><img src="http://members.aon.at/mbrandn6/media/fotos/landart/watchteneriffa/tentotal1.jpg"></p>
863
-
864
- <p><img src="http://members.aon.at/mbrandn6/media/fotos/landart/watchteneriffa/tennah.jpg"></p>
865
-
866
- <p><img src="http://members.aon.at/mbrandn6/media/fotos/landart/watchteneriffa/tentotal3.jpg"></p>
867
-
868
- <p><img src="http://members.aon.at/mbrandn6/media/fotos/landart/watchteneriffa/draft.jpg"></p>
869
- <p>Image source:<a href="http://members.aon.at/mbrandn6/pagesgerman/framesetg/framelandart.html">http://members.aon.at</a></p>
870
-
871
- <p><a href="http://www.teneriffa.panoshot.de/de/panorama-interaktiv/gernot-huber-stiftung-reloj-del-sol-223.html
872
- ">Interactice picture</a></p>]]></description>
873
- <LookAt>
874
- <longitude>-16.56926659562192</longitude>
875
- <latitude>28.08256590461729</latitude>
876
- <altitude>0</altitude>
877
- <range>88.29371157400612</range>
878
- <tilt>0</tilt>
879
- <heading>8.633540737161729e-005</heading>
880
- <altitudeMode>relativeToGround</altitudeMode>
881
- </LookAt>
882
- <styleUrl>#msn_sunny_copy70</styleUrl>
883
- <Point>
884
- <coordinates>-16.5693071701084,28.08261960124695,0</coordinates>
885
- </Point>
886
- </Placemark>
887
- <Placemark>
888
- <name>Sundial, Perranporth, UK</name>
889
- <description><![CDATA[The Millennium Sundial was designed by Stuart Thorn. It tells Cornish time which is 20 minutes ahead of GMT.
890
- <p><img src="http://www.cornwalls.co.uk/photos/data/media/2/perranporth_sundial.jpg" width="421" hight="280"></p>]]></description>
891
- <LookAt>
892
- <longitude>-5.157517535037663</longitude>
893
- <latitude>50.34723421976403</latitude>
894
- <altitude>0</altitude>
895
- <range>65.69642310338585</range>
896
- <tilt>0</tilt>
897
- <heading>-0.01795551609583625</heading>
898
- <altitudeMode>relativeToGround</altitudeMode>
899
- </LookAt>
900
- <styleUrl>#msn_sunny_copy70</styleUrl>
901
- <Point>
902
- <coordinates>-5.157537433789316,50.34733238709538,0</coordinates>
903
- </Point>
904
- </Placemark>
905
- <Placemark>
906
- <name>Sundial, Council Bluffs, Iowa, USA</name>
907
- <description><![CDATA[Large sundial at Council Bluffs Public Library
908
-
909
- <p><img src="http://www.sunpath-designs.com/librarydial1b.jpg" width="400" hight="300"></p>
910
- <p><img src="http://www.sunpath-designs.com/librarydial2b.jpg" width="400" hight="300"></p>
911
- <p><img src="http://www.sunpath-designs.com/librarydial3b.jpg" width="400" hight="300"></p>]]></description>
912
- <LookAt>
913
- <longitude>-95.84953495410247</longitude>
914
- <latitude>41.25887711431908</latitude>
915
- <altitude>0</altitude>
916
- <range>196.5752069699831</range>
917
- <tilt>2.583166383376495e-010</tilt>
918
- <heading>0.0002124063872384501</heading>
919
- </LookAt>
920
- <styleUrl>#msn_sunny_copy70</styleUrl>
921
- <Point>
922
- <coordinates>-95.84981881431206,41.25888611306795,294.4878429401121</coordinates>
923
- </Point>
924
- </Placemark>
925
- <Placemark>
926
- <name>Sundial. Meckhofen, Leverkusen, Germany</name>
927
- <description><![CDATA[<p><img src="http://www.leverkusen.de/stadtportrait/partnerstaedte/400pxPartnerstaedteSonnenuhr01.jpg"></p>
928
- <p>Image source:<a href="v">www.leverkusen.de</a></p>
929
-
930
- <p><img src="http://www.lev2000.de/guide/Archiv1.jpg/39/Sonnenuhr01.jpg"></p>
931
-
932
- <p><img src="http://www.lev2000.de/guide/Archiv1.jpg/39/Sonnenuhr02.jpg"></p>
933
- <p>Image source:<a href="http://www.lev2000.de/guide/Archiv1.jpg/39/Sonnenuhr02.jpg">www.lev2000.de</a></p>]]></description>
934
- <LookAt>
935
- <longitude>7.083354426150351</longitude>
936
- <latitude>51.04845387008112</latitude>
937
- <altitude>0</altitude>
938
- <range>66.17616066250443</range>
939
- <tilt>9.735256695418331e-010</tilt>
940
- <heading>0.0006924896867520876</heading>
941
- <altitudeMode>relativeToGround</altitudeMode>
942
- </LookAt>
943
- <styleUrl>#msn_sunny_copy70</styleUrl>
944
- <Point>
945
- <coordinates>7.083321386023442,51.04852440832129,0</coordinates>
946
- </Point>
947
- </Placemark>
948
- <Placemark>
949
- <name>Sundial, Adler Planetarium, Chicago, USA</name>
950
- <description><![CDATA[<p><img src="http://www.wherry.com/photos/2001-04-29-chicago/DSCN1221-m.jpg" width="500" hight="375"></p>]]></description>
951
- <LookAt>
952
- <longitude>-87.60711153340705</longitude>
953
- <latitude>41.86674796371171</latitude>
954
- <altitude>0</altitude>
955
- <range>27.37440941953917</range>
956
- <tilt>0</tilt>
957
- <heading>0.008419825260544345</heading>
958
- </LookAt>
959
- <styleUrl>#msn_sunny_copy70</styleUrl>
960
- <Point>
961
- <coordinates>-87.60710764637246,41.86681374132155,0</coordinates>
962
- </Point>
963
- </Placemark>
964
- <Placemark>
965
- <name>Rose Garden Sundial, Christchurch, New Zealand</name>
966
- <description><![CDATA[<p>Thanks to <b>NormB</b></p>
967
- <a href="http://www.ccc.govt.nz/Parks/BotanicGardens/tour_gardens_central_rose_garden.asp">Rose Garden History</a>
968
-
969
- <p>
970
- <b>Photo - NormB 11th April 2006<br>
971
- <img src="http://img527.imageshack.us/img527/509/sundialig8.jpg" alt="Image Hosted by ImageShack.us" /><p>
972
- <b>Photo - NormB 11th April 2006<br>
973
- <img src="http://img527.imageshack.us/img527/786/sundialplaquefn9.jpg" alt="Image Hosted by ImageShack.us" />]]></description>
974
- <LookAt>
975
- <longitude>172.621331272394</longitude>
976
- <latitude>-43.53038034442864</latitude>
977
- <altitude>0</altitude>
978
- <range>86.04933199573917</range>
979
- <tilt>0</tilt>
980
- <heading>1.801092527765711</heading>
981
- </LookAt>
982
- <styleUrl>#msn_sunny_copy70</styleUrl>
983
- <Point>
984
- <coordinates>172.6213650004974,-43.53035465311722,0</coordinates>
985
- </Point>
986
- </Placemark>
987
- <Placemark>
988
- <name>Sundial, Natchez Park</name>
989
- <description><![CDATA[<p>Thanks to <b>caroling</b></p>
990
-
991
- In Seaside, NW FL, USA on the Emerald Coast. Panoramic images and movies of a sundial and visions of Xtals (energy crystals) on the March equinox, 2006. See http://www.wholeo.net/Trips/Art/Web/TripsArt/Travel/Florida/borders/flBorders.htm]]></description>
992
- <LookAt>
993
- <longitude>-86.14177717779702</longitude>
994
- <latitude>30.32184243688109</latitude>
995
- <altitude>0</altitude>
996
- <range>46.50596341362312</range>
997
- <tilt>9.523139707563741e-010</tilt>
998
- <heading>0.0925379903960088</heading>
999
- </LookAt>
1000
- <styleUrl>#msn_sunny_copy70</styleUrl>
1001
- <Point>
1002
- <altitudeMode>relativeToGround</altitudeMode>
1003
- <coordinates>-86.14183223138707,30.32193188899003,3</coordinates>
1004
- </Point>
1005
- </Placemark>
1006
- <Placemark>
1007
- <name>Sundial, Charlotte, North Carolina, USA</name>
1008
- <description><![CDATA[<p>Thanks to <b>BrettHo</b></p>
1009
- On the roof of the International Trade Center is this gigantic sundial.]]></description>
1010
- <LookAt>
1011
- <longitude>-80.84002590296151</longitude>
1012
- <latitude>35.22682691631484</latitude>
1013
- <altitude>0</altitude>
1014
- <range>73.21919569418378</range>
1015
- <tilt>0</tilt>
1016
- <heading>12.34188537748346</heading>
1017
- </LookAt>
1018
- <styleUrl>#msn_sunny_copy70</styleUrl>
1019
- <Point>
1020
- <coordinates>-80.84002447413604,35.22696160522812,0</coordinates>
1021
- </Point>
1022
- </Placemark>
1023
- <Placemark>
1024
- <name>KTPalmerSundial, Carefree, Arizona, USA</name>
1025
- <description><![CDATA[Thanks to <b>seer</b>.
1026
- <p><img src="http://www.sundials.org/registry/regphotos/001_az_carefree_2.jpg"></p>
1027
- http://www.bigwaste.com/photos/az/sundial/]]></description>
1028
- <LookAt>
1029
- <longitude>-111.9217799027029</longitude>
1030
- <latitude>33.8245907883639</latitude>
1031
- <altitude>0</altitude>
1032
- <range>119.8165563905356</range>
1033
- <tilt>2.774426682549449e-010</tilt>
1034
- <heading>-1.574999619300427e-005</heading>
1035
- </LookAt>
1036
- <styleUrl>#msn_sunny_copy70</styleUrl>
1037
- <Point>
1038
- <coordinates>-111.9218327194278,33.82468559440962,0</coordinates>
1039
- </Point>
1040
- </Placemark>
1041
- <Placemark>
1042
- <name>Sundial, University of Science and Technology, Hong Kong</name>
1043
- <description><![CDATA[<p><img src="http://perso.orange.fr/cadrans.solaires/cadrans/images/Maes-hongkong.jpg" width="295" height="370"></p>
1044
-
1045
- <p>Image source:<a href="http://perso.orange.fr/cadrans.solaires/cadrans/originaux-monde.html">http://perso.orange.fr</a></p>]]></description>
1046
- <LookAt>
1047
- <longitude>114.2630116779084</longitude>
1048
- <latitude>22.33749401387006</latitude>
1049
- <altitude>0</altitude>
1050
- <range>111.6162130745504</range>
1051
- <tilt>0</tilt>
1052
- <heading>0.0003913059632004609</heading>
1053
- <altitudeMode>relativeToGround</altitudeMode>
1054
- </LookAt>
1055
- <styleUrl>#msn_sunny_copy70</styleUrl>
1056
- <Point>
1057
- <coordinates>114.2629690669868,22.33764072332584,0</coordinates>
1058
- </Point>
1059
- </Placemark>
1060
- <Placemark>
1061
- <name>Sundial, Pekin, Illinois</name>
1062
- <description><![CDATA[<p><img src="http://www.pekin.net/sundial/sundial.jpg"></p>
1063
- <p>Image source:<a href="http://www.pekin.net/sundial/index.html">www.pekin.net</a></p>
1064
-
1065
- <p><img src="http://www.sundials.org/registry/regphotos/233_il_perkin_parkdial.jpg"></p>]]></description>
1066
- <LookAt>
1067
- <longitude>-89.63076522889526</longitude>
1068
- <latitude>40.56267466732153</latitude>
1069
- <altitude>0</altitude>
1070
- <range>161.1716772997438</range>
1071
- <tilt>0</tilt>
1072
- <heading>0.009112399365723663</heading>
1073
- <altitudeMode>relativeToGround</altitudeMode>
1074
- </LookAt>
1075
- <styleUrl>#msn_sunny_copy70</styleUrl>
1076
- <Point>
1077
- <coordinates>-89.63089561079578,40.56281064339486,0</coordinates>
1078
- </Point>
1079
- </Placemark>
1080
- <Placemark>
1081
- <name>Sundial, Edinburg, Hidalgo, USA</name>
1082
- <description><![CDATA[<p><img src="http://www.sunpath-designs.com/utdial2b.GIF" width="300" hight="400"></p>
1083
-
1084
- <p><img src="http://www.sunpath-designs.com/utdial1b.gif"width="400" hight="300"><7p>]]></description>
1085
- <LookAt>
1086
- <longitude>-98.17095602857175</longitude>
1087
- <latitude>26.30618568257091</latitude>
1088
- <altitude>0</altitude>
1089
- <range>122.1950947751469</range>
1090
- <tilt>0</tilt>
1091
- <heading>-0.005400653570135644</heading>
1092
- <altitudeMode>relativeToGround</altitudeMode>
1093
- </LookAt>
1094
- <styleUrl>#msn_sunny_copy70</styleUrl>
1095
- <Point>
1096
- <coordinates>-98.17104492887813,26.30639237212602,0</coordinates>
1097
- </Point>
1098
- </Placemark>
1099
- <Placemark>
1100
- <name>Sundial, Keppel Henge,</name>
1101
- <description><![CDATA[<p><img src="http://www.mts.net/~sabanski/sundial/images/sundials%20of%20the%20world/Canada/Keppel%20Henge/sundial1.jpg"></p>
1102
- <p>http://www.steveirvine.com/sundial.html</p>
1103
-
1104
-
1105
- http://www.mts.net/~sabanski/sundial/sotw_canada_keppel.htm]]></description>
1106
- <LookAt>
1107
- <longitude>-80.94374423682251</longitude>
1108
- <latitude>44.79038599160477</latitude>
1109
- <altitude>0</altitude>
1110
- <range>164.0454159373261</range>
1111
- <tilt>0</tilt>
1112
- <heading>-0.007334046679263517</heading>
1113
- <altitudeMode>relativeToGround</altitudeMode>
1114
- </LookAt>
1115
- <styleUrl>#msn_sunny_copy70</styleUrl>
1116
- <Point>
1117
- <coordinates>-80.94383190841853,44.79038705635566,0</coordinates>
1118
- </Point>
1119
- </Placemark>
1120
- <Placemark>
1121
- <name>Sundial at Science North, Sudbury, Ontario</name>
1122
- <description><![CDATA[<p><img src="http://www.mts.net/~sabanski/sundial/images/sundials%20of%20the%20world/Canada/Science%20North/celeste1.jpg"></p>
1123
-
1124
- <p><img src="http://www.mts.net/~sabanski/sundial/images/sundials%20of%20the%20world/Canada/Science%20North/celeste2.jpg"></p>
1125
-
1126
- <p><img src="http://www.mts.net/~sabanski/sundial/images/sundials%20of%20the%20world/Canada/Science%20North/celeste3.jpg"></p>
1127
-
1128
- http://www.mts.net/~sabanski/sundial/sotw_canada_sn.htm]]></description>
1129
- <LookAt>
1130
- <longitude>-80.99582033913947</longitude>
1131
- <latitude>46.46976830028441</latitude>
1132
- <altitude>0</altitude>
1133
- <range>85.82915438648354</range>
1134
- <tilt>0</tilt>
1135
- <heading>0.0003317215281456315</heading>
1136
- <altitudeMode>relativeToGround</altitudeMode>
1137
- </LookAt>
1138
- <styleUrl>#msn_sunny_copy70</styleUrl>
1139
- <Point>
1140
- <coordinates>-80.99588716181201,46.46988111501548,0</coordinates>
1141
- </Point>
1142
- </Placemark>
1143
- <Placemark>
1144
- <name>Sundial, Amble, UK</name>
1145
- <description><![CDATA[<p><img src="http://ourworld.compuserve.com/homepages/Patrick_Powers/Amble.jpg"></p>
1146
- http://ourworld.compuserve.com/homepages/Patrick_Powers/amble.htm]]></description>
1147
- <LookAt>
1148
- <longitude>-1.581634687429885</longitude>
1149
- <latitude>55.33514811404725</latitude>
1150
- <altitude>0</altitude>
1151
- <range>62.55005662709024</range>
1152
- <tilt>8.224100904372228e-010</tilt>
1153
- <heading>-0.008198736253532122</heading>
1154
- <altitudeMode>relativeToGround</altitudeMode>
1155
- </LookAt>
1156
- <styleUrl>#msn_sunny_copy70</styleUrl>
1157
- <Point>
1158
- <coordinates>-1.581720999552488,55.3352025087941,0</coordinates>
1159
- </Point>
1160
- </Placemark>
1161
- <Placemark>
1162
- <name>Sundial, University of Maryland, College Park</name>
1163
- <description><![CDATA[<p><img src="http://www.mts.net/~sabanski/sundial/images/sundials%20of%20the%20world/USA/Maryland/Univ%20of%20Maryland%20.jpg"></p>
1164
- http://www.mts.net/~sabanski/sundial/sotw_usa_mland.htm]]></description>
1165
- <LookAt>
1166
- <longitude>-76.94256839624576</longitude>
1167
- <latitude>38.98603731470438</latitude>
1168
- <altitude>0</altitude>
1169
- <range>69.47353847793947</range>
1170
- <tilt>0</tilt>
1171
- <heading>-0.00947513273561203</heading>
1172
- <altitudeMode>relativeToGround</altitudeMode>
1173
- </LookAt>
1174
- <styleUrl>#msn_sunny_copy70</styleUrl>
1175
- <Point>
1176
- <coordinates>-76.94253686137193,38.98616316295006,0</coordinates>
1177
- </Point>
1178
- </Placemark>
1179
- <Placemark>
1180
- <name>Sundial, Fort San Felipe del Morro, Puerto Rico</name>
1181
- <description><![CDATA[<p><img src="http://www.sundials.org/registry/regphotos/564_cuba_habana_1.jpg"></p>]]></description>
1182
- <LookAt>
1183
- <longitude>-66.11899284422442</longitude>
1184
- <latitude>18.46786530709565</latitude>
1185
- <altitude>0</altitude>
1186
- <range>122.9114928009769</range>
1187
- <tilt>0</tilt>
1188
- <heading>0.001639161983653822</heading>
1189
- <altitudeMode>relativeToGround</altitudeMode>
1190
- </LookAt>
1191
- <styleUrl>#msn_sunny_copy70</styleUrl>
1192
- <Point>
1193
- <coordinates>-66.11900470518663,18.4679529172629,0</coordinates>
1194
- </Point>
1195
- </Placemark>
1196
- <Placemark>
1197
- <name>Sundial, Rose Garden, Phoenix</name>
1198
- <description><![CDATA[<p><img src="http://www.sundials.org/registry/regphotos/007_az_phoenix.jpg"></p>]]></description>
1199
- <LookAt>
1200
- <longitude>-112.0911976535298</longitude>
1201
- <latitude>33.47007786030556</latitude>
1202
- <altitude>0</altitude>
1203
- <range>26.72933602203598</range>
1204
- <tilt>4.053298886062559e-011</tilt>
1205
- <heading>0.0001093808645832187</heading>
1206
- <altitudeMode>relativeToGround</altitudeMode>
1207
- </LookAt>
1208
- <styleUrl>#msn_sunny_copy70</styleUrl>
1209
- <Point>
1210
- <coordinates>-112.0912131593616,33.4701136927338,0</coordinates>
1211
- </Point>
1212
- </Placemark>
1213
- <Placemark>
1214
- <name>Sundial, Tucson, Arizona</name>
1215
- <description><![CDATA[<p><img src="http://www.sundials.org/registry/regphotos/012_az_tucson_la_pilita.jpg"></p>]]></description>
1216
- <LookAt>
1217
- <longitude>-110.9748374101104</longitude>
1218
- <latitude>32.21591986778585</latitude>
1219
- <altitude>0</altitude>
1220
- <range>42.12321141209996</range>
1221
- <tilt>0</tilt>
1222
- <heading>-0.0002919115031976927</heading>
1223
- <altitudeMode>relativeToGround</altitudeMode>
1224
- </LookAt>
1225
- <styleUrl>#msn_sunny_copy70</styleUrl>
1226
- <Point>
1227
- <coordinates>-110.9748562940359,32.21593667064053,0</coordinates>
1228
- </Point>
1229
- </Placemark>
1230
- <Placemark>
1231
- <name>Sundial, Flandrau Planetarium, Tucson</name>
1232
- <description><![CDATA[<p><img src="http://www.sundials.org/registry/regphotos/013_az_tuscon_flandrau_planetarium.jpg"></p>]]></description>
1233
- <LookAt>
1234
- <longitude>-110.9477979774635</longitude>
1235
- <latitude>32.23224398378896</latitude>
1236
- <altitude>0</altitude>
1237
- <range>33.29181342845133</range>
1238
- <tilt>3.6608792363658e-017</tilt>
1239
- <heading>0.0001605580448802178</heading>
1240
- <altitudeMode>relativeToGround</altitudeMode>
1241
- </LookAt>
1242
- <styleUrl>#msn_sunny_copy70</styleUrl>
1243
- <Point>
1244
- <coordinates>-110.9478231994691,32.23228861367718,0</coordinates>
1245
- </Point>
1246
- </Placemark>
1247
- <Placemark>
1248
- <name>Sundial, Vietnam Veterans Memorial, Kentucky</name>
1249
- <description><![CDATA[<p><img src="http://www.vietvet.org/images/vn/billm/rags9.gif"></p>
1250
-
1251
- http://www.vietvet.org/kymem.htm]]></description>
1252
- <LookAt>
1253
- <longitude>-84.8640348419774</longitude>
1254
- <latitude>38.17725413584271</latitude>
1255
- <altitude>0</altitude>
1256
- <range>136.9757698325458</range>
1257
- <tilt>1.322889725758878e-010</tilt>
1258
- <heading>-0.0003615314930558497</heading>
1259
- <altitudeMode>relativeToGround</altitudeMode>
1260
- </LookAt>
1261
- <styleUrl>#msn_sunny_copy70</styleUrl>
1262
- <Point>
1263
- <coordinates>-84.86405079639164,38.17749508752453,0</coordinates>
1264
- </Point>
1265
- </Placemark>
1266
- <Placemark>
1267
- <name>Sundial, Claremont, California</name>
1268
- <description><![CDATA[<p><img src="http://www.sundials.org/registry/regphotos/505_ca_claremont_1.jpg"></p>
1269
-
1270
- <p><img src="http://www.sundials.org/registry/regphotos/505_ca_claremont_2.jpg"></p>]]></description>
1271
- <LookAt>
1272
- <longitude>-117.7288129576152</longitude>
1273
- <latitude>34.0992297660836</latitude>
1274
- <altitude>0</altitude>
1275
- <range>60.73786036422235</range>
1276
- <tilt>1.321942869740197e-009</tilt>
1277
- <heading>-0.002677989156069468</heading>
1278
- <altitudeMode>relativeToGround</altitudeMode>
1279
- </LookAt>
1280
- <styleUrl>#msn_sunny_copy70</styleUrl>
1281
- <Point>
1282
- <coordinates>-117.7288254316814,34.09928418001653,0</coordinates>
1283
- </Point>
1284
- </Placemark>
1285
- <Placemark>
1286
- <name>Sundial, Hoogezand, Netherlands</name>
1287
- <description><![CDATA[The sundial in the Gorechtpark was built in 1994 by the artist Chris Verbeek.
1288
- <p><img src="http://www.hoogezand-sappemeer.nl/plaat.php?fileid=3054"></p>
1289
-
1290
- http://www.hoogezand-sappemeer.nl/index.php?simaction=content&mediumid=10&pagid=335&fontsize=10&stukid=2597]]></description>
1291
- <LookAt>
1292
- <longitude>6.73589462010654</longitude>
1293
- <latitude>53.15594584104552</latitude>
1294
- <altitude>0</altitude>
1295
- <range>139.6528910743265</range>
1296
- <tilt>1.45482979338997e-010</tilt>
1297
- <heading>0.002950231733866508</heading>
1298
- <altitudeMode>relativeToGround</altitudeMode>
1299
- </LookAt>
1300
- <styleUrl>#msn_sunny_copy70</styleUrl>
1301
- <Point>
1302
- <coordinates>6.73578802230557,53.15607461082266,0</coordinates>
1303
- </Point>
1304
- </Placemark>
1305
- <Placemark>
1306
- <name>Sundial, Hoogeveen, Netherlands</name>
1307
- <description><![CDATA[Sundial at Unigarant, Hoogeveen.
1308
- <p><img src="http://www.de-zonnewijzerkring.nl/imgs-arch/werk-07-05-01.jpg"></p>]]></description>
1309
- <LookAt>
1310
- <longitude>6.469908327982116</longitude>
1311
- <latitude>52.72012840714818</latitude>
1312
- <altitude>0</altitude>
1313
- <range>73.67703044709106</range>
1314
- <tilt>4.200981642085038e-012</tilt>
1315
- <heading>-0.0001367978398152192</heading>
1316
- <altitudeMode>relativeToGround</altitudeMode>
1317
- </LookAt>
1318
- <styleUrl>#msn_sunny_copy70</styleUrl>
1319
- <Point>
1320
- <coordinates>6.469803362243752,52.72017851542101,0</coordinates>
1321
- </Point>
1322
- </Placemark>
1323
- <Placemark>
1324
- <name>Sundial, Bicentennial Park, Homebush, Australia</name>
1325
- <description><![CDATA[This 'walkthrough' sundial with a gnomon 8m long is well worth a visit and is near to the Olympic Park site of the 2000 Olympics. Hour lines and declination lines are set as brass strips in a concrete base dialface.
1326
- <p><img src="http://www.rnzih.org.nz/images/sun13.jpg"></p>]]></description>
1327
- <LookAt>
1328
- <longitude>151.0785472180646</longitude>
1329
- <latitude>-33.84641177017981</latitude>
1330
- <altitude>0</altitude>
1331
- <range>163.2808310648841</range>
1332
- <tilt>1.201655085829064e-011</tilt>
1333
- <heading>4.265000695512084e-006</heading>
1334
- <altitudeMode>relativeToGround</altitudeMode>
1335
- </LookAt>
1336
- <styleUrl>#msn_sunny_copy70</styleUrl>
1337
- <Point>
1338
- <coordinates>151.0784520824468,-33.84631674048389,0</coordinates>
1339
- </Point>
1340
- </Placemark>
1341
- <Placemark>
1342
- <name>Sundial, Heerenveen, Netherlands</name>
1343
- <description><![CDATA[A sundial in a roundabout.
1344
- <p><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/0/02/Zonnewijzer_Heerenveen_16.JPG/300px-Zonnewijzer_Heerenveen_16.JPG"></p>]]></description>
1345
- <LookAt>
1346
- <longitude>5.948360581453846</longitude>
1347
- <latitude>52.95021342348947</latitude>
1348
- <altitude>0</altitude>
1349
- <range>125.5263208537314</range>
1350
- <tilt>3.779142327674902e-010</tilt>
1351
- <heading>2.174750871196e-005</heading>
1352
- <altitudeMode>relativeToGround</altitudeMode>
1353
- </LookAt>
1354
- <styleUrl>#msn_sunny_copy70</styleUrl>
1355
- <Point>
1356
- <coordinates>5.94828156186523,52.95041125062435,0</coordinates>
1357
- </Point>
1358
- </Placemark>
1359
- <Placemark>
1360
- <name>Sundial, Zoetermeer, Netherlands</name>
1361
- <description><![CDATA[A triangle shaped sundial.
1362
- <p><img src="http://www.chabot.demon.nl/images/Zoetermeer03.jpg"></p>
1363
-
1364
- http://www.chabot.demon.nl/sundials/index3.htm]]></description>
1365
- <LookAt>
1366
- <longitude>4.48801136665803</longitude>
1367
- <latitude>52.03630549285332</latitude>
1368
- <altitude>0</altitude>
1369
- <range>64.63218166015471</range>
1370
- <tilt>0</tilt>
1371
- <heading>-0.0001443420778625332</heading>
1372
- <altitudeMode>relativeToGround</altitudeMode>
1373
- </LookAt>
1374
- <styleUrl>#msn_sunny_copy70</styleUrl>
1375
- <Point>
1376
- <coordinates>4.48796065586356,52.03633054351467,0</coordinates>
1377
- </Point>
1378
- </Placemark>
1379
- <Placemark>
1380
- <name>Sundial, Lancaster, Lancashire, UK</name>
1381
- <description><![CDATA[A very nice analemmanic sundial made of stone.
1382
- <p><img src="http://static2.bareka.com/photos/medium/2472257/lancaster-sundial.jpg"></p>
1383
-
1384
- <p><img src="http://static4.bareka.com/photos/medium/2472163/becoming-gnomon.jpg"></p>
1385
-
1386
- <p><img src="http://static2.bareka.com/photos/medium/2472201/telling-time.jpg"></p>]]></description>
1387
- <LookAt>
1388
- <longitude>-2.781711751106886</longitude>
1389
- <latitude>54.04618182827939</latitude>
1390
- <altitude>0</altitude>
1391
- <range>59.27999100628823</range>
1392
- <tilt>0</tilt>
1393
- <heading>2.19677695423205e-005</heading>
1394
- <altitudeMode>relativeToGround</altitudeMode>
1395
- </LookAt>
1396
- <styleUrl>#msn_sunny_copy70</styleUrl>
1397
- <Point>
1398
- <coordinates>-2.781728090880108,54.0462693701831,0</coordinates>
1399
- </Point>
1400
- </Placemark>
1401
- <Placemark>
1402
- <name>Sundial, Nida, Lithuania</name>
1403
- <description><![CDATA[A large horizontal sundial.
1404
- <p><img src="http://static1.bareka.com/photos/medium/47224/nida.jpg"></p>]]></description>
1405
- <LookAt>
1406
- <longitude>20.99037235133227</longitude>
1407
- <latitude>55.29501544197078</latitude>
1408
- <altitude>0</altitude>
1409
- <range>177.9373429950499</range>
1410
- <tilt>4.620370977113893e-011</tilt>
1411
- <heading>0.0005344762650417512</heading>
1412
- <altitudeMode>relativeToGround</altitudeMode>
1413
- </LookAt>
1414
- <styleUrl>#msn_sunny_copy70</styleUrl>
1415
- <Point>
1416
- <coordinates>20.99033020665709,55.29525661423606,0</coordinates>
1417
- </Point>
1418
- </Placemark>
1419
- <Placemark>
1420
- <name>Sundial, Tavel, France</name>
1421
- <description><![CDATA[A very large sundial, sadly in low res.
1422
- <p><img src="http://www.de-zonnewijzerkring.nl/imgs-arch/zw-07-03-01.jpg" width="360" hight="270"></p>
1423
-
1424
- http://www.de-zonnewijzerkring.nl/zw-arch/eng-home-zw-07-03.htm]]></description>
1425
- <LookAt>
1426
- <longitude>4.700355808916944</longitude>
1427
- <latitude>44.00154771856498</latitude>
1428
- <altitude>0</altitude>
1429
- <range>254.0752666918187</range>
1430
- <tilt>2.46623000787332e-010</tilt>
1431
- <heading>-0.0002391009248289202</heading>
1432
- <altitudeMode>relativeToGround</altitudeMode>
1433
- </LookAt>
1434
- <styleUrl>#msn_sunny_copy70</styleUrl>
1435
- <Point>
1436
- <coordinates>4.700351044280055,44.00172761202828,0</coordinates>
1437
- </Point>
1438
- </Placemark>
1439
- <Placemark>
1440
- <name>Sundial, St. Michielsgestel, Netherlands</name>
1441
- <description><![CDATA[A large sundial in the gardens of the Institute for the Deaf in Sint Michielsgestel.
1442
-
1443
- <p><img src="http://www.de-zonnewijzerkring.nl/imgs-arch/zw-06-10-01.jpg"></p>
1444
-
1445
- <p><img src="http://www.de-zonnewijzerkring.nl/imgs-arch/zw-06-10-02.jpg"></p>]]></description>
1446
- <LookAt>
1447
- <longitude>5.346086124850936</longitude>
1448
- <latitude>51.64327189620946</latitude>
1449
- <altitude>0</altitude>
1450
- <range>111.9437734662239</range>
1451
- <tilt>6.47253437341193e-010</tilt>
1452
- <heading>0.002375287388397793</heading>
1453
- <altitudeMode>relativeToGround</altitudeMode>
1454
- </LookAt>
1455
- <styleUrl>#msn_sunny_copy70</styleUrl>
1456
- <Point>
1457
- <coordinates>5.346049636943462,51.64334209867396,0</coordinates>
1458
- </Point>
1459
- </Placemark>
1460
- <Placemark>
1461
- <name>Sundial, Halle Saale, Germany</name>
1462
- <description><![CDATA[Analemmatic sundial at the Planetarium
1463
- "Sigmund Jähn" planetarium, Halle.
1464
- <p><img src="http://home.arcor.de/peter.lindner/sonnenuhr/h/halle_saale_061xx/5973_peissnitzinsel_planetarium_200707163002.jpg"></p>
1465
-
1466
- More photos:http://home.arcor.de/peter.lindner/sonnenuhr/h/halle_saale_061xx/halle_saale_061xx.htm]]></description>
1467
- <LookAt>
1468
- <longitude>11.94846541701928</longitude>
1469
- <latitude>51.49449346439673</latitude>
1470
- <altitude>0</altitude>
1471
- <range>51.14591828296211</range>
1472
- <tilt>0</tilt>
1473
- <heading>0.0003207363265956715</heading>
1474
- <altitudeMode>relativeToGround</altitudeMode>
1475
- </LookAt>
1476
- <styleUrl>#msn_sunny_copy70</styleUrl>
1477
- <Point>
1478
- <coordinates>11.9484244247504,51.49452140024068,0</coordinates>
1479
- </Point>
1480
- </Placemark>
1481
- <Placemark>
1482
- <name>Sundial, Abano Terme, Italy</name>
1483
- <description><![CDATA[<p><img src="http://members.aon.at/sundials/images/italia/i_07207.jpg"></p>
1484
-
1485
- http://members.aon.at/sundials/bild43_d.htm]]></description>
1486
- <LookAt>
1487
- <longitude>11.7902588657866</longitude>
1488
- <latitude>45.36024293920432</latitude>
1489
- <altitude>0</altitude>
1490
- <range>88.27261765894279</range>
1491
- <tilt>5.645767845941023e-011</tilt>
1492
- <heading>0.0006214879519801648</heading>
1493
- <altitudeMode>relativeToGround</altitudeMode>
1494
- </LookAt>
1495
- <styleUrl>#msn_sunny_copy70</styleUrl>
1496
- <Point>
1497
- <coordinates>11.79017178556217,45.36037512888652,0</coordinates>
1498
- </Point>
1499
- </Placemark>
1500
- <Placemark>
1501
- <name>Sundial, Gasworks Park, Seattle, USA</name>
1502
- <description><![CDATA[The sundial at Gas Works Park
1503
- <p><img src="http://www.magnusonpark.org/images/sundial.jpg"></p>]]></description>
1504
- <LookAt>
1505
- <longitude>-122.3362979085422</longitude>
1506
- <latitude>47.64532276753428</latitude>
1507
- <altitude>0</altitude>
1508
- <range>144.9142629968483</range>
1509
- <tilt>1.398328526418574e-010</tilt>
1510
- <heading>-0.002257590778485548</heading>
1511
- <altitudeMode>relativeToGround</altitudeMode>
1512
- </LookAt>
1513
- <styleUrl>#msn_sunny_copy70</styleUrl>
1514
- <Point>
1515
- <coordinates>-122.3363617333393,47.64542146106401,0</coordinates>
1516
- </Point>
1517
- </Placemark>
1518
- <Placemark>
1519
- <name>Sundial, Biarritz, France</name>
1520
- <description><![CDATA[<p><img src="http://www.santiago-compostela.net/pix/biar2.jpg"></p>]]></description>
1521
- <LookAt>
1522
- <longitude>-1.554172472866423</longitude>
1523
- <latitude>43.49326953476108</latitude>
1524
- <altitude>0</altitude>
1525
- <range>25.2767811064234</range>
1526
- <tilt>1.050991544755056e-009</tilt>
1527
- <heading>0.004580769709390601</heading>
1528
- <altitudeMode>relativeToGround</altitudeMode>
1529
- </LookAt>
1530
- <styleUrl>#msn_sunny_copy70</styleUrl>
1531
- <Point>
1532
- <coordinates>-1.554180928484328,43.49329288628002,0</coordinates>
1533
- </Point>
1534
- </Placemark>
1535
- <Placemark>
1536
- <name>Sundial, Biarritz, France</name>
1537
- <description><![CDATA[This is a small analemmatic sundial painted on the ground.
1538
- <p><img src="http://www.santiago-compostela.net/pix/biar1.jpg"></p>]]></description>
1539
- <LookAt>
1540
- <longitude>-1.566562523529829</longitude>
1541
- <latitude>43.48379630381277</latitude>
1542
- <altitude>0</altitude>
1543
- <range>21.65084680450158</range>
1544
- <tilt>3.134801309486055e-010</tilt>
1545
- <heading>-0.003938809314781338</heading>
1546
- <altitudeMode>relativeToGround</altitudeMode>
1547
- </LookAt>
1548
- <styleUrl>#msn_sunny_copy70</styleUrl>
1549
- <Point>
1550
- <coordinates>-1.566563732160418,43.48381046528652,0</coordinates>
1551
- </Point>
1552
- </Placemark>
1553
- <Placemark>
1554
- <name>Sundial, Gardens of Easton Lodge, UK</name>
1555
- <description><![CDATA[Easton Lodge, Little Easton, Dunmow, Essex, UK
1556
-
1557
- <p><img src="http://www.sundials.co.uk/pix/easton1.jpg"></p>
1558
-
1559
- <p><img src="http://www.sundials.co.uk/pix/easton2.jpg"></p>
1560
-
1561
- http://www.sundials.co.uk/newdials.htm]]></description>
1562
- <LookAt>
1563
- <longitude>0.3149818536825662</longitude>
1564
- <latitude>51.89078052542742</latitude>
1565
- <altitude>0</altitude>
1566
- <range>55.96449646091584</range>
1567
- <tilt>4.648925194094304e-010</tilt>
1568
- <heading>0.00100690081475908</heading>
1569
- <altitudeMode>relativeToGround</altitudeMode>
1570
- </LookAt>
1571
- <styleUrl>#msn_sunny_copy70</styleUrl>
1572
- <Point>
1573
- <coordinates>0.3149732952370528,51.89085713320831,0</coordinates>
1574
- </Point>
1575
- </Placemark>
1576
- <Placemark>
1577
- <name>Sundial, Drake University, Des Moines, Iowa, USA</name>
1578
- <description><![CDATA[<p><img src="http://www.sundials.org/registry/regphotos/483_io_desmoines_drake_univ.jpg"></p>]]></description>
1579
- <LookAt>
1580
- <longitude>-93.65212284615454</longitude>
1581
- <latitude>41.60195541103381</latitude>
1582
- <altitude>0</altitude>
1583
- <range>78.72982107342352</range>
1584
- <tilt>1.765081595632672e-010</tilt>
1585
- <heading>0.001286572559733559</heading>
1586
- <altitudeMode>relativeToGround</altitudeMode>
1587
- </LookAt>
1588
- <styleUrl>#msn_sunny_copy70</styleUrl>
1589
- <Point>
1590
- <coordinates>-93.65218647671061,41.60204463077999,0</coordinates>
1591
- </Point>
1592
- </Placemark>
1593
- <Placemark>
1594
- <name>Sundial, River State Park, Indianapolis, USA</name>
1595
- <description><![CDATA[<p><img src="http://www.sundials.org/registry/regphotos/276_in_indi_wrsp.jpg"></p>]]></description>
1596
- <LookAt>
1597
- <longitude>-86.17152524772823</longitude>
1598
- <latitude>39.76773209074677</latitude>
1599
- <altitude>0</altitude>
1600
- <range>54.39844455317644</range>
1601
- <tilt>0</tilt>
1602
- <heading>0.002275213067656348</heading>
1603
- <altitudeMode>relativeToGround</altitudeMode>
1604
- </LookAt>
1605
- <styleUrl>#msn_sunny_copy70</styleUrl>
1606
- <Point>
1607
- <coordinates>-86.17158357583082,39.76772499391254,0</coordinates>
1608
- </Point>
1609
- </Placemark>
1610
- <Placemark>
1611
- <name>Sundial, Lawrence Hall of Science, Berkeley, CA, USA</name>
1612
- <description><![CDATA[<p><img src="http://sundials.org/conference/2000/image176.jpg"></p>]]></description>
1613
- <LookAt>
1614
- <longitude>-122.2467934369336</longitude>
1615
- <latitude>37.87843955912407</latitude>
1616
- <altitude>0</altitude>
1617
- <range>75.73772829567238</range>
1618
- <tilt>0</tilt>
1619
- <heading>-0.0005027058674008065</heading>
1620
- <altitudeMode>relativeToGround</altitudeMode>
1621
- </LookAt>
1622
- <styleUrl>#msn_sunny_copy70</styleUrl>
1623
- <Point>
1624
- <coordinates>-122.2468395686324,37.87850249930867,0</coordinates>
1625
- </Point>
1626
- </Placemark>
1627
- <Placemark>
1628
- <name>Sundial, Riverwalk, Augusta, Georgia, USA</name>
1629
- <description><![CDATA[<p><img src="http://www.coe.uga.edu/sdpl/3hgh_res/sundial1.jpg"></p>]]></description>
1630
- <LookAt>
1631
- <longitude>-81.96495913544699</longitude>
1632
- <latitude>33.47855115889769</latitude>
1633
- <altitude>0</altitude>
1634
- <range>24.10683016246917</range>
1635
- <tilt>0</tilt>
1636
- <heading>-0.004039593559848222</heading>
1637
- <altitudeMode>relativeToGround</altitudeMode>
1638
- </LookAt>
1639
- <styleUrl>#msn_sunny_copy70</styleUrl>
1640
- <Point>
1641
- <coordinates>-81.96497422223469,33.47856125757188,0</coordinates>
1642
- </Point>
1643
- </Placemark>
1644
- <Placemark>
1645
- <name>Sundial, Reggio nell&apos;Emilia, Italy</name>
1646
- <description><![CDATA[<p><img src="http://perso.orange.fr/cadrans.solaires/cadrans/images/cadran_righi_araign%E9e.jpg"></p>
1647
- <p>Image source:<a href="http://perso.orange.fr/cadrans.solaires/cadrans/Cadran-brescia.html">http://perso.orange.fr</a></p>]]></description>
1648
- <LookAt>
1649
- <longitude>10.64303919389926</longitude>
1650
- <latitude>44.71779646338597</latitude>
1651
- <altitude>0</altitude>
1652
- <range>189.7095730357674</range>
1653
- <tilt>0</tilt>
1654
- <heading>0.0003188808607201916</heading>
1655
- <altitudeMode>relativeToGround</altitudeMode>
1656
- </LookAt>
1657
- <styleUrl>#msn_sunny_copy70</styleUrl>
1658
- <Point>
1659
- <coordinates>10.64294491831197,44.71794161105381,0</coordinates>
1660
- </Point>
1661
- </Placemark>
1662
- <Placemark>
1663
- <name>Sundial, Rennes, France</name>
1664
- <description><![CDATA[<p><img src="http://perso.orange.fr/cadrans.solaires/cadrans/images/cadran_beauregard_300.jpg"></p>
1665
-
1666
- <p>Image source:<a href="http://perso.orange.fr/cadrans.solaires/cadrans/images/cadran_beauregard_300.jpg">http://perso.orange.fr</a></p>]]></description>
1667
- <LookAt>
1668
- <longitude>-1.701676278457902</longitude>
1669
- <latitude>48.13126501865703</latitude>
1670
- <altitude>0</altitude>
1671
- <range>61.61200771227915</range>
1672
- <tilt>0</tilt>
1673
- <heading>-7.297875936612596e-006</heading>
1674
- <altitudeMode>relativeToGround</altitudeMode>
1675
- </LookAt>
1676
- <styleUrl>#msn_sunny_copy70</styleUrl>
1677
- <Point>
1678
- <coordinates>-1.701699217745187,48.13129604209563,0</coordinates>
1679
- </Point>
1680
- </Placemark>
1681
- <Placemark>
1682
- <name>Sundial, Schneverdingen, Germany</name>
1683
- <description><![CDATA[<p><img src="http://www.schneverdingen-touristik.de/Rest/Sonnenuhr%20quer.jpg" width="320" hight ="240"></p>]]></description>
1684
- <LookAt>
1685
- <longitude>9.790867938787324</longitude>
1686
- <latitude>53.12943797238091</latitude>
1687
- <altitude>0</altitude>
1688
- <range>106.7617213575405</range>
1689
- <tilt>4.722006958129564e-010</tilt>
1690
- <heading>0.00116683463628678</heading>
1691
- <altitudeMode>relativeToGround</altitudeMode>
1692
- </LookAt>
1693
- <styleUrl>#msn_sunny_copy70</styleUrl>
1694
- <Point>
1695
- <coordinates>9.790707601654233,53.12958381093443,0</coordinates>
1696
- </Point>
1697
- </Placemark>
1698
- <Placemark>
1699
- <name>Sundial Obelisk, Charleston, South Carolina</name>
1700
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/display/10a1f88a-71e0-4341-96f3-e8e687af05c9.jpg"></p>
1701
-
1702
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WM9J1">www.groundspeak.com</a></p>]]></description>
1703
- <LookAt>
1704
- <longitude>-79.93166502066842</longitude>
1705
- <latitude>32.76970334074068</latitude>
1706
- <altitude>0</altitude>
1707
- <range>75.62015855417492</range>
1708
- <tilt>4.052617221081382e-011</tilt>
1709
- <heading>1.8933011389851e-005</heading>
1710
- <altitudeMode>relativeToGround</altitudeMode>
1711
- </LookAt>
1712
- <styleUrl>#msn_sunny_copy70</styleUrl>
1713
- <Point>
1714
- <coordinates>-79.93172500691688,32.76973746165206,0</coordinates>
1715
- </Point>
1716
- </Placemark>
1717
- <Placemark>
1718
- <name>Sundial, Morehead Planetarium, Chapel Hill, North Carolina</name>
1719
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/log/display/a71ce131-2875-4856-958f-2ca5e57a1df9.jpg"></p>
1720
-
1721
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WMCBZ">www.groundspeak.com</a></p>]]></description>
1722
- <LookAt>
1723
- <longitude>-79.050938325099</longitude>
1724
- <latitude>35.91448691988588</latitude>
1725
- <altitude>0</altitude>
1726
- <range>64.77863580575449</range>
1727
- <tilt>0</tilt>
1728
- <heading>1.662447442472179e-005</heading>
1729
- <altitudeMode>relativeToGround</altitudeMode>
1730
- </LookAt>
1731
- <styleUrl>#msn_sunny_copy70</styleUrl>
1732
- <Point>
1733
- <coordinates>-79.05097493816135,35.91457037097104,0</coordinates>
1734
- </Point>
1735
- </Placemark>
1736
- <Placemark>
1737
- <name>Sundial, Berkeley,
1738
- California</name>
1739
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/log/display/9c455a92-2816-4071-950e-91f17b6fa4bd.jpg"></p>
1740
-
1741
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WM988">www.groundspeak.com</a></p>]]></description>
1742
- <LookAt>
1743
- <longitude>-122.3174670551103</longitude>
1744
- <latitude>37.86291969151575</latitude>
1745
- <altitude>0</altitude>
1746
- <range>46.45520126730318</range>
1747
- <tilt>1.288314315217904e-009</tilt>
1748
- <heading>2.022127862982459e-005</heading>
1749
- <altitudeMode>relativeToGround</altitudeMode>
1750
- </LookAt>
1751
- <styleUrl>#msn_sunny_copy70</styleUrl>
1752
- <Point>
1753
- <coordinates>-122.317517078111,37.86295037394118,0</coordinates>
1754
- </Point>
1755
- </Placemark>
1756
- <Placemark>
1757
- <name>Forest Lawn Cemetery Sundial, Buffalo, NY</name>
1758
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/display/c6aef5f9-367d-45f2-8f8c-d01bf5d233ae.jpg"></p>
1759
-
1760
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WMJQ8">www.groundspeak.com</a></p>]]></description>
1761
- <LookAt>
1762
- <longitude>-78.85654999999994</longitude>
1763
- <latitude>42.92531666666667</latitude>
1764
- <altitude>0</altitude>
1765
- <range>76.25216432595194</range>
1766
- <tilt>0</tilt>
1767
- <heading>1.305178628551349e-014</heading>
1768
- <altitudeMode>relativeToGround</altitudeMode>
1769
- </LookAt>
1770
- <styleUrl>#msn_sunny_copy70</styleUrl>
1771
- <Point>
1772
- <coordinates>-78.85660856395873,42.92539096384056,0</coordinates>
1773
- </Point>
1774
- </Placemark>
1775
- <Placemark>
1776
- <name>Ruston Way Sundial ,Tacoma, Washington</name>
1777
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/display/dd5439e7-0312-443d-9557-d4986582ef59.jpg"></p>
1778
-
1779
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WMXQB">www.groundspeak.com</a></p>]]></description>
1780
- <LookAt>
1781
- <longitude>-122.4622812282256</longitude>
1782
- <latitude>47.27566486193976</latitude>
1783
- <altitude>0</altitude>
1784
- <range>62.22457114364932</range>
1785
- <tilt>0</tilt>
1786
- <heading>0.0001239840172672445</heading>
1787
- <altitudeMode>relativeToGround</altitudeMode>
1788
- </LookAt>
1789
- <styleUrl>#msn_sunny_copy70</styleUrl>
1790
- <Point>
1791
- <coordinates>-122.4623519976878,47.27567991760397,0</coordinates>
1792
- </Point>
1793
- </Placemark>
1794
- <Placemark>
1795
- <name>Sundial ,Science Central, Fort Wayne, Indiana</name>
1796
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/display/e78d7f23-8999-47be-b678-e7140aa82ca7.jpg"></p>
1797
-
1798
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WMYG1">www.groundspeak.com</a></p>]]></description>
1799
- <LookAt>
1800
- <longitude>-85.1392719076301</longitude>
1801
- <latitude>41.09135262868964</latitude>
1802
- <altitude>0</altitude>
1803
- <range>39.45104173043256</range>
1804
- <tilt>0</tilt>
1805
- <heading>-1.439899387224993e-005</heading>
1806
- <altitudeMode>relativeToGround</altitudeMode>
1807
- </LookAt>
1808
- <styleUrl>#msn_sunny_copy70</styleUrl>
1809
- <Point>
1810
- <coordinates>-85.13931366905783,41.09136114213859,0</coordinates>
1811
- </Point>
1812
- </Placemark>
1813
- <Placemark>
1814
- <name>Berkswich Millennium Sundial, Broc Hill, Staffordshire, UK</name>
1815
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/display/3351745c-c573-4970-98ef-8ba7740c9bca.jpg"></p>
1816
-
1817
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WMR8X">www.groundspeak.com</a></p>]]></description>
1818
- <LookAt>
1819
- <longitude>-2.038136129920761</longitude>
1820
- <latitude>52.77711389120437</latitude>
1821
- <altitude>0</altitude>
1822
- <range>29.50351061813827</range>
1823
- <tilt>0</tilt>
1824
- <heading>3.758749562499077e-005</heading>
1825
- <altitudeMode>relativeToGround</altitudeMode>
1826
- </LookAt>
1827
- <styleUrl>#msn_sunny_copy70</styleUrl>
1828
- <Point>
1829
- <coordinates>-2.038162283146562,52.77714418176907,0</coordinates>
1830
- </Point>
1831
- </Placemark>
1832
- <Placemark>
1833
- <name>Sundial, Tazacorte Beach ,La Palma island</name>
1834
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/display/10cced19-2b34-482d-86c5-ee72fca9ab87.jpg" width="400" height="300"></p>
1835
-
1836
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WM173Y">www.groundspeak.com</a></p>]]></description>
1837
- <LookAt>
1838
- <longitude>-17.9461489138289</longitude>
1839
- <latitude>28.65121498294262</latitude>
1840
- <altitude>0</altitude>
1841
- <range>64.36805201552387</range>
1842
- <tilt>0</tilt>
1843
- <heading>4.047704004228316e-005</heading>
1844
- <altitudeMode>relativeToGround</altitudeMode>
1845
- </LookAt>
1846
- <styleUrl>#msn_sunny_copy70</styleUrl>
1847
- <Point>
1848
- <coordinates>-17.94620263531645,28.65124065936443,0</coordinates>
1849
- </Point>
1850
- </Placemark>
1851
- <Placemark>
1852
- <name>Sundial, Rochester, NY</name>
1853
- <description><![CDATA[Residence Hall Quad Sundial
1854
- <p><img src="http://img.groundspeak.com/waymarking/display/86272fd4-17ae-4b5d-a120-35ba49574a1d.jpg"></p>
1855
-
1856
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WM13N7">www.groundspeak.com</a></p>]]></description>
1857
- <LookAt>
1858
- <longitude>-77.66915367541856</longitude>
1859
- <latitude>43.0844306339545</latitude>
1860
- <altitude>0</altitude>
1861
- <range>61.69080872372956</range>
1862
- <tilt>0</tilt>
1863
- <heading>9.994948692290747e-005</heading>
1864
- <altitudeMode>relativeToGround</altitudeMode>
1865
- </LookAt>
1866
- <styleUrl>#msn_sunny_copy70</styleUrl>
1867
- <Point>
1868
- <coordinates>-77.66917908415978,43.08440844604031,0</coordinates>
1869
- </Point>
1870
- </Placemark>
1871
- <Placemark>
1872
- <name>Sundial, Center of the World, Felicity, CA</name>
1873
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/log/691c99be-50f7-4916-88e7-9e103d994b22.jpg"></p>
1874
-
1875
- <p>
1876
- The 15 foot Sundial at Felicity is a three-dimensional bronze of Michelangelo's Arm of God painted on the Sistine Chapel ceiling. The arm was sculpted and cast in bronze in New England. The rock is local but the installation required the assistance of a mining engineer and a special drill. The bronze Roman numerals give the time. A sundial is precisely accurate once a year and this was set at noon on Christmas Day. The arm points to the Hill of Prayer, site of the Church on the Hill at Felicity.
1877
- At the entrance to The Center of the World campus is a 25 ft. high section of the original stairway of the Eiffel Tower. In 1983, the Government of France removed approximately 500 ft. of the original stairway. Built with the technology of the 1860's, the weight of approximately 54,000 lbs. was causing sway at the top of the then 94 year old tower. The 6,600 lb. section serves no practical purpose, but is part of the spirit of Felicity.
1878
- The idea of making Felicity the Center of the World came to Jacques-André when he'd been mayor only a few months. Somehow he convinced Imperial County, CA, to recognize his claim. Soon he had convinced the Institut Geographique National of France, General Dynamics Corporation, and The People's Republic of China to recognize it as well. "I knew I had to build something, but I didn't know what. My wife said, 'It's a desert; why not a pyramid?' So Jacques-André had built a 21-foot-tall pink marble pyramid, its interior lined with mirrors, a plaque embedded in the floor, marking the exact spot. For a dollar, tourists can now stand on the official Center Of The World and take a picture themselves at the official "Center Of The World".
1879
- The Felicity Post Office was dedicated on 5 December 1987 at a time when thousands of small post offices were being eliminated as an economy measure. The town, whose population numbered two, saw over 2,300 letters mailed that day. The dedication ceremony was highlighted by a speech in Chinese by Consul Zhou of the People’s Republic of China who traveled 600 miles for the occasion. It is operated by the town at a cost to the Federal Government of one dollar per year. Twenty uncashed one dollar checks are on file.</p>
1880
-
1881
- <p>Image and info credit:<a href="http://www.waymarking.com/waymarks/WM19WB">www.groundspeak.com</a></p>]]></description>
1882
- <LookAt>
1883
- <longitude>-114.7654750861393</longitude>
1884
- <latitude>32.74988921016088</latitude>
1885
- <altitude>0</altitude>
1886
- <range>72.95555856498569</range>
1887
- <tilt>0</tilt>
1888
- <heading>3.146266385893141e-005</heading>
1889
- <altitudeMode>relativeToGround</altitudeMode>
1890
- </LookAt>
1891
- <styleUrl>#msn_sunny_copy70</styleUrl>
1892
- <Point>
1893
- <coordinates>-114.7655284077745,32.74992976207647,0</coordinates>
1894
- </Point>
1895
- </Placemark>
1896
- <Placemark>
1897
- <name>University of São Paulo Sundial, Sao Paulo, Brazi</name>
1898
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/display/a5362062-9509-4022-9693-fc2a064301d8.jpg"></p>
1899
-
1900
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WM1DJT">www.groundspeak.com</a></p>]]></description>
1901
- <LookAt>
1902
- <longitude>-46.7204986760494</longitude>
1903
- <latitude>-23.56120553413547</latitude>
1904
- <altitude>0</altitude>
1905
- <range>122.7188487961642</range>
1906
- <tilt>0</tilt>
1907
- <heading>2.610051397350573e-005</heading>
1908
- <altitudeMode>relativeToGround</altitudeMode>
1909
- </LookAt>
1910
- <styleUrl>#msn_sunny_copy70</styleUrl>
1911
- <Point>
1912
- <coordinates>-46.7205459522717,-23.56115337159118,0</coordinates>
1913
- </Point>
1914
- </Placemark>
1915
- <Placemark>
1916
- <name>Slate bowl Sundial, Holker, UK</name>
1917
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/display/c6aca7e1-9221-4d8f-a0f4-e062e06346f9.jpg"></p>
1918
-
1919
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WM1DRW">www.groundspeak.com</a></p>]]></description>
1920
- <LookAt>
1921
- <longitude>-2.987191130383048</longitude>
1922
- <latitude>54.188865359179</latitude>
1923
- <altitude>0</altitude>
1924
- <range>98.16442365143851</range>
1925
- <tilt>2.595660029656298e-010</tilt>
1926
- <heading>0.000142350860720713</heading>
1927
- <altitudeMode>relativeToGround</altitudeMode>
1928
- </LookAt>
1929
- <styleUrl>#msn_sunny_copy70</styleUrl>
1930
- <Point>
1931
- <coordinates>-2.987342530279506,54.18895843924356,0</coordinates>
1932
- </Point>
1933
- </Placemark>
1934
- <Placemark>
1935
- <name>Sundial, Jardin des Doms, Avignon</name>
1936
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/display/46383080-d099-4450-98a9-6d15c1c16441.jpg"></p>
1937
-
1938
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WM1M8Z">www.groundspeak.com</a></p>]]></description>
1939
- <LookAt>
1940
- <longitude>4.807697613943427</longitude>
1941
- <latitude>43.95301885165002</latitude>
1942
- <altitude>0</altitude>
1943
- <range>32.75914708134153</range>
1944
- <tilt>1.205283678723288e-009</tilt>
1945
- <heading>2.147953504845766e-005</heading>
1946
- <altitudeMode>relativeToGround</altitudeMode>
1947
- </LookAt>
1948
- <styleUrl>#msn_sunny_copy70</styleUrl>
1949
- <Point>
1950
- <coordinates>4.807672022945837,43.95303620373285,0</coordinates>
1951
- </Point>
1952
- </Placemark>
1953
- <Placemark>
1954
- <name>Rillito Riverpark Sundial, Tucson, AZ</name>
1955
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/display/6c0bf495-b4fe-4549-a1c1-af8fb4328eae.jpg"></p>
1956
-
1957
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WM1TC7">www.groundspeak.com</a></p>]]></description>
1958
- <LookAt>
1959
- <longitude>-111.0075277787534</longitude>
1960
- <latitude>32.30113621710221</latitude>
1961
- <altitude>0</altitude>
1962
- <range>94.15682746212195</range>
1963
- <tilt>0</tilt>
1964
- <heading>2.968664599173171e-005</heading>
1965
- <altitudeMode>relativeToGround</altitudeMode>
1966
- </LookAt>
1967
- <styleUrl>#msn_sunny_copy70</styleUrl>
1968
- <Point>
1969
- <coordinates>-111.0075933392788,32.30113929573149,0</coordinates>
1970
- </Point>
1971
- </Placemark>
1972
- <Placemark>
1973
- <name>Helium Monument Sundial, Amarillo, TX</name>
1974
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/display/a0b45c91-a572-4ca1-8a9d-b5ebb84c028b.jpg"></p>
1975
-
1976
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WM1WJY">www.groundspeak.com</a></p>]]></description>
1977
- <LookAt>
1978
- <longitude>-101.9132978901728</longitude>
1979
- <latitude>35.19956726276647</latitude>
1980
- <altitude>0</altitude>
1981
- <range>60.53404995378031</range>
1982
- <tilt>5.162016480480558e-011</tilt>
1983
- <heading>3.00374135059527e-005</heading>
1984
- <altitudeMode>relativeToGround</altitudeMode>
1985
- </LookAt>
1986
- <styleUrl>#msn_sunny_copy70</styleUrl>
1987
- <Point>
1988
- <coordinates>-101.9133182362553,35.19966266329223,0</coordinates>
1989
- </Point>
1990
- </Placemark>
1991
- <Placemark>
1992
- <name>Sundial, Hershey, Pennsylvania</name>
1993
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/display/fbb33ffa-3867-4f28-b12c-77bf647e1d13.jpg"></p>
1994
-
1995
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WM1XC1">www.groundspeak.com</a></p>]]></description>
1996
- <LookAt>
1997
- <longitude>-76.62980321024054</longitude>
1998
- <latitude>40.27170452963257</latitude>
1999
- <altitude>0</altitude>
2000
- <range>72.41553799015709</range>
2001
- <tilt>2.798231534250927e-010</tilt>
2002
- <heading>6.256605840320539e-005</heading>
2003
- <altitudeMode>relativeToGround</altitudeMode>
2004
- </LookAt>
2005
- <styleUrl>#msn_sunny_copy70</styleUrl>
2006
- <Point>
2007
- <coordinates>-76.6298565862236,40.2718754812139,0</coordinates>
2008
- </Point>
2009
- </Placemark>
2010
- <Placemark>
2011
- <name>King Neptune Sundial, Hilton Head Island, South Carolina</name>
2012
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/display/e48230f9-b1fd-4cf6-bc81-7f0719cc13a5.jpg"></p>
2013
-
2014
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WM2EY7">www.groundspeak.com</a></p>]]></description>
2015
- <LookAt>
2016
- <longitude>-80.72801698168738</longitude>
2017
- <latitude>32.18076491029077</latitude>
2018
- <altitude>0</altitude>
2019
- <range>86.36647046692004</range>
2020
- <tilt>2.346233297172379e-010</tilt>
2021
- <heading>8.72178085589082e-006</heading>
2022
- <altitudeMode>relativeToGround</altitudeMode>
2023
- </LookAt>
2024
- <styleUrl>#msn_sunny_copy70</styleUrl>
2025
- <Point>
2026
- <coordinates>-80.72806102317654,32.18084680335104,0</coordinates>
2027
- </Point>
2028
- </Placemark>
2029
- <Placemark>
2030
- <name>Jane Larue Memorial Sundial - Ann Arbor, Michigan</name>
2031
- <description><![CDATA[<p><img src="http://img.groundspeak.com/waymarking/display/936cd562-a97c-44bd-8ed5-fcdf2495076d.jpg"></p>
2032
-
2033
- <p>Image credit:<a href="http://www.waymarking.com/waymarks/WM290J">www.groundspeak.com</a></p>]]></description>
2034
- <LookAt>
2035
- <longitude>-83.66222470201295</longitude>
2036
- <latitude>42.30114702626376</latitude>
2037
- <altitude>0</altitude>
2038
- <range>26.29476256996721</range>
2039
- <tilt>0</tilt>
2040
- <heading>0.0001291940559531826</heading>
2041
- <altitudeMode>relativeToGround</altitudeMode>
2042
- </LookAt>
2043
- <styleUrl>#msn_sunny_copy70</styleUrl>
2044
- <Point>
2045
- <coordinates>-83.66224748552365,42.30117333470928,0</coordinates>
2046
- </Point>
2047
- </Placemark>
2048
- </Folder>
2049
- <Folder>
2050
- <name>Schoolyard Sundials</name>
2051
- <Placemark>
2052
- <name>Sundial, Julius-Brecht-Allee, Bremen</name>
2053
- <LookAt>
2054
- <longitude>8.8674012861685</longitude>
2055
- <latitude>53.07651505713779</latitude>
2056
- <altitude>0</altitude>
2057
- <range>20.6687721420542</range>
2058
- <tilt>9.001122528249614e-011</tilt>
2059
- <heading>-0.00437506724289509</heading>
2060
- <altitudeMode>relativeToGround</altitudeMode>
2061
- </LookAt>
2062
- <styleUrl>#msn_sunny_copy69</styleUrl>
2063
- <Point>
2064
- <coordinates>8.867391721405184,53.07654483342672,0</coordinates>
2065
- </Point>
2066
- </Placemark>
2067
- <Placemark>
2068
- <name>Sundial, Drebberstraße, Bremen</name>
2069
- <description><![CDATA[<p><img src="http://planetarium.hs-bremen.de/planetarium/pics/drebber.jpg"></p>]]></description>
2070
- <LookAt>
2071
- <longitude>8.898052233187912</longitude>
2072
- <latitude>53.0400952944841</latitude>
2073
- <altitude>0</altitude>
2074
- <range>14.44345748598086</range>
2075
- <tilt>0</tilt>
2076
- <heading>-0.001637659480767247</heading>
2077
- <altitudeMode>relativeToGround</altitudeMode>
2078
- </LookAt>
2079
- <styleUrl>#msn_sunny_copy69</styleUrl>
2080
- <Point>
2081
- <coordinates>8.898047664850367,53.04011230005033,0</coordinates>
2082
- </Point>
2083
- </Placemark>
2084
- <Placemark>
2085
- <name>Sundial, Butjadingersrasse, Bremen</name>
2086
- <description><![CDATA[<p><img src="http://planetarium.hs-bremen.de/planetarium/astroinfo/sonnenuhren/sonstige/butjadinger.jpg"></p>]]></description>
2087
- <LookAt>
2088
- <longitude>8.759747956980032</longitude>
2089
- <latitude>53.08143879125452</latitude>
2090
- <altitude>0</altitude>
2091
- <range>37.83897098076405</range>
2092
- <tilt>0</tilt>
2093
- <heading>-0.002629545926081431</heading>
2094
- <altitudeMode>relativeToGround</altitudeMode>
2095
- </LookAt>
2096
- <styleUrl>#msn_sunny_copy69</styleUrl>
2097
- <Point>
2098
- <coordinates>8.759712018733111,53.08151322706201,0</coordinates>
2099
- </Point>
2100
- </Placemark>
2101
- </Folder>
2102
- <Folder>
2103
- <name>In Progress</name>
2104
- <Placemark>
2105
- <name>Sundial, Greenwich, USA</name>
2106
- <description><![CDATA[<p><img src="http://www.sundials.org/registry/regphotos/345_ct_greenwich.jpg"></p>]]></description>
2107
- <LookAt>
2108
- <longitude>-73.61498302559443</longitude>
2109
- <latitude>41.02226092221508</latitude>
2110
- <altitude>0</altitude>
2111
- <range>149.2259168633856</range>
2112
- <tilt>1.357926888487057e-010</tilt>
2113
- <heading>-0.001539166856947675</heading>
2114
- <altitudeMode>relativeToGround</altitudeMode>
2115
- </LookAt>
2116
- <styleUrl>#msn_sunny_copy69</styleUrl>
2117
- <Point>
2118
- <coordinates>-73.61504279924034,41.022311140554,0</coordinates>
2119
- </Point>
2120
- </Placemark>
2121
- <Placemark>
2122
- <name>Sonnenuhr?</name>
2123
- <LookAt>
2124
- <longitude>11.05508326700377</longitude>
2125
- <latitude>49.45922489288633</latitude>
2126
- <altitude>0</altitude>
2127
- <range>50.88443884213967</range>
2128
- <tilt>8.335955203191607e-009</tilt>
2129
- <heading>0.0196675278275586</heading>
2130
- <altitudeMode>relativeToGround</altitudeMode>
2131
- </LookAt>
2132
- <styleUrl>#msn_sunny_copy69</styleUrl>
2133
- <Point>
2134
- <coordinates>11.0551380716084,49.45927364486676,0</coordinates>
2135
- </Point>
2136
- </Placemark>
2137
- <Placemark>
2138
- <name>Sundial, Edgewood Park, New Haven, USA</name>
2139
- <description><![CDATA[<p><img src="http://www.sundials.org/registry/regphotos/279_ct_newha_eng.jpg"><p>
2140
-
2141
- <p><img src="http://www.sundials.org/registry/regphotos/279_ct_newha_eng2.jpg"><p>]]></description>
2142
- <LookAt>
2143
- <longitude>-72.95215163561284</longitude>
2144
- <latitude>41.31399188322968</latitude>
2145
- <altitude>0</altitude>
2146
- <range>154.2904142456261</range>
2147
- <tilt>0</tilt>
2148
- <heading>0.002187256502984029</heading>
2149
- <altitudeMode>relativeToGround</altitudeMode>
2150
- </LookAt>
2151
- <styleUrl>#msn_sunny_copy69</styleUrl>
2152
- <Point>
2153
- <coordinates>-72.95224192688632,41.31401837758977,0</coordinates>
2154
- </Point>
2155
- </Placemark>
2156
- <Placemark>
2157
- <name>Sundial, Pearl City, Oahu, USA</name>
2158
- <description><![CDATA[<p><img src="http://www.sundials.org/registry/regphotos/535_hi_pearlcity_uofhi_1.jpg" height="300px" width="450px"></p>]]></description>
2159
- <LookAt>
2160
- <longitude>-157.975920511215</longitude>
2161
- <latitude>21.39370171784438</latitude>
2162
- <altitude>0</altitude>
2163
- <range>93.82906502148613</range>
2164
- <tilt>0</tilt>
2165
- <heading>-0.001426474135915891</heading>
2166
- <altitudeMode>relativeToGround</altitudeMode>
2167
- </LookAt>
2168
- <styleUrl>#msn_sunny_copy69</styleUrl>
2169
- <Point>
2170
- <coordinates>-157.9759385077734,21.39376422631041,0</coordinates>
2171
- </Point>
2172
- </Placemark>
2173
- <Placemark>
2174
- <name>Sundial</name>
2175
- <description>http://maget.maget.free.fr/SiteMont/index.html</description>
2176
- <LookAt>
2177
- <longitude>-1.511135684750573</longitude>
2178
- <latitude>48.63640399624012</latitude>
2179
- <altitude>0</altitude>
2180
- <range>623.6899626138724</range>
2181
- <tilt>0</tilt>
2182
- <heading>-1.851737885201182e-005</heading>
2183
- <altitudeMode>relativeToGround</altitudeMode>
2184
- </LookAt>
2185
- <styleUrl>#msn_sunny_copy69</styleUrl>
2186
- <Point>
2187
- <coordinates>-1.511518347366319,48.63786003229999,0</coordinates>
2188
- </Point>
2189
- </Placemark>
2190
- <GroundOverlay>
2191
- <name>Mont-Saint-Michel</name>
2192
- <description>http://maget.maget.free.fr/SiteMont/MSpage4.htm</description>
2193
- <Icon>
2194
- <href>http://maget.maget.free.fr/SiteMont/images/le_Mont_Solaire-Land%20Art.jpg</href>
2195
- <viewBoundScale>0.75</viewBoundScale>
2196
- </Icon>
2197
- <LatLonBox>
2198
- <north>48.63770978435333</north>
2199
- <south>48.6344604605756</south>
2200
- <east>-1.5070705975067</east>
2201
- <west>-1.514375149320612</west>
2202
- <rotation>-11.46597601725745</rotation>
2203
- </LatLonBox>
2204
- </GroundOverlay>
2205
- <Placemark>
2206
- <name>Sundial Park, Ludiver park</name>
2207
- <description>http://perso.orange.fr/cadrans.solaires/cadrans/cadran-parc-ludiver.html</description>
2208
- <LookAt>
2209
- <longitude>-1.727863357864637</longitude>
2210
- <latitude>49.63119498354116</latitude>
2211
- <altitude>0</altitude>
2212
- <range>473.1060190443535</range>
2213
- <tilt>3.883358970183465e-011</tilt>
2214
- <heading>0.0005701632901766135</heading>
2215
- <altitudeMode>relativeToGround</altitudeMode>
2216
- </LookAt>
2217
- <styleUrl>#msn_sunny_copy69</styleUrl>
2218
- <Point>
2219
- <coordinates>-1.728331456927833,49.63191584214422,0</coordinates>
2220
- </Point>
2221
- </Placemark>
2222
- <Placemark>
2223
- <name>Sonnenuhr?</name>
2224
- <LookAt>
2225
- <longitude>7.68545763101957</longitude>
2226
- <latitude>51.53642499090419</latitude>
2227
- <altitude>0</altitude>
2228
- <range>23.70363190324798</range>
2229
- <tilt>4.475657800962137e-010</tilt>
2230
- <heading>-0.1674345977313924</heading>
2231
- <altitudeMode>relativeToGround</altitudeMode>
2232
- </LookAt>
2233
- <styleUrl>#msn_sunny_copy69</styleUrl>
2234
- <Point>
2235
- <coordinates>7.685416995069303,51.53648149450991,0</coordinates>
2236
- </Point>
2237
- </Placemark>
2238
- <Placemark>
2239
- <name>Sundial at Tower of London</name>
2240
- <description><![CDATA[<img src="http://gallery.ontopof-theworld.com/albums/photohunt/IMG_1031_t.jpg">]]></description>
2241
- <LookAt>
2242
- <longitude>-0.07656780337525181</longitude>
2243
- <latitude>51.50981727675416</latitude>
2244
- <altitude>0</altitude>
2245
- <range>61.73369699893549</range>
2246
- <tilt>9.251491983355112e-010</tilt>
2247
- <heading>0.009688876514144714</heading>
2248
- </LookAt>
2249
- <styleUrl>#msn_sunny_copy69</styleUrl>
2250
- <Point>
2251
- <coordinates>-0.07656780337525181,51.50981727675417,0</coordinates>
2252
- </Point>
2253
- </Placemark>
2254
- <Placemark>
2255
- <name>War Veterans&apos; Memorial Park Sundial, Florida, United States</name>
2256
- <LookAt>
2257
- <longitude>-82.77333790901622</longitude>
2258
- <latitude>27.8036881517592</latitude>
2259
- <altitude>0</altitude>
2260
- <range>96.43655563554265</range>
2261
- <tilt>4.405141995417006e-010</tilt>
2262
- <heading>9.892674215924156e-005</heading>
2263
- <altitudeMode>relativeToGround</altitudeMode>
2264
- </LookAt>
2265
- <styleUrl>#msn_sunny_copy69</styleUrl>
2266
- <Point>
2267
- <coordinates>-82.77341348054247,27.80374932310448,0</coordinates>
2268
- </Point>
2269
- </Placemark>
2270
- </Folder>
2271
- </Folder>
2272
- </Document>
2273
- </kml>