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,1491 +0,0 @@
1
- <html>
2
- <head>
3
- <script src="../OLLoader.js"></script>
4
- <script type="text/javascript">
5
-
6
- function test_constructor(t) {
7
- t.plan(6);
8
- var xml = document.getElementById("capabilities").firstChild.nodeValue;
9
- var doc = new OpenLayers.Format.XML().read(xml);
10
- var obj = new OpenLayers.Format.WMTSCapabilities().read(doc);
11
-
12
- var layer0 = new OpenLayers.Layer.WMTS({
13
- name: "GeoWebCache USA WMTS",
14
- url: "http://example.com/geowebcache-1.2.2/service/wmts/",
15
- layer: "arcgis-online-wms",
16
- style: "",
17
- matrixSet: "arcgis-online-wgs84",
18
- format: "image/png",
19
- isBaseLayer: false,
20
- requestEncoding: "KVP",
21
- maxResolution: 0.3521969032857032,
22
- numZoomLevels: 7,
23
- matrixIds: obj.contents.tileMatrixSets["arcgis-online-wgs84"].matrixIds
24
- });
25
-
26
- t.ok(layer0 instanceof OpenLayers.Layer.WMTS, "constructor returns instance of OpenLayers.Layer.WMTS");
27
- t.eq(layer0.formatSuffix, "png", "formatSuffix is set correct based on 'format' parameter");
28
-
29
- var layer1 = new OpenLayers.Layer.WMTS({
30
- name: "Blue Marble WMTS",
31
- url: "http://example.com/wmts/",
32
- layer: "world",
33
- style: "blue_marble",
34
- matrixSet: "arcgis_online",
35
- tileSize: new OpenLayers.Size(512, 512),
36
- requestEncoding: "REST"
37
- });
38
-
39
- t.ok(layer1 instanceof OpenLayers.Layer.WMTS, "constructor returns instance of OpenLayers.Layer.WMTS");
40
- t.eq(layer1.formatSuffix, "jpg", "formatSuffix is set correct based on default format");
41
- t.eq(layer1.tileSize.w, 512.0, "tileSize w is set correctly");
42
- t.eq(layer1.tileSize.h, 512.0, "tileSize h is set correctly");
43
- }
44
-
45
- function test_moveTo(t) {
46
- t.plan(9);
47
- var xml = document.getElementById("capabilities").firstChild.nodeValue;
48
- var doc = new OpenLayers.Format.XML().read(xml);
49
- var obj = new OpenLayers.Format.WMTSCapabilities().read(doc);
50
-
51
- var layer0 = new OpenLayers.Layer.WMTS({
52
- name: "GeoWebCache USA WMTS",
53
- url: "http://example.com/geowebcache-1.2.2/service/wmts/",
54
- layer: "arcgis-online-wms",
55
- style: "foo",
56
- matrixSet: "arcgis-online-wgs84",
57
- format: "image/png",
58
- requestEncoding: "KVP",
59
- maxResolution: 0.3521969032857032,
60
- numZoomLevels: 7,
61
- matrixIds: obj.contents.tileMatrixSets["arcgis-online-wgs84"].matrixIds
62
- });
63
-
64
- var map = new OpenLayers.Map('map');
65
- map.addLayer(layer0);
66
-
67
- map.setCenter(new OpenLayers.LonLat(-97, 38), 1);
68
-
69
- t.ok((layer0.tileOrigin instanceof OpenLayers.LonLat), "tileOrigin is an instance of OpenLayers.LonLat");
70
- t.ok((layer0.tileOrigin.lon == -180 && layer0.tileOrigin.lat == 90), "tileOrigin is set correctly");
71
- t.ok((layer0.tileSize instanceof OpenLayers.Size), "tileSize is an instance of OpenLayers.Size");
72
- t.eq(layer0.tileSize.w, 256.0, "tileSize w is set correctly");
73
- t.eq(layer0.tileSize.h, 256.0, "tileSize h is set correctly");
74
-
75
- map.setCenter(new OpenLayers.LonLat(-97.0, 38.0), 6);
76
-
77
- t.eq(layer0.tileOrigin.lon, -175, "tileOrigin.lat updated correctly when zoom changed");
78
- t.eq(layer0.tileOrigin.lat, 85, "tileOrigin.lat updated correctly when zoom changed");
79
- t.eq(layer0.tileSize.w, 512.0, "tileSize w updated correctly when zoom changed");
80
- t.eq(layer0.tileSize.h, 512.0, "tileSize h updated correctly when zoom changed");
81
-
82
- map.destroy();
83
- }
84
-
85
- function test_clearTiles (t) {
86
- t.plan(1);
87
- var map = new OpenLayers.Map('map');
88
-
89
- var layer1 = new OpenLayers.Layer.WMTS({
90
- name: "Blue Marble WMTS",
91
- url: "http://example.com/wmts/",
92
- layer: "world",
93
- style: "blue_marble",
94
- matrixSet: "arcgis_online",
95
- tileSize: new OpenLayers.Size(512, 512),
96
- requestEncoding: "REST"
97
- });
98
-
99
- map.addLayer(layer1);
100
- map.setCenter(new OpenLayers.LonLat(0,0));
101
-
102
- //grab a reference to one of the tiles
103
- var tile = layer1.grid[0][0];
104
-
105
- layer1.clearGrid();
106
-
107
- t.ok( layer1.grid != null, "layer.grid does not get nullified" );
108
- map.destroy();
109
- }
110
-
111
- function test_getTilesBounds(t) {
112
- t.plan(1);
113
- var layer1 = new OpenLayers.Layer.WMTS({
114
- name: "Blue Marble WMTS",
115
- url: "http://example.com/wmts/",
116
- layer: "world",
117
- style: "blue_marble",
118
- matrixSet: "arcgis_online",
119
- tileSize: new OpenLayers.Size(512, 512),
120
- requestEncoding: "REST"
121
- });
122
- var bl = {bounds: new OpenLayers.Bounds(1,2,2,3)};
123
- var tr = {bounds: new OpenLayers.Bounds(2,3,3,4)};
124
- layer1.grid = [[6, tr],[bl, 7]];
125
- var bounds = layer1.getTilesBounds();
126
- var testBounds = new OpenLayers.Bounds(1,2,3,4);
127
- t.ok(bounds.equals(testBounds), "correct bounds");
128
- }
129
-
130
- function test_getResolution(t) {
131
- t.plan(1);
132
- var map = new OpenLayers.Map('map');
133
- var layer1 = new OpenLayers.Layer.WMTS({
134
- name: "Blue Marble WMTS",
135
- url: "http://example.com/wmts/",
136
- layer: "world",
137
- style: "blue_marble",
138
- matrixSet: "arcgis_online",
139
- tileSize: new OpenLayers.Size(512, 512),
140
- maxResolution: 1.40625,
141
- requestEncoding: "REST"
142
- });
143
- map.addLayer(layer1);
144
- map.zoom = 5;
145
- t.eq(layer1.getResolution(), 0.0439453125, "getResolution() returns correct value");
146
- map.destroy();
147
- }
148
-
149
- function test_getZoomForExtent(t) {
150
- t.plan(2);
151
- var bounds, zoom;
152
-
153
- var map = new OpenLayers.Map('map');
154
- var layer1 = new OpenLayers.Layer.WMTS({
155
- name: "Blue Marble WMTS",
156
- url: "http://example.com/wmts/",
157
- layer: "world",
158
- style: "blue_marble",
159
- matrixSet: "arcgis_online",
160
- tileSize: new OpenLayers.Size(512, 512),
161
- maxResolution: 1.40625,
162
- requestEncoding: "REST"
163
- });
164
- map.addLayer(layer1);
165
- bounds = new OpenLayers.Bounds(10,10,12,12);
166
- zoom = layer1.getZoomForExtent(bounds);
167
- t.eq(zoom, 8, "correct value for (10,10,12,12)");
168
- bounds = new OpenLayers.Bounds(10,10,100,100);
169
- zoom = layer1.getZoomForExtent(bounds);
170
- t.eq(zoom, 3, "correct value (10,10,100,100)");
171
- map.destroy();
172
- }
173
-
174
- function test_getURL(t) {
175
- t.plan(2);
176
- var xml = document.getElementById("capabilities").firstChild.nodeValue;
177
- var doc = new OpenLayers.Format.XML().read(xml);
178
- var obj = new OpenLayers.Format.WMTSCapabilities().read(doc);
179
-
180
- var layer0 = new OpenLayers.Layer.WMTS({
181
- name: "GeoWebCache USA WMTS",
182
- url: "http://example.com/geowebcache-1.2.2/service/wmts/",
183
- layer: "arcgis-online-wms",
184
- style: "foo",
185
- matrixSet: "arcgis-online-wgs84",
186
- format: "image/png",
187
- requestEncoding: "KVP",
188
- maxResolution: 0.3521969032857032,
189
- numZoomLevels: 7,
190
- matrixIds: obj.contents.tileMatrixSets["arcgis-online-wgs84"].matrixIds
191
- });
192
-
193
- var layer1 = new OpenLayers.Layer.WMTS({
194
- name: "Blue Marble WMTS",
195
- url: "http://example.com/wmts/",
196
- layer: "world",
197
- style: "blue_marble",
198
- matrixSet: "arcgis_online",
199
- format: "image/jpeg",
200
- tileSize: new OpenLayers.Size(512, 512),
201
- requestEncoding: "REST",
202
- isBaseLayer: false
203
- });
204
-
205
- var options = {
206
- controls: [
207
- new OpenLayers.Control.LayerSwitcher(),
208
- new OpenLayers.Control.Navigation(),
209
- new OpenLayers.Control.PanZoom()
210
- ],
211
- projection: "EPSG:4326",
212
- maxResolution: 0.3515625,
213
- maxExtent: new OpenLayers.Bounds(-180, -90, 180, 90)
214
- };
215
- var map = new OpenLayers.Map('map', options);
216
- map.addLayers([layer0,layer1]);
217
- map.setCenter(new OpenLayers.LonLat(-97.0, 38.0), 1);
218
- var tileurl0 = layer0.getURL(new OpenLayers.Bounds(-135.0, 0.0, -90.0, 45.0));
219
- t.ok(OpenLayers.Util.isEquivalentUrl(tileurl0, "http://example.com/geowebcache-1.2.2/service/wmts/?LAYER=arcgis-online-wms&STYLE=foo&TILEMATRIXSET=arcgis-online-wgs84&FORMAT=image%2Fpng&SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetTile&TILEMATRIX=arcgis-online-wgs84%3A1&TILEROW=1&TILECOL=1"), "layer0 getURL returns correct url");
220
-
221
- var tileurl1 = layer1.getURL(new OpenLayers.Bounds(-180.0, 0.0, -90.0, 90.0));
222
- t.eq(tileurl1, "http://example.com/wmts/1.0.0/world/blue_marble/arcgis_online/1/0/0.jpg", "layer1 getURL returns correct url");
223
- map.destroy();
224
- }
225
-
226
- function test_getURL_resourceUrl(t) {
227
- t.plan(2);
228
-
229
- var xml = document.getElementById("capabilities").firstChild.nodeValue;
230
- var doc = new OpenLayers.Format.XML().read(xml);
231
- var obj = new OpenLayers.Format.WMTSCapabilities().read(doc);
232
-
233
- var template = "http://www.example.com/{style}/{Time}/{style}/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.png";
234
- var layer = new OpenLayers.Layer.WMTS({
235
- requestEncoding: "REST",
236
- url: template,
237
- layer: "GeoWebCache_USA_WMTS",
238
- style: "foo",
239
- matrixSet: "arcgis-online",
240
- params: {Time: "2011"},
241
- dimensions: ["Time"]
242
- });
243
-
244
- var map = new OpenLayers.Map("map", {
245
- layers: [layer],
246
- projection: "EPSG:4326",
247
- maxResolution: 0.3515625,
248
- maxExtent: new OpenLayers.Bounds(-180, -90, 180, 90),
249
- zoomMethod: null
250
- });
251
- map.setCenter(new OpenLayers.LonLat(-97.0, 38.0), 1);
252
- t.eq(layer.getURL(new OpenLayers.Bounds(-135.0, 0.0, -90.0, 45.0)),
253
- "http://www.example.com/foo/2011/foo/arcgis-online/1/1/1.png", "getURL returns correct url");
254
- map.zoomIn();
255
- t.eq(layer.getURL(new OpenLayers.Bounds(-180.0, 0.0, -90.0, 90.0)),
256
- "http://www.example.com/foo/2011/foo/arcgis-online/2/2/2.png", "getURL returns correct url");
257
- map.destroy();
258
- }
259
-
260
- function test_destroy (t) {
261
- t.plan(3);
262
- var map = new OpenLayers.Map('map');
263
- var layer1 = new OpenLayers.Layer.WMTS({
264
- name: "Blue Marble WMTS",
265
- url: "http://example.com/wmts/",
266
- layer: "world",
267
- style: "blue_marble",
268
- matrixSet: "arcgis_online",
269
- tileSize: new OpenLayers.Size(512, 512),
270
- requestEncoding: "REST"
271
- });
272
- map.addLayer(layer1);
273
- layer1.destroy();
274
- t.eq( layer1.grid, null, "layer.grid is null after destroy" );
275
- t.eq( layer1.tileSize, null, "layer.tileSize is null after destroy" );
276
-
277
- //test with tile creation
278
- var layer2 = new OpenLayers.Layer.WMTS({
279
- name: "Blue Marble WMTS",
280
- url: "http://example.com/wmts/",
281
- layer: "world",
282
- style: "blue_marble",
283
- matrixSet: "arcgis_online",
284
- tileSize: new OpenLayers.Size(512, 512),
285
- requestEncoding: "REST"
286
- });
287
- map.addLayer(layer2);
288
- map.setCenter(new OpenLayers.LonLat(0,0), 5);
289
- //grab a reference to one of the tiles
290
- var tile = layer2.grid[0][0];
291
-
292
- layer2.destroy();
293
-
294
- t.ok( layer2.grid == null, "tiles appropriately destroyed");
295
- map.destroy();
296
- }
297
-
298
- function test_getIdentifier(t) {
299
- t.plan(2);
300
-
301
- var map = new OpenLayers.Map('map');
302
- var layer, identifier;
303
-
304
- layer = new OpenLayers.Layer.WMTS({
305
- name: "Blue Marble WMTS",
306
- url: "http://example.com/wmts/",
307
- layer: "world",
308
- style: "blue_marble",
309
- matrixSet: "arcgis_online",
310
- tileSize: new OpenLayers.Size(512, 512),
311
- requestEncoding: "REST"
312
- });
313
- map.addLayer(layer);
314
- map.setCenter(new OpenLayers.LonLat(0,0), 5);
315
-
316
- layer.zoomOffset = 2;
317
- identifier = layer.getIdentifier();
318
- t.eq(identifier, 7, '[zoomOffset] getIdentifier return value is correct');
319
-
320
- layer.serverResolutions = ['offset', 1.40625, 0.703125, 0.3515625, 0.17578125,
321
- 0.087890625, 0.0439453125];
322
- identifier = layer.getIdentifier();
323
- t.eq(identifier, 6, '[serverResolutions] getIdentifier return value is correct');
324
-
325
- map.destroy();
326
- }
327
-
328
- </script>
329
- </head>
330
- <body>
331
- <div id="map" style="width:1024px;height:512px;"></div>
332
- <div id="capabilities"><!--
333
- <Capabilities xmlns="http://www.opengis.net/wmts/1.0"
334
- xmlns:ows="http://www.opengis.net/ows/1.1"
335
- xmlns:xlink="http://www.w3.org/1999/xlink"
336
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
337
- xmlns:gml="http://www.opengis.net/gml" xsi:schemaLocation="http://www.opengis.net/wmts/1.0 http://geowebcache.org/schema/opengis/wmts/1.0.0/wmtsGetCapabilities_response.xsd"
338
- version="1.0.0">
339
- <ows:ServiceIdentification>
340
- <ows:Title>Web Map Tile Service - GeoWebCache</ows:Title>
341
- <ows:ServiceType>OGC WMTS</ows:ServiceType>
342
- <ows:ServiceTypeVersion>1.0.0</ows:ServiceTypeVersion>
343
- </ows:ServiceIdentification>
344
- <ows:ServiceProvider>
345
- <ows:ProviderName>http://example.com/geowebcache-1.2.2/service/wmts</ows:ProviderName>
346
- <ows:ProviderSite xlink:href="http://example.com/geowebcache-1.2.2/service/wmts" />
347
- <ows:ServiceContact>
348
- <ows:IndividualName>GeoWebCache User</ows:IndividualName>
349
- </ows:ServiceContact>
350
- </ows:ServiceProvider>
351
- <ows:OperationsMetadata>
352
- <ows:Operation name="GetCapabilities">
353
- <ows:DCP>
354
- <ows:HTTP>
355
- <ows:Get xlink:href="http://example.com/geowebcache-1.2.2/service/wmts?">
356
- <ows:Constraint name="GetEncoding">
357
- <ows:AllowedValues>
358
- <ows:Value>KVP</ows:Value>
359
- </ows:AllowedValues>
360
- </ows:Constraint>
361
- </ows:Get>
362
- </ows:HTTP>
363
- </ows:DCP>
364
- </ows:Operation>
365
- <ows:Operation name="GetTile">
366
- <ows:DCP>
367
- <ows:HTTP>
368
- <ows:Get xlink:href="http://example.com/geowebcache-1.2.2/service/wmts?">
369
- <ows:Constraint name="GetEncoding">
370
- <ows:AllowedValues>
371
- <ows:Value>KVP</ows:Value>
372
- </ows:AllowedValues>
373
- </ows:Constraint>
374
- </ows:Get>
375
- </ows:HTTP>
376
- </ows:DCP>
377
- </ows:Operation>
378
- <ows:Operation name="GetFeatureInfo">
379
- <ows:DCP>
380
- <ows:HTTP>
381
- <ows:Get xlink:href="http://example.com/geowebcache-1.2.2/service/wmts?">
382
- <ows:Constraint name="GetEncoding">
383
- <ows:AllowedValues>
384
- <ows:Value>KVP</ows:Value>
385
- </ows:AllowedValues>
386
- </ows:Constraint>
387
- </ows:Get>
388
- </ows:HTTP>
389
- </ows:DCP>
390
- </ows:Operation>
391
- </ows:OperationsMetadata>
392
- <Contents>
393
- <Layer>
394
- <ows:Title>arcgis-online-wms</ows:Title>
395
- <ows:Abstract>arcgis-online-wms</ows:Abstract>
396
- <ows:WGS84BoundingBox>
397
- <ows:LowerCorner>-180.0 -90.0</ows:LowerCorner>
398
- <ows:UpperCorner>180.0 90.0</ows:UpperCorner>
399
- </ows:WGS84BoundingBox>
400
- <ows:Identifier>arcgis-online-wms</ows:Identifier>
401
- <Style isDefault="true">
402
- <ows:Identifier>_null</ows:Identifier>
403
- </Style>
404
- <Format>image/png</Format>
405
- <Format>image/jpeg</Format>
406
- <TileMatrixSetLink> <TileMatrixSet>arcgis-online-wgs84</TileMatrixSet>
407
- </TileMatrixSetLink> </Layer>
408
- <TileMatrixSet>
409
- <ows:Identifier>EPSG:4326</ows:Identifier>
410
- <ows:SupportedCRS>urn:ogc:def:crs:EPSG::4326</ows:SupportedCRS>
411
- <TileMatrix>
412
- <ows:Identifier>EPSG:4326:0</ows:Identifier>
413
- <ScaleDenominator>2.795411320143589E8</ScaleDenominator>
414
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
415
- <TileWidth>256</TileWidth>
416
- <TileHeight>256</TileHeight>
417
- <MatrixWidth>2</MatrixWidth>
418
- <MatrixHeight>1</MatrixHeight>
419
- </TileMatrix>
420
- <TileMatrix>
421
- <ows:Identifier>EPSG:4326:1</ows:Identifier>
422
- <ScaleDenominator>1.3977056600717944E8</ScaleDenominator>
423
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
424
- <TileWidth>256</TileWidth>
425
- <TileHeight>256</TileHeight>
426
- <MatrixWidth>4</MatrixWidth>
427
- <MatrixHeight>2</MatrixHeight>
428
- </TileMatrix>
429
- <TileMatrix>
430
- <ows:Identifier>EPSG:4326:2</ows:Identifier>
431
- <ScaleDenominator>6.988528300358972E7</ScaleDenominator>
432
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
433
- <TileWidth>256</TileWidth>
434
- <TileHeight>256</TileHeight>
435
- <MatrixWidth>8</MatrixWidth>
436
- <MatrixHeight>4</MatrixHeight>
437
- </TileMatrix>
438
- <TileMatrix>
439
- <ows:Identifier>EPSG:4326:3</ows:Identifier>
440
- <ScaleDenominator>3.494264150179486E7</ScaleDenominator>
441
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
442
- <TileWidth>256</TileWidth>
443
- <TileHeight>256</TileHeight>
444
- <MatrixWidth>16</MatrixWidth>
445
- <MatrixHeight>8</MatrixHeight>
446
- </TileMatrix>
447
- <TileMatrix>
448
- <ows:Identifier>EPSG:4326:4</ows:Identifier>
449
- <ScaleDenominator>1.747132075089743E7</ScaleDenominator>
450
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
451
- <TileWidth>256</TileWidth>
452
- <TileHeight>256</TileHeight>
453
- <MatrixWidth>32</MatrixWidth>
454
- <MatrixHeight>16</MatrixHeight>
455
- </TileMatrix>
456
- <TileMatrix>
457
- <ows:Identifier>EPSG:4326:5</ows:Identifier>
458
- <ScaleDenominator>8735660.375448715</ScaleDenominator>
459
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
460
- <TileWidth>256</TileWidth>
461
- <TileHeight>256</TileHeight>
462
- <MatrixWidth>64</MatrixWidth>
463
- <MatrixHeight>32</MatrixHeight>
464
- </TileMatrix>
465
- <TileMatrix>
466
- <ows:Identifier>EPSG:4326:6</ows:Identifier>
467
- <ScaleDenominator>4367830.1877243575</ScaleDenominator>
468
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
469
- <TileWidth>256</TileWidth>
470
- <TileHeight>256</TileHeight>
471
- <MatrixWidth>128</MatrixWidth>
472
- <MatrixHeight>64</MatrixHeight>
473
- </TileMatrix>
474
- <TileMatrix>
475
- <ows:Identifier>EPSG:4326:7</ows:Identifier>
476
- <ScaleDenominator>2183915.0938621787</ScaleDenominator>
477
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
478
- <TileWidth>256</TileWidth>
479
- <TileHeight>256</TileHeight>
480
- <MatrixWidth>256</MatrixWidth>
481
- <MatrixHeight>128</MatrixHeight>
482
- </TileMatrix>
483
- <TileMatrix>
484
- <ows:Identifier>EPSG:4326:8</ows:Identifier>
485
- <ScaleDenominator>1091957.5469310894</ScaleDenominator>
486
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
487
- <TileWidth>256</TileWidth>
488
- <TileHeight>256</TileHeight>
489
- <MatrixWidth>512</MatrixWidth>
490
- <MatrixHeight>256</MatrixHeight>
491
- </TileMatrix>
492
- <TileMatrix>
493
- <ows:Identifier>EPSG:4326:9</ows:Identifier>
494
- <ScaleDenominator>545978.7734655447</ScaleDenominator>
495
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
496
- <TileWidth>256</TileWidth>
497
- <TileHeight>256</TileHeight>
498
- <MatrixWidth>1024</MatrixWidth>
499
- <MatrixHeight>512</MatrixHeight>
500
- </TileMatrix>
501
- <TileMatrix>
502
- <ows:Identifier>EPSG:4326:10</ows:Identifier>
503
- <ScaleDenominator>272989.38673277234</ScaleDenominator>
504
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
505
- <TileWidth>256</TileWidth>
506
- <TileHeight>256</TileHeight>
507
- <MatrixWidth>2048</MatrixWidth>
508
- <MatrixHeight>1024</MatrixHeight>
509
- </TileMatrix>
510
- <TileMatrix>
511
- <ows:Identifier>EPSG:4326:11</ows:Identifier>
512
- <ScaleDenominator>136494.69336638617</ScaleDenominator>
513
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
514
- <TileWidth>256</TileWidth>
515
- <TileHeight>256</TileHeight>
516
- <MatrixWidth>4096</MatrixWidth>
517
- <MatrixHeight>2048</MatrixHeight>
518
- </TileMatrix>
519
- <TileMatrix>
520
- <ows:Identifier>EPSG:4326:12</ows:Identifier>
521
- <ScaleDenominator>68247.34668319309</ScaleDenominator>
522
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
523
- <TileWidth>256</TileWidth>
524
- <TileHeight>256</TileHeight>
525
- <MatrixWidth>8192</MatrixWidth>
526
- <MatrixHeight>4096</MatrixHeight>
527
- </TileMatrix>
528
- <TileMatrix>
529
- <ows:Identifier>EPSG:4326:13</ows:Identifier>
530
- <ScaleDenominator>34123.67334159654</ScaleDenominator>
531
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
532
- <TileWidth>256</TileWidth>
533
- <TileHeight>256</TileHeight>
534
- <MatrixWidth>16384</MatrixWidth>
535
- <MatrixHeight>8192</MatrixHeight>
536
- </TileMatrix>
537
- <TileMatrix>
538
- <ows:Identifier>EPSG:4326:14</ows:Identifier>
539
- <ScaleDenominator>17061.83667079827</ScaleDenominator>
540
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
541
- <TileWidth>256</TileWidth>
542
- <TileHeight>256</TileHeight>
543
- <MatrixWidth>32768</MatrixWidth>
544
- <MatrixHeight>16384</MatrixHeight>
545
- </TileMatrix>
546
- <TileMatrix>
547
- <ows:Identifier>EPSG:4326:15</ows:Identifier>
548
- <ScaleDenominator>8530.918335399136</ScaleDenominator>
549
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
550
- <TileWidth>256</TileWidth>
551
- <TileHeight>256</TileHeight>
552
- <MatrixWidth>65536</MatrixWidth>
553
- <MatrixHeight>32768</MatrixHeight>
554
- </TileMatrix>
555
- <TileMatrix>
556
- <ows:Identifier>EPSG:4326:16</ows:Identifier>
557
- <ScaleDenominator>4265.459167699568</ScaleDenominator>
558
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
559
- <TileWidth>256</TileWidth>
560
- <TileHeight>256</TileHeight>
561
- <MatrixWidth>131072</MatrixWidth>
562
- <MatrixHeight>65536</MatrixHeight>
563
- </TileMatrix>
564
- <TileMatrix>
565
- <ows:Identifier>EPSG:4326:17</ows:Identifier>
566
- <ScaleDenominator>2132.729583849784</ScaleDenominator>
567
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
568
- <TileWidth>256</TileWidth>
569
- <TileHeight>256</TileHeight>
570
- <MatrixWidth>262144</MatrixWidth>
571
- <MatrixHeight>131072</MatrixHeight>
572
- </TileMatrix>
573
- <TileMatrix>
574
- <ows:Identifier>EPSG:4326:18</ows:Identifier>
575
- <ScaleDenominator>1066.364791924892</ScaleDenominator>
576
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
577
- <TileWidth>256</TileWidth>
578
- <TileHeight>256</TileHeight>
579
- <MatrixWidth>524288</MatrixWidth>
580
- <MatrixHeight>262144</MatrixHeight>
581
- </TileMatrix>
582
- <TileMatrix>
583
- <ows:Identifier>EPSG:4326:19</ows:Identifier>
584
- <ScaleDenominator>533.182395962446</ScaleDenominator>
585
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
586
- <TileWidth>256</TileWidth>
587
- <TileHeight>256</TileHeight>
588
- <MatrixWidth>1048576</MatrixWidth>
589
- <MatrixHeight>524288</MatrixHeight>
590
- </TileMatrix>
591
- <TileMatrix>
592
- <ows:Identifier>EPSG:4326:20</ows:Identifier>
593
- <ScaleDenominator>266.591197981223</ScaleDenominator>
594
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
595
- <TileWidth>256</TileWidth>
596
- <TileHeight>256</TileHeight>
597
- <MatrixWidth>2097152</MatrixWidth>
598
- <MatrixHeight>1048576</MatrixHeight>
599
- </TileMatrix>
600
- <TileMatrix>
601
- <ows:Identifier>EPSG:4326:21</ows:Identifier>
602
- <ScaleDenominator>133.2955989906115</ScaleDenominator>
603
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
604
- <TileWidth>256</TileWidth>
605
- <TileHeight>256</TileHeight>
606
- <MatrixWidth>4194304</MatrixWidth>
607
- <MatrixHeight>2097152</MatrixHeight>
608
- </TileMatrix>
609
- <TileMatrix>
610
- <ows:Identifier>EPSG:4326:22</ows:Identifier>
611
- <ScaleDenominator>66.64779949530575</ScaleDenominator>
612
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
613
- <TileWidth>256</TileWidth>
614
- <TileHeight>256</TileHeight>
615
- <MatrixWidth>8388608</MatrixWidth>
616
- <MatrixHeight>4194304</MatrixHeight>
617
- </TileMatrix>
618
- <TileMatrix>
619
- <ows:Identifier>EPSG:4326:23</ows:Identifier>
620
- <ScaleDenominator>33.323899747652874</ScaleDenominator>
621
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
622
- <TileWidth>256</TileWidth>
623
- <TileHeight>256</TileHeight>
624
- <MatrixWidth>16777216</MatrixWidth>
625
- <MatrixHeight>8388608</MatrixHeight>
626
- </TileMatrix>
627
- <TileMatrix>
628
- <ows:Identifier>EPSG:4326:24</ows:Identifier>
629
- <ScaleDenominator>16.661949873826437</ScaleDenominator>
630
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
631
- <TileWidth>256</TileWidth>
632
- <TileHeight>256</TileHeight>
633
- <MatrixWidth>33554432</MatrixWidth>
634
- <MatrixHeight>16777216</MatrixHeight>
635
- </TileMatrix>
636
- <TileMatrix>
637
- <ows:Identifier>EPSG:4326:25</ows:Identifier>
638
- <ScaleDenominator>8.330974936913218</ScaleDenominator>
639
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
640
- <TileWidth>256</TileWidth>
641
- <TileHeight>256</TileHeight>
642
- <MatrixWidth>67108864</MatrixWidth>
643
- <MatrixHeight>33554432</MatrixHeight>
644
- </TileMatrix>
645
- <TileMatrix>
646
- <ows:Identifier>EPSG:4326:26</ows:Identifier>
647
- <ScaleDenominator>4.165487468456609</ScaleDenominator>
648
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
649
- <TileWidth>256</TileWidth>
650
- <TileHeight>256</TileHeight>
651
- <MatrixWidth>134217728</MatrixWidth>
652
- <MatrixHeight>67108864</MatrixHeight>
653
- </TileMatrix>
654
- <TileMatrix>
655
- <ows:Identifier>EPSG:4326:27</ows:Identifier>
656
- <ScaleDenominator>2.0827437342283046</ScaleDenominator>
657
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
658
- <TileWidth>256</TileWidth>
659
- <TileHeight>256</TileHeight>
660
- <MatrixWidth>268435456</MatrixWidth>
661
- <MatrixHeight>134217728</MatrixHeight>
662
- </TileMatrix>
663
- <TileMatrix>
664
- <ows:Identifier>EPSG:4326:28</ows:Identifier>
665
- <ScaleDenominator>1.0413718671141523</ScaleDenominator>
666
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
667
- <TileWidth>256</TileWidth>
668
- <TileHeight>256</TileHeight>
669
- <MatrixWidth>536870912</MatrixWidth>
670
- <MatrixHeight>268435456</MatrixHeight>
671
- </TileMatrix>
672
- <TileMatrix>
673
- <ows:Identifier>EPSG:4326:29</ows:Identifier>
674
- <ScaleDenominator>0.5206859335570762</ScaleDenominator>
675
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
676
- <TileWidth>256</TileWidth>
677
- <TileHeight>256</TileHeight>
678
- <MatrixWidth>1073741824</MatrixWidth>
679
- <MatrixHeight>536870912</MatrixHeight>
680
- </TileMatrix>
681
- <TileMatrix>
682
- <ows:Identifier>EPSG:4326:30</ows:Identifier>
683
- <ScaleDenominator>0.2603429667785381</ScaleDenominator>
684
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
685
- <TileWidth>256</TileWidth>
686
- <TileHeight>256</TileHeight>
687
- <MatrixWidth>2147483648</MatrixWidth>
688
- <MatrixHeight>1073741824</MatrixHeight>
689
- </TileMatrix>
690
- </TileMatrixSet>
691
- <TileMatrixSet>
692
- <ows:Identifier>arcgis-online-epsg102113</ows:Identifier>
693
- <ows:SupportedCRS>urn:ogc:def:crs:EPSG::102113</ows:SupportedCRS>
694
- <TileMatrix>
695
- <ows:Abstract>The grid was not well-defined, the scale therefore assumes 1m per map unit.</ows:Abstract> <ows:Identifier>arcgis-online-epsg102113:0</ows:Identifier>
696
- <ScaleDenominator>5.590822639285715E8</ScaleDenominator>
697
- <TopLeftCorner>2.0037508E7 -2.00375083392E7</TopLeftCorner>
698
- <TileWidth>256</TileWidth>
699
- <TileHeight>256</TileHeight>
700
- <MatrixWidth>1</MatrixWidth>
701
- <MatrixHeight>1</MatrixHeight>
702
- </TileMatrix>
703
- <TileMatrix>
704
- <ows:Abstract>The grid was not well-defined, the scale therefore assumes 1m per map unit.</ows:Abstract> <ows:Identifier>arcgis-online-epsg102113:1</ows:Identifier>
705
- <ScaleDenominator>2.7954113196428573E8</ScaleDenominator>
706
- <TopLeftCorner>2.0037508E7 -2.00375083392E7</TopLeftCorner>
707
- <TileWidth>256</TileWidth>
708
- <TileHeight>256</TileHeight>
709
- <MatrixWidth>2</MatrixWidth>
710
- <MatrixHeight>2</MatrixHeight>
711
- </TileMatrix>
712
- <TileMatrix>
713
- <ows:Abstract>The grid was not well-defined, the scale therefore assumes 1m per map unit.</ows:Abstract> <ows:Identifier>arcgis-online-epsg102113:2</ows:Identifier>
714
- <ScaleDenominator>1.3977056598214287E8</ScaleDenominator>
715
- <TopLeftCorner>2.0037508E7 -2.00375083392E7</TopLeftCorner>
716
- <TileWidth>256</TileWidth>
717
- <TileHeight>256</TileHeight>
718
- <MatrixWidth>4</MatrixWidth>
719
- <MatrixHeight>4</MatrixHeight>
720
- </TileMatrix>
721
- <TileMatrix>
722
- <ows:Abstract>The grid was not well-defined, the scale therefore assumes 1m per map unit.</ows:Abstract> <ows:Identifier>arcgis-online-epsg102113:3</ows:Identifier>
723
- <ScaleDenominator>6.988528299107143E7</ScaleDenominator>
724
- <TopLeftCorner>2.0037508E7 -2.00375083392E7</TopLeftCorner>
725
- <TileWidth>256</TileWidth>
726
- <TileHeight>256</TileHeight>
727
- <MatrixWidth>8</MatrixWidth>
728
- <MatrixHeight>8</MatrixHeight>
729
- </TileMatrix>
730
- <TileMatrix>
731
- <ows:Abstract>The grid was not well-defined, the scale therefore assumes 1m per map unit.</ows:Abstract> <ows:Identifier>arcgis-online-epsg102113:4</ows:Identifier>
732
- <ScaleDenominator>3.494264149553572E7</ScaleDenominator>
733
- <TopLeftCorner>2.0037508E7 -2.00375083392E7</TopLeftCorner>
734
- <TileWidth>256</TileWidth>
735
- <TileHeight>256</TileHeight>
736
- <MatrixWidth>16</MatrixWidth>
737
- <MatrixHeight>16</MatrixHeight>
738
- </TileMatrix>
739
- <TileMatrix>
740
- <ows:Abstract>The grid was not well-defined, the scale therefore assumes 1m per map unit.</ows:Abstract> <ows:Identifier>arcgis-online-epsg102113:5</ows:Identifier>
741
- <ScaleDenominator>1.747132074776786E7</ScaleDenominator>
742
- <TopLeftCorner>2.0037508E7 -2.00375083392E7</TopLeftCorner>
743
- <TileWidth>256</TileWidth>
744
- <TileHeight>256</TileHeight>
745
- <MatrixWidth>32</MatrixWidth>
746
- <MatrixHeight>32</MatrixHeight>
747
- </TileMatrix>
748
- <TileMatrix>
749
- <ows:Abstract>The grid was not well-defined, the scale therefore assumes 1m per map unit.</ows:Abstract> <ows:Identifier>arcgis-online-epsg102113:6</ows:Identifier>
750
- <ScaleDenominator>8735660.37388393</ScaleDenominator>
751
- <TopLeftCorner>2.0037508E7 -2.00375083392E7</TopLeftCorner>
752
- <TileWidth>256</TileWidth>
753
- <TileHeight>256</TileHeight>
754
- <MatrixWidth>64</MatrixWidth>
755
- <MatrixHeight>64</MatrixHeight>
756
- </TileMatrix>
757
- <TileMatrix>
758
- <ows:Abstract>The grid was not well-defined, the scale therefore assumes 1m per map unit.</ows:Abstract> <ows:Identifier>arcgis-online-epsg102113:7</ows:Identifier>
759
- <ScaleDenominator>4367830.186941965</ScaleDenominator>
760
- <TopLeftCorner>2.0037508E7 -2.00375083392E7</TopLeftCorner>
761
- <TileWidth>256</TileWidth>
762
- <TileHeight>256</TileHeight>
763
- <MatrixWidth>128</MatrixWidth>
764
- <MatrixHeight>128</MatrixHeight>
765
- </TileMatrix>
766
- <TileMatrix>
767
- <ows:Abstract>The grid was not well-defined, the scale therefore assumes 1m per map unit.</ows:Abstract> <ows:Identifier>arcgis-online-epsg102113:8</ows:Identifier>
768
- <ScaleDenominator>2183915.0934709823</ScaleDenominator>
769
- <TopLeftCorner>2.0037508E7 -2.00375083392E7</TopLeftCorner>
770
- <TileWidth>256</TileWidth>
771
- <TileHeight>256</TileHeight>
772
- <MatrixWidth>256</MatrixWidth>
773
- <MatrixHeight>256</MatrixHeight>
774
- </TileMatrix>
775
- </TileMatrixSet>
776
- <TileMatrixSet>
777
- <ows:Identifier>GlobalCRS84Scale</ows:Identifier>
778
- <ows:SupportedCRS>urn:ogc:def:crs:EPSG::4326</ows:SupportedCRS>
779
- <TileMatrix>
780
- <ows:Identifier>GlobalCRS84Scale:0</ows:Identifier>
781
- <ScaleDenominator>5.0000000000000006E8</ScaleDenominator>
782
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
783
- <TileWidth>256</TileWidth>
784
- <TileHeight>256</TileHeight>
785
- <MatrixWidth>2</MatrixWidth>
786
- <MatrixHeight>1</MatrixHeight>
787
- </TileMatrix>
788
- <TileMatrix>
789
- <ows:Identifier>GlobalCRS84Scale:1</ows:Identifier>
790
- <ScaleDenominator>2.5000000000000003E8</ScaleDenominator>
791
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
792
- <TileWidth>256</TileWidth>
793
- <TileHeight>256</TileHeight>
794
- <MatrixWidth>3</MatrixWidth>
795
- <MatrixHeight>2</MatrixHeight>
796
- </TileMatrix>
797
- <TileMatrix>
798
- <ows:Identifier>GlobalCRS84Scale:2</ows:Identifier>
799
- <ScaleDenominator>1.0000000000000001E8</ScaleDenominator>
800
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
801
- <TileWidth>256</TileWidth>
802
- <TileHeight>256</TileHeight>
803
- <MatrixWidth>6</MatrixWidth>
804
- <MatrixHeight>3</MatrixHeight>
805
- </TileMatrix>
806
- <TileMatrix>
807
- <ows:Identifier>GlobalCRS84Scale:3</ows:Identifier>
808
- <ScaleDenominator>5.000000000000001E7</ScaleDenominator>
809
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
810
- <TileWidth>256</TileWidth>
811
- <TileHeight>256</TileHeight>
812
- <MatrixWidth>12</MatrixWidth>
813
- <MatrixHeight>6</MatrixHeight>
814
- </TileMatrix>
815
- <TileMatrix>
816
- <ows:Identifier>GlobalCRS84Scale:4</ows:Identifier>
817
- <ScaleDenominator>2.5000000000000004E7</ScaleDenominator>
818
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
819
- <TileWidth>256</TileWidth>
820
- <TileHeight>256</TileHeight>
821
- <MatrixWidth>23</MatrixWidth>
822
- <MatrixHeight>12</MatrixHeight>
823
- </TileMatrix>
824
- <TileMatrix>
825
- <ows:Identifier>GlobalCRS84Scale:5</ows:Identifier>
826
- <ScaleDenominator>1.0E7</ScaleDenominator>
827
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
828
- <TileWidth>256</TileWidth>
829
- <TileHeight>256</TileHeight>
830
- <MatrixWidth>56</MatrixWidth>
831
- <MatrixHeight>28</MatrixHeight>
832
- </TileMatrix>
833
- <TileMatrix>
834
- <ows:Identifier>GlobalCRS84Scale:6</ows:Identifier>
835
- <ScaleDenominator>5000000.0</ScaleDenominator>
836
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
837
- <TileWidth>256</TileWidth>
838
- <TileHeight>256</TileHeight>
839
- <MatrixWidth>112</MatrixWidth>
840
- <MatrixHeight>56</MatrixHeight>
841
- </TileMatrix>
842
- <TileMatrix>
843
- <ows:Identifier>GlobalCRS84Scale:7</ows:Identifier>
844
- <ScaleDenominator>2500000.0</ScaleDenominator>
845
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
846
- <TileWidth>256</TileWidth>
847
- <TileHeight>256</TileHeight>
848
- <MatrixWidth>224</MatrixWidth>
849
- <MatrixHeight>112</MatrixHeight>
850
- </TileMatrix>
851
- <TileMatrix>
852
- <ows:Identifier>GlobalCRS84Scale:8</ows:Identifier>
853
- <ScaleDenominator>1000000.0000000001</ScaleDenominator>
854
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
855
- <TileWidth>256</TileWidth>
856
- <TileHeight>256</TileHeight>
857
- <MatrixWidth>560</MatrixWidth>
858
- <MatrixHeight>280</MatrixHeight>
859
- </TileMatrix>
860
- <TileMatrix>
861
- <ows:Identifier>GlobalCRS84Scale:9</ows:Identifier>
862
- <ScaleDenominator>500000.00000000006</ScaleDenominator>
863
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
864
- <TileWidth>256</TileWidth>
865
- <TileHeight>256</TileHeight>
866
- <MatrixWidth>1119</MatrixWidth>
867
- <MatrixHeight>560</MatrixHeight>
868
- </TileMatrix>
869
- <TileMatrix>
870
- <ows:Identifier>GlobalCRS84Scale:10</ows:Identifier>
871
- <ScaleDenominator>250000.00000000003</ScaleDenominator>
872
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
873
- <TileWidth>256</TileWidth>
874
- <TileHeight>256</TileHeight>
875
- <MatrixWidth>2237</MatrixWidth>
876
- <MatrixHeight>1119</MatrixHeight>
877
- </TileMatrix>
878
- <TileMatrix>
879
- <ows:Identifier>GlobalCRS84Scale:11</ows:Identifier>
880
- <ScaleDenominator>100000.00000000001</ScaleDenominator>
881
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
882
- <TileWidth>256</TileWidth>
883
- <TileHeight>256</TileHeight>
884
- <MatrixWidth>5591</MatrixWidth>
885
- <MatrixHeight>2796</MatrixHeight>
886
- </TileMatrix>
887
- <TileMatrix>
888
- <ows:Identifier>GlobalCRS84Scale:12</ows:Identifier>
889
- <ScaleDenominator>50000.00000000001</ScaleDenominator>
890
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
891
- <TileWidth>256</TileWidth>
892
- <TileHeight>256</TileHeight>
893
- <MatrixWidth>11182</MatrixWidth>
894
- <MatrixHeight>5591</MatrixHeight>
895
- </TileMatrix>
896
- <TileMatrix>
897
- <ows:Identifier>GlobalCRS84Scale:13</ows:Identifier>
898
- <ScaleDenominator>25000.000000000004</ScaleDenominator>
899
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
900
- <TileWidth>256</TileWidth>
901
- <TileHeight>256</TileHeight>
902
- <MatrixWidth>22364</MatrixWidth>
903
- <MatrixHeight>11182</MatrixHeight>
904
- </TileMatrix>
905
- <TileMatrix>
906
- <ows:Identifier>GlobalCRS84Scale:14</ows:Identifier>
907
- <ScaleDenominator>10000.000000000002</ScaleDenominator>
908
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
909
- <TileWidth>256</TileWidth>
910
- <TileHeight>256</TileHeight>
911
- <MatrixWidth>55909</MatrixWidth>
912
- <MatrixHeight>27955</MatrixHeight>
913
- </TileMatrix>
914
- <TileMatrix>
915
- <ows:Identifier>GlobalCRS84Scale:15</ows:Identifier>
916
- <ScaleDenominator>5000.000000000001</ScaleDenominator>
917
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
918
- <TileWidth>256</TileWidth>
919
- <TileHeight>256</TileHeight>
920
- <MatrixWidth>111817</MatrixWidth>
921
- <MatrixHeight>55909</MatrixHeight>
922
- </TileMatrix>
923
- <TileMatrix>
924
- <ows:Identifier>GlobalCRS84Scale:16</ows:Identifier>
925
- <ScaleDenominator>2500.0000000000005</ScaleDenominator>
926
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
927
- <TileWidth>256</TileWidth>
928
- <TileHeight>256</TileHeight>
929
- <MatrixWidth>223633</MatrixWidth>
930
- <MatrixHeight>111817</MatrixHeight>
931
- </TileMatrix>
932
- <TileMatrix>
933
- <ows:Identifier>GlobalCRS84Scale:17</ows:Identifier>
934
- <ScaleDenominator>1000.0000000000002</ScaleDenominator>
935
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
936
- <TileWidth>256</TileWidth>
937
- <TileHeight>256</TileHeight>
938
- <MatrixWidth>559083</MatrixWidth>
939
- <MatrixHeight>279542</MatrixHeight>
940
- </TileMatrix>
941
- <TileMatrix>
942
- <ows:Identifier>GlobalCRS84Scale:18</ows:Identifier>
943
- <ScaleDenominator>500.0000000000001</ScaleDenominator>
944
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
945
- <TileWidth>256</TileWidth>
946
- <TileHeight>256</TileHeight>
947
- <MatrixWidth>1118165</MatrixWidth>
948
- <MatrixHeight>559083</MatrixHeight>
949
- </TileMatrix>
950
- <TileMatrix>
951
- <ows:Identifier>GlobalCRS84Scale:19</ows:Identifier>
952
- <ScaleDenominator>250.00000000000006</ScaleDenominator>
953
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
954
- <TileWidth>256</TileWidth>
955
- <TileHeight>256</TileHeight>
956
- <MatrixWidth>2236330</MatrixWidth>
957
- <MatrixHeight>1118165</MatrixHeight>
958
- </TileMatrix>
959
- <TileMatrix>
960
- <ows:Identifier>GlobalCRS84Scale:20</ows:Identifier>
961
- <ScaleDenominator>100.00000000000003</ScaleDenominator>
962
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
963
- <TileWidth>256</TileWidth>
964
- <TileHeight>256</TileHeight>
965
- <MatrixWidth>5590823</MatrixWidth>
966
- <MatrixHeight>2795412</MatrixHeight>
967
- </TileMatrix>
968
- </TileMatrixSet>
969
- <TileMatrixSet>
970
- <ows:Identifier>EPSG:900913</ows:Identifier>
971
- <ows:SupportedCRS>urn:ogc:def:crs:EPSG::900913</ows:SupportedCRS>
972
- <TileMatrix>
973
- <ows:Identifier>EPSG:900913:0</ows:Identifier>
974
- <ScaleDenominator>5.590822639508929E8</ScaleDenominator>
975
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
976
- <TileWidth>256</TileWidth>
977
- <TileHeight>256</TileHeight>
978
- <MatrixWidth>1</MatrixWidth>
979
- <MatrixHeight>1</MatrixHeight>
980
- </TileMatrix>
981
- <TileMatrix>
982
- <ows:Identifier>EPSG:900913:1</ows:Identifier>
983
- <ScaleDenominator>2.7954113197544646E8</ScaleDenominator>
984
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
985
- <TileWidth>256</TileWidth>
986
- <TileHeight>256</TileHeight>
987
- <MatrixWidth>2</MatrixWidth>
988
- <MatrixHeight>2</MatrixHeight>
989
- </TileMatrix>
990
- <TileMatrix>
991
- <ows:Identifier>EPSG:900913:2</ows:Identifier>
992
- <ScaleDenominator>1.3977056598772323E8</ScaleDenominator>
993
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
994
- <TileWidth>256</TileWidth>
995
- <TileHeight>256</TileHeight>
996
- <MatrixWidth>4</MatrixWidth>
997
- <MatrixHeight>4</MatrixHeight>
998
- </TileMatrix>
999
- <TileMatrix>
1000
- <ows:Identifier>EPSG:900913:3</ows:Identifier>
1001
- <ScaleDenominator>6.988528299386162E7</ScaleDenominator>
1002
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1003
- <TileWidth>256</TileWidth>
1004
- <TileHeight>256</TileHeight>
1005
- <MatrixWidth>8</MatrixWidth>
1006
- <MatrixHeight>8</MatrixHeight>
1007
- </TileMatrix>
1008
- <TileMatrix>
1009
- <ows:Identifier>EPSG:900913:4</ows:Identifier>
1010
- <ScaleDenominator>3.494264149693081E7</ScaleDenominator>
1011
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1012
- <TileWidth>256</TileWidth>
1013
- <TileHeight>256</TileHeight>
1014
- <MatrixWidth>16</MatrixWidth>
1015
- <MatrixHeight>16</MatrixHeight>
1016
- </TileMatrix>
1017
- <TileMatrix>
1018
- <ows:Identifier>EPSG:900913:5</ows:Identifier>
1019
- <ScaleDenominator>1.7471320748465404E7</ScaleDenominator>
1020
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1021
- <TileWidth>256</TileWidth>
1022
- <TileHeight>256</TileHeight>
1023
- <MatrixWidth>32</MatrixWidth>
1024
- <MatrixHeight>32</MatrixHeight>
1025
- </TileMatrix>
1026
- <TileMatrix>
1027
- <ows:Identifier>EPSG:900913:6</ows:Identifier>
1028
- <ScaleDenominator>8735660.374232702</ScaleDenominator>
1029
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1030
- <TileWidth>256</TileWidth>
1031
- <TileHeight>256</TileHeight>
1032
- <MatrixWidth>64</MatrixWidth>
1033
- <MatrixHeight>64</MatrixHeight>
1034
- </TileMatrix>
1035
- <TileMatrix>
1036
- <ows:Identifier>EPSG:900913:7</ows:Identifier>
1037
- <ScaleDenominator>4367830.187116351</ScaleDenominator>
1038
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1039
- <TileWidth>256</TileWidth>
1040
- <TileHeight>256</TileHeight>
1041
- <MatrixWidth>128</MatrixWidth>
1042
- <MatrixHeight>128</MatrixHeight>
1043
- </TileMatrix>
1044
- <TileMatrix>
1045
- <ows:Identifier>EPSG:900913:8</ows:Identifier>
1046
- <ScaleDenominator>2183915.0935581755</ScaleDenominator>
1047
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1048
- <TileWidth>256</TileWidth>
1049
- <TileHeight>256</TileHeight>
1050
- <MatrixWidth>256</MatrixWidth>
1051
- <MatrixHeight>256</MatrixHeight>
1052
- </TileMatrix>
1053
- <TileMatrix>
1054
- <ows:Identifier>EPSG:900913:9</ows:Identifier>
1055
- <ScaleDenominator>1091957.5467790877</ScaleDenominator>
1056
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1057
- <TileWidth>256</TileWidth>
1058
- <TileHeight>256</TileHeight>
1059
- <MatrixWidth>512</MatrixWidth>
1060
- <MatrixHeight>512</MatrixHeight>
1061
- </TileMatrix>
1062
- <TileMatrix>
1063
- <ows:Identifier>EPSG:900913:10</ows:Identifier>
1064
- <ScaleDenominator>545978.7733895439</ScaleDenominator>
1065
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1066
- <TileWidth>256</TileWidth>
1067
- <TileHeight>256</TileHeight>
1068
- <MatrixWidth>1024</MatrixWidth>
1069
- <MatrixHeight>1024</MatrixHeight>
1070
- </TileMatrix>
1071
- <TileMatrix>
1072
- <ows:Identifier>EPSG:900913:11</ows:Identifier>
1073
- <ScaleDenominator>272989.38669477194</ScaleDenominator>
1074
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1075
- <TileWidth>256</TileWidth>
1076
- <TileHeight>256</TileHeight>
1077
- <MatrixWidth>2048</MatrixWidth>
1078
- <MatrixHeight>2048</MatrixHeight>
1079
- </TileMatrix>
1080
- <TileMatrix>
1081
- <ows:Identifier>EPSG:900913:12</ows:Identifier>
1082
- <ScaleDenominator>136494.69334738597</ScaleDenominator>
1083
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1084
- <TileWidth>256</TileWidth>
1085
- <TileHeight>256</TileHeight>
1086
- <MatrixWidth>4096</MatrixWidth>
1087
- <MatrixHeight>4096</MatrixHeight>
1088
- </TileMatrix>
1089
- <TileMatrix>
1090
- <ows:Identifier>EPSG:900913:13</ows:Identifier>
1091
- <ScaleDenominator>68247.34667369298</ScaleDenominator>
1092
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1093
- <TileWidth>256</TileWidth>
1094
- <TileHeight>256</TileHeight>
1095
- <MatrixWidth>8192</MatrixWidth>
1096
- <MatrixHeight>8192</MatrixHeight>
1097
- </TileMatrix>
1098
- <TileMatrix>
1099
- <ows:Identifier>EPSG:900913:14</ows:Identifier>
1100
- <ScaleDenominator>34123.67333684649</ScaleDenominator>
1101
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1102
- <TileWidth>256</TileWidth>
1103
- <TileHeight>256</TileHeight>
1104
- <MatrixWidth>16384</MatrixWidth>
1105
- <MatrixHeight>16384</MatrixHeight>
1106
- </TileMatrix>
1107
- <TileMatrix>
1108
- <ows:Identifier>EPSG:900913:15</ows:Identifier>
1109
- <ScaleDenominator>17061.836668423246</ScaleDenominator>
1110
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1111
- <TileWidth>256</TileWidth>
1112
- <TileHeight>256</TileHeight>
1113
- <MatrixWidth>32768</MatrixWidth>
1114
- <MatrixHeight>32768</MatrixHeight>
1115
- </TileMatrix>
1116
- <TileMatrix>
1117
- <ows:Identifier>EPSG:900913:16</ows:Identifier>
1118
- <ScaleDenominator>8530.918334211623</ScaleDenominator>
1119
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1120
- <TileWidth>256</TileWidth>
1121
- <TileHeight>256</TileHeight>
1122
- <MatrixWidth>65536</MatrixWidth>
1123
- <MatrixHeight>65536</MatrixHeight>
1124
- </TileMatrix>
1125
- <TileMatrix>
1126
- <ows:Identifier>EPSG:900913:17</ows:Identifier>
1127
- <ScaleDenominator>4265.4591671058115</ScaleDenominator>
1128
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1129
- <TileWidth>256</TileWidth>
1130
- <TileHeight>256</TileHeight>
1131
- <MatrixWidth>131072</MatrixWidth>
1132
- <MatrixHeight>131072</MatrixHeight>
1133
- </TileMatrix>
1134
- <TileMatrix>
1135
- <ows:Identifier>EPSG:900913:18</ows:Identifier>
1136
- <ScaleDenominator>2132.7295835529058</ScaleDenominator>
1137
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1138
- <TileWidth>256</TileWidth>
1139
- <TileHeight>256</TileHeight>
1140
- <MatrixWidth>262144</MatrixWidth>
1141
- <MatrixHeight>262144</MatrixHeight>
1142
- </TileMatrix>
1143
- <TileMatrix>
1144
- <ows:Identifier>EPSG:900913:19</ows:Identifier>
1145
- <ScaleDenominator>1066.3647917764529</ScaleDenominator>
1146
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1147
- <TileWidth>256</TileWidth>
1148
- <TileHeight>256</TileHeight>
1149
- <MatrixWidth>524288</MatrixWidth>
1150
- <MatrixHeight>524288</MatrixHeight>
1151
- </TileMatrix>
1152
- <TileMatrix>
1153
- <ows:Identifier>EPSG:900913:20</ows:Identifier>
1154
- <ScaleDenominator>533.1823958882264</ScaleDenominator>
1155
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1156
- <TileWidth>256</TileWidth>
1157
- <TileHeight>256</TileHeight>
1158
- <MatrixWidth>1048576</MatrixWidth>
1159
- <MatrixHeight>1048576</MatrixHeight>
1160
- </TileMatrix>
1161
- <TileMatrix>
1162
- <ows:Identifier>EPSG:900913:21</ows:Identifier>
1163
- <ScaleDenominator>266.5911979441132</ScaleDenominator>
1164
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1165
- <TileWidth>256</TileWidth>
1166
- <TileHeight>256</TileHeight>
1167
- <MatrixWidth>2097152</MatrixWidth>
1168
- <MatrixHeight>2097152</MatrixHeight>
1169
- </TileMatrix>
1170
- <TileMatrix>
1171
- <ows:Identifier>EPSG:900913:22</ows:Identifier>
1172
- <ScaleDenominator>133.2955989720566</ScaleDenominator>
1173
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1174
- <TileWidth>256</TileWidth>
1175
- <TileHeight>256</TileHeight>
1176
- <MatrixWidth>4194304</MatrixWidth>
1177
- <MatrixHeight>4194304</MatrixHeight>
1178
- </TileMatrix>
1179
- <TileMatrix>
1180
- <ows:Identifier>EPSG:900913:23</ows:Identifier>
1181
- <ScaleDenominator>66.6477994860283</ScaleDenominator>
1182
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1183
- <TileWidth>256</TileWidth>
1184
- <TileHeight>256</TileHeight>
1185
- <MatrixWidth>8388608</MatrixWidth>
1186
- <MatrixHeight>8388608</MatrixHeight>
1187
- </TileMatrix>
1188
- <TileMatrix>
1189
- <ows:Identifier>EPSG:900913:24</ows:Identifier>
1190
- <ScaleDenominator>33.32389974301415</ScaleDenominator>
1191
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1192
- <TileWidth>256</TileWidth>
1193
- <TileHeight>256</TileHeight>
1194
- <MatrixWidth>16777216</MatrixWidth>
1195
- <MatrixHeight>16777216</MatrixHeight>
1196
- </TileMatrix>
1197
- <TileMatrix>
1198
- <ows:Identifier>EPSG:900913:25</ows:Identifier>
1199
- <ScaleDenominator>16.661949871507076</ScaleDenominator>
1200
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1201
- <TileWidth>256</TileWidth>
1202
- <TileHeight>256</TileHeight>
1203
- <MatrixWidth>33554432</MatrixWidth>
1204
- <MatrixHeight>33554432</MatrixHeight>
1205
- </TileMatrix>
1206
- <TileMatrix>
1207
- <ows:Identifier>EPSG:900913:26</ows:Identifier>
1208
- <ScaleDenominator>8.330974935753538</ScaleDenominator>
1209
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1210
- <TileWidth>256</TileWidth>
1211
- <TileHeight>256</TileHeight>
1212
- <MatrixWidth>67108864</MatrixWidth>
1213
- <MatrixHeight>67108864</MatrixHeight>
1214
- </TileMatrix>
1215
- <TileMatrix>
1216
- <ows:Identifier>EPSG:900913:27</ows:Identifier>
1217
- <ScaleDenominator>4.165487467876769</ScaleDenominator>
1218
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1219
- <TileWidth>256</TileWidth>
1220
- <TileHeight>256</TileHeight>
1221
- <MatrixWidth>134217728</MatrixWidth>
1222
- <MatrixHeight>134217728</MatrixHeight>
1223
- </TileMatrix>
1224
- <TileMatrix>
1225
- <ows:Identifier>EPSG:900913:28</ows:Identifier>
1226
- <ScaleDenominator>2.0827437339383845</ScaleDenominator>
1227
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1228
- <TileWidth>256</TileWidth>
1229
- <TileHeight>256</TileHeight>
1230
- <MatrixWidth>268435456</MatrixWidth>
1231
- <MatrixHeight>268435456</MatrixHeight>
1232
- </TileMatrix>
1233
- <TileMatrix>
1234
- <ows:Identifier>EPSG:900913:29</ows:Identifier>
1235
- <ScaleDenominator>1.0413718669691923</ScaleDenominator>
1236
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1237
- <TileWidth>256</TileWidth>
1238
- <TileHeight>256</TileHeight>
1239
- <MatrixWidth>536870912</MatrixWidth>
1240
- <MatrixHeight>536870912</MatrixHeight>
1241
- </TileMatrix>
1242
- <TileMatrix>
1243
- <ows:Identifier>EPSG:900913:30</ows:Identifier>
1244
- <ScaleDenominator>0.5206859334845961</ScaleDenominator>
1245
- <TopLeftCorner>2.0037508E7 -2.003750834E7</TopLeftCorner>
1246
- <TileWidth>256</TileWidth>
1247
- <TileHeight>256</TileHeight>
1248
- <MatrixWidth>1073741824</MatrixWidth>
1249
- <MatrixHeight>1073741824</MatrixHeight>
1250
- </TileMatrix>
1251
- </TileMatrixSet>
1252
- <TileMatrixSet>
1253
- <ows:Identifier>arcgis-online-wgs84</ows:Identifier>
1254
- <ows:SupportedCRS>urn:ogc:def:crs:EPSG::4326</ows:SupportedCRS>
1255
- <TileMatrix>
1256
- <ows:Identifier>arcgis-online-wgs84:0</ows:Identifier>
1257
- <ScaleDenominator>1.3977056600717944E8</ScaleDenominator>
1258
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1259
- <TileWidth>256</TileWidth>
1260
- <TileHeight>256</TileHeight>
1261
- <MatrixWidth>4</MatrixWidth>
1262
- <MatrixHeight>2</MatrixHeight>
1263
- </TileMatrix>
1264
- <TileMatrix>
1265
- <ows:Identifier>arcgis-online-wgs84:1</ows:Identifier>
1266
- <ScaleDenominator>6.988528300358972E7</ScaleDenominator>
1267
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1268
- <TileWidth>256</TileWidth>
1269
- <TileHeight>256</TileHeight>
1270
- <MatrixWidth>8</MatrixWidth>
1271
- <MatrixHeight>4</MatrixHeight>
1272
- </TileMatrix>
1273
- <TileMatrix>
1274
- <ows:Identifier>arcgis-online-wgs84:2</ows:Identifier>
1275
- <ScaleDenominator>3.494264150179486E7</ScaleDenominator>
1276
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1277
- <TileWidth>256</TileWidth>
1278
- <TileHeight>256</TileHeight>
1279
- <MatrixWidth>16</MatrixWidth>
1280
- <MatrixHeight>8</MatrixHeight>
1281
- </TileMatrix>
1282
- <TileMatrix>
1283
- <ows:Identifier>arcgis-online-wgs84:3</ows:Identifier>
1284
- <ScaleDenominator>1.747132075089743E7</ScaleDenominator>
1285
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1286
- <TileWidth>256</TileWidth>
1287
- <TileHeight>256</TileHeight>
1288
- <MatrixWidth>32</MatrixWidth>
1289
- <MatrixHeight>16</MatrixHeight>
1290
- </TileMatrix>
1291
- <TileMatrix>
1292
- <ows:Identifier>arcgis-online-wgs84:4</ows:Identifier>
1293
- <ScaleDenominator>8735660.375448715</ScaleDenominator>
1294
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1295
- <TileWidth>256</TileWidth>
1296
- <TileHeight>256</TileHeight>
1297
- <MatrixWidth>64</MatrixWidth>
1298
- <MatrixHeight>32</MatrixHeight>
1299
- </TileMatrix>
1300
- <TileMatrix>
1301
- <ows:Identifier>arcgis-online-wgs84:5</ows:Identifier>
1302
- <ScaleDenominator>4367830.1877243575</ScaleDenominator>
1303
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1304
- <TileWidth>256</TileWidth>
1305
- <TileHeight>256</TileHeight>
1306
- <MatrixWidth>128</MatrixWidth>
1307
- <MatrixHeight>64</MatrixHeight>
1308
- </TileMatrix>
1309
- <TileMatrix>
1310
- <ows:Identifier>arcgis-online-wgs84:6</ows:Identifier>
1311
- <ScaleDenominator>2183915.0938621787</ScaleDenominator>
1312
- <TopLeftCorner>85 -175</TopLeftCorner>
1313
- <TileWidth>512</TileWidth>
1314
- <TileHeight>512</TileHeight>
1315
- <MatrixWidth>256</MatrixWidth>
1316
- <MatrixHeight>128</MatrixHeight>
1317
- </TileMatrix>
1318
- </TileMatrixSet>
1319
- <TileMatrixSet>
1320
- <ows:Identifier>GlobalCRS84Pixel</ows:Identifier>
1321
- <ows:SupportedCRS>urn:ogc:def:crs:EPSG::4326</ows:SupportedCRS>
1322
- <TileMatrix>
1323
- <ows:Identifier>GlobalCRS84Pixel:0</ows:Identifier>
1324
- <ScaleDenominator>7.951392199519542E8</ScaleDenominator>
1325
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1326
- <TileWidth>256</TileWidth>
1327
- <TileHeight>256</TileHeight>
1328
- <MatrixWidth>1</MatrixWidth>
1329
- <MatrixHeight>1</MatrixHeight>
1330
- </TileMatrix>
1331
- <TileMatrix>
1332
- <ows:Identifier>GlobalCRS84Pixel:1</ows:Identifier>
1333
- <ScaleDenominator>3.975696099759771E8</ScaleDenominator>
1334
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1335
- <TileWidth>256</TileWidth>
1336
- <TileHeight>256</TileHeight>
1337
- <MatrixWidth>2</MatrixWidth>
1338
- <MatrixHeight>1</MatrixHeight>
1339
- </TileMatrix>
1340
- <TileMatrix>
1341
- <ows:Identifier>GlobalCRS84Pixel:2</ows:Identifier>
1342
- <ScaleDenominator>1.9878480498798856E8</ScaleDenominator>
1343
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1344
- <TileWidth>256</TileWidth>
1345
- <TileHeight>256</TileHeight>
1346
- <MatrixWidth>3</MatrixWidth>
1347
- <MatrixHeight>2</MatrixHeight>
1348
- </TileMatrix>
1349
- <TileMatrix>
1350
- <ows:Identifier>GlobalCRS84Pixel:3</ows:Identifier>
1351
- <ScaleDenominator>1.325232033253257E8</ScaleDenominator>
1352
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1353
- <TileWidth>256</TileWidth>
1354
- <TileHeight>256</TileHeight>
1355
- <MatrixWidth>5</MatrixWidth>
1356
- <MatrixHeight>3</MatrixHeight>
1357
- </TileMatrix>
1358
- <TileMatrix>
1359
- <ows:Identifier>GlobalCRS84Pixel:4</ows:Identifier>
1360
- <ScaleDenominator>6.626160166266285E7</ScaleDenominator>
1361
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1362
- <TileWidth>256</TileWidth>
1363
- <TileHeight>256</TileHeight>
1364
- <MatrixWidth>9</MatrixWidth>
1365
- <MatrixHeight>5</MatrixHeight>
1366
- </TileMatrix>
1367
- <TileMatrix>
1368
- <ows:Identifier>GlobalCRS84Pixel:5</ows:Identifier>
1369
- <ScaleDenominator>3.3130800831331424E7</ScaleDenominator>
1370
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1371
- <TileWidth>256</TileWidth>
1372
- <TileHeight>256</TileHeight>
1373
- <MatrixWidth>17</MatrixWidth>
1374
- <MatrixHeight>9</MatrixHeight>
1375
- </TileMatrix>
1376
- <TileMatrix>
1377
- <ows:Identifier>GlobalCRS84Pixel:6</ows:Identifier>
1378
- <ScaleDenominator>1.325232033253257E7</ScaleDenominator>
1379
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1380
- <TileWidth>256</TileWidth>
1381
- <TileHeight>256</TileHeight>
1382
- <MatrixWidth>43</MatrixWidth>
1383
- <MatrixHeight>22</MatrixHeight>
1384
- </TileMatrix>
1385
- <TileMatrix>
1386
- <ows:Identifier>GlobalCRS84Pixel:7</ows:Identifier>
1387
- <ScaleDenominator>6626160.166266285</ScaleDenominator>
1388
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1389
- <TileWidth>256</TileWidth>
1390
- <TileHeight>256</TileHeight>
1391
- <MatrixWidth>85</MatrixWidth>
1392
- <MatrixHeight>43</MatrixHeight>
1393
- </TileMatrix>
1394
- <TileMatrix>
1395
- <ows:Identifier>GlobalCRS84Pixel:8</ows:Identifier>
1396
- <ScaleDenominator>3313080.0831331424</ScaleDenominator>
1397
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1398
- <TileWidth>256</TileWidth>
1399
- <TileHeight>256</TileHeight>
1400
- <MatrixWidth>169</MatrixWidth>
1401
- <MatrixHeight>85</MatrixHeight>
1402
- </TileMatrix>
1403
- <TileMatrix>
1404
- <ows:Identifier>GlobalCRS84Pixel:9</ows:Identifier>
1405
- <ScaleDenominator>1656540.0415665712</ScaleDenominator>
1406
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1407
- <TileWidth>256</TileWidth>
1408
- <TileHeight>256</TileHeight>
1409
- <MatrixWidth>338</MatrixWidth>
1410
- <MatrixHeight>169</MatrixHeight>
1411
- </TileMatrix>
1412
- <TileMatrix>
1413
- <ows:Identifier>GlobalCRS84Pixel:10</ows:Identifier>
1414
- <ScaleDenominator>552180.0138555238</ScaleDenominator>
1415
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1416
- <TileWidth>256</TileWidth>
1417
- <TileHeight>256</TileHeight>
1418
- <MatrixWidth>1013</MatrixWidth>
1419
- <MatrixHeight>507</MatrixHeight>
1420
- </TileMatrix>
1421
- <TileMatrix>
1422
- <ows:Identifier>GlobalCRS84Pixel:11</ows:Identifier>
1423
- <ScaleDenominator>331308.00831331423</ScaleDenominator>
1424
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1425
- <TileWidth>256</TileWidth>
1426
- <TileHeight>256</TileHeight>
1427
- <MatrixWidth>1688</MatrixWidth>
1428
- <MatrixHeight>844</MatrixHeight>
1429
- </TileMatrix>
1430
- <TileMatrix>
1431
- <ows:Identifier>GlobalCRS84Pixel:12</ows:Identifier>
1432
- <ScaleDenominator>110436.00277110476</ScaleDenominator>
1433
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1434
- <TileWidth>256</TileWidth>
1435
- <TileHeight>256</TileHeight>
1436
- <MatrixWidth>5063</MatrixWidth>
1437
- <MatrixHeight>2532</MatrixHeight>
1438
- </TileMatrix>
1439
- <TileMatrix>
1440
- <ows:Identifier>GlobalCRS84Pixel:13</ows:Identifier>
1441
- <ScaleDenominator>55218.00138555238</ScaleDenominator>
1442
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1443
- <TileWidth>256</TileWidth>
1444
- <TileHeight>256</TileHeight>
1445
- <MatrixWidth>10125</MatrixWidth>
1446
- <MatrixHeight>5063</MatrixHeight>
1447
- </TileMatrix>
1448
- <TileMatrix>
1449
- <ows:Identifier>GlobalCRS84Pixel:14</ows:Identifier>
1450
- <ScaleDenominator>33130.80083133143</ScaleDenominator>
1451
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1452
- <TileWidth>256</TileWidth>
1453
- <TileHeight>256</TileHeight>
1454
- <MatrixWidth>16875</MatrixWidth>
1455
- <MatrixHeight>8438</MatrixHeight>
1456
- </TileMatrix>
1457
- <TileMatrix>
1458
- <ows:Identifier>GlobalCRS84Pixel:15</ows:Identifier>
1459
- <ScaleDenominator>11043.600277110474</ScaleDenominator>
1460
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1461
- <TileWidth>256</TileWidth>
1462
- <TileHeight>256</TileHeight>
1463
- <MatrixWidth>50625</MatrixWidth>
1464
- <MatrixHeight>25313</MatrixHeight>
1465
- </TileMatrix>
1466
- <TileMatrix>
1467
- <ows:Identifier>GlobalCRS84Pixel:16</ows:Identifier>
1468
- <ScaleDenominator>3313.080083133142</ScaleDenominator>
1469
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1470
- <TileWidth>256</TileWidth>
1471
- <TileHeight>256</TileHeight>
1472
- <MatrixWidth>168750</MatrixWidth>
1473
- <MatrixHeight>84375</MatrixHeight>
1474
- </TileMatrix>
1475
- <TileMatrix>
1476
- <ows:Identifier>GlobalCRS84Pixel:17</ows:Identifier>
1477
- <ScaleDenominator>1104.3600277110472</ScaleDenominator>
1478
- <TopLeftCorner>90.0 -180.0</TopLeftCorner>
1479
- <TileWidth>256</TileWidth>
1480
- <TileHeight>256</TileHeight>
1481
- <MatrixWidth>506250</MatrixWidth>
1482
- <MatrixHeight>253125</MatrixHeight>
1483
- </TileMatrix>
1484
- </TileMatrixSet>
1485
- </Contents>
1486
- <ServiceMetadataURL xlink:href="http://example.com/geowebcache-1.2.2/service/wmts?REQUEST=getcapabilities&amp;VERSION=1.0.0"/>
1487
- </Capabilities>
1488
- -->
1489
- </div>
1490
- </body>
1491
- </html>