leaflet-js 0.7.0.4 → 0.7.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (308) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.rdoc +10 -3
  3. data/Rakefile +3 -3
  4. data/leaflet-js.gemspec +13 -7
  5. data/lib/leaflet-js.rb +2 -10
  6. data/lib/leaflet-js/engine.rb +7 -0
  7. data/lib/leaflet-js/version.rb +3 -0
  8. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/dist/images/spritesheet-2x.png +0 -0
  9. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/dist/images/spritesheet.png +0 -0
  10. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/Control.Draw.js +21 -19
  11. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/Leaflet.draw.js +8 -3
  12. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/Toolbar.js +75 -14
  13. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/Tooltip.js +0 -0
  14. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/copyright.js +0 -0
  15. data/vendor/assets/Leaflet.draw/src/draw/DrawToolbar.js +87 -0
  16. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/draw/handler/Draw.Circle.js +2 -3
  17. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/draw/handler/Draw.Feature.js +4 -4
  18. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/draw/handler/Draw.Marker.js +0 -0
  19. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/draw/handler/Draw.Polygon.js +9 -7
  20. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/draw/handler/Draw.Polyline.js +86 -36
  21. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/draw/handler/Draw.Rectangle.js +19 -1
  22. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/draw/handler/Draw.SimpleShape.js +18 -4
  23. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/edit/EditToolbar.js +34 -43
  24. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/edit/handler/Edit.Circle.js +0 -0
  25. data/vendor/assets/Leaflet.draw/src/edit/handler/Edit.Marker.js +75 -0
  26. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/edit/handler/Edit.Poly.js +16 -2
  27. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/edit/handler/Edit.Rectangle.js +3 -3
  28. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/edit/handler/Edit.SimpleShape.js +13 -3
  29. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/edit/handler/EditToolbar.Delete.js +11 -7
  30. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/edit/handler/EditToolbar.Edit.js +26 -94
  31. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/ext/GeometryUtil.js +3 -3
  32. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/ext/LatLngUtil.js +0 -0
  33. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/ext/LineUtil.Intersect.js +0 -0
  34. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/ext/Polygon.Intersect.js +0 -0
  35. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/ext/Polyline.Intersect.js +3 -3
  36. data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/images/spritesheet.svg +0 -0
  37. data/{lib/leaflet.label → vendor/assets/Leaflet.label}/src/BaseMarkerMethods.js +0 -0
  38. data/{lib/leaflet.label → vendor/assets/Leaflet.label}/src/CircleMarker.Label.js +0 -0
  39. data/{lib/leaflet.label → vendor/assets/Leaflet.label}/src/FeatureGroup.Label.js +0 -0
  40. data/{lib/leaflet.label → vendor/assets/Leaflet.label}/src/Label.js +5 -2
  41. data/{lib/leaflet.label → vendor/assets/Leaflet.label}/src/Leaflet.label.js +1 -1
  42. data/{lib/leaflet.label → vendor/assets/Leaflet.label}/src/Map.Label.js +0 -0
  43. data/{lib/leaflet.label → vendor/assets/Leaflet.label}/src/Marker.Label.js +0 -0
  44. data/{lib/leaflet.label → vendor/assets/Leaflet.label}/src/Path.Label.js +0 -0
  45. data/{lib/leaflet.label → vendor/assets/Leaflet.label}/src/copyright.js +0 -0
  46. data/{lib/leaflet.draw/examples/libs → vendor/assets/Leaflet/dist}/images/layers-2x.png +0 -0
  47. data/{lib/leaflet.draw/examples/libs → vendor/assets/Leaflet/dist}/images/layers.png +0 -0
  48. data/{lib/leaflet.draw/examples/libs → vendor/assets/Leaflet/dist}/images/marker-icon-2x.png +0 -0
  49. data/{lib/leaflet.draw/examples/libs → vendor/assets/Leaflet/dist}/images/marker-icon.png +0 -0
  50. data/{lib/leaflet.draw/examples/libs → vendor/assets/Leaflet/dist}/images/marker-shadow.png +0 -0
  51. data/{lib/leaflet → vendor/assets/Leaflet}/src/Leaflet.js +1 -1
  52. data/{lib/leaflet → vendor/assets/Leaflet}/src/control/Control.Attribution.js +0 -0
  53. data/{lib/leaflet → vendor/assets/Leaflet}/src/control/Control.Layers.js +2 -2
  54. data/{lib/leaflet → vendor/assets/Leaflet}/src/control/Control.Scale.js +0 -0
  55. data/{lib/leaflet → vendor/assets/Leaflet}/src/control/Control.Zoom.js +0 -0
  56. data/{lib/leaflet → vendor/assets/Leaflet}/src/control/Control.js +0 -0
  57. data/{lib/leaflet → vendor/assets/Leaflet}/src/copyright.js +0 -0
  58. data/{lib/leaflet → vendor/assets/Leaflet}/src/core/Browser.js +5 -36
  59. data/{lib/leaflet → vendor/assets/Leaflet}/src/core/Class.js +0 -0
  60. data/{lib/leaflet → vendor/assets/Leaflet}/src/core/Events.js +0 -0
  61. data/{lib/leaflet → vendor/assets/Leaflet}/src/core/Handler.js +0 -0
  62. data/{lib/leaflet → vendor/assets/Leaflet}/src/core/Util.js +9 -14
  63. data/{lib/leaflet → vendor/assets/Leaflet}/src/dom/DomEvent.DoubleTap.js +0 -0
  64. data/{lib/leaflet → vendor/assets/Leaflet}/src/dom/DomEvent.Pointer.js +3 -2
  65. data/{lib/leaflet → vendor/assets/Leaflet}/src/dom/DomEvent.js +7 -18
  66. data/{lib/leaflet → vendor/assets/Leaflet}/src/dom/DomUtil.js +0 -5
  67. data/{lib/leaflet → vendor/assets/Leaflet}/src/dom/Draggable.js +10 -4
  68. data/{lib/leaflet → vendor/assets/Leaflet}/src/dom/PosAnimation.Timer.js +0 -0
  69. data/{lib/leaflet → vendor/assets/Leaflet}/src/dom/PosAnimation.js +0 -0
  70. data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/LatLng.js +0 -0
  71. data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/LatLngBounds.js +0 -0
  72. data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/crs/CRS.EPSG3395.js +0 -0
  73. data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/crs/CRS.EPSG3857.js +0 -0
  74. data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/crs/CRS.EPSG4326.js +0 -0
  75. data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/crs/CRS.Simple.js +0 -0
  76. data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/crs/CRS.js +0 -0
  77. data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/projection/Projection.LonLat.js +0 -0
  78. data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/projection/Projection.Mercator.js +0 -0
  79. data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/projection/Projection.SphericalMercator.js +0 -0
  80. data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/projection/Projection.js +0 -0
  81. data/{lib/leaflet → vendor/assets/Leaflet}/src/geometry/Bounds.js +0 -0
  82. data/{lib/leaflet → vendor/assets/Leaflet}/src/geometry/LineUtil.js +1 -1
  83. data/{lib/leaflet → vendor/assets/Leaflet}/src/geometry/Point.js +0 -0
  84. data/{lib/leaflet → vendor/assets/Leaflet}/src/geometry/PolyUtil.js +0 -0
  85. data/{lib/leaflet → vendor/assets/Leaflet}/src/geometry/Transformation.js +0 -0
  86. data/{lib/leaflet → vendor/assets/Leaflet}/src/images/layers.svg +0 -0
  87. data/{lib/leaflet → vendor/assets/Leaflet}/src/images/marker.svg +0 -0
  88. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/FeatureGroup.js +5 -3
  89. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/GeoJSON.js +0 -0
  90. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/ImageOverlay.js +0 -0
  91. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/LayerGroup.js +0 -0
  92. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/Popup.js +0 -0
  93. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/marker/DivIcon.js +0 -0
  94. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/marker/Icon.Default.js +0 -0
  95. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/marker/Icon.js +0 -0
  96. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/marker/Marker.Drag.js +0 -0
  97. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/marker/Marker.Popup.js +1 -0
  98. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/marker/Marker.js +2 -4
  99. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/tile/TileLayer.Anim.js +5 -0
  100. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/tile/TileLayer.Canvas.js +0 -0
  101. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/tile/TileLayer.WMS.js +0 -0
  102. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/tile/TileLayer.js +3 -5
  103. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/Circle.js +0 -0
  104. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/CircleMarker.js +1 -0
  105. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/MultiPoly.js +0 -0
  106. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/Path.Popup.js +0 -0
  107. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/Path.SVG.js +1 -1
  108. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/Path.VML.js +0 -0
  109. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/Path.js +0 -0
  110. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/Polygon.js +0 -0
  111. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/Polyline.js +0 -0
  112. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/Rectangle.js +0 -0
  113. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/canvas/Circle.Canvas.js +0 -0
  114. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/canvas/CircleMarker.Canvas.js +0 -0
  115. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/canvas/Path.Canvas.js +13 -6
  116. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/canvas/Polygon.Canvas.js +0 -0
  117. data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/canvas/Polyline.Canvas.js +0 -0
  118. data/{lib/leaflet → vendor/assets/Leaflet}/src/map/Map.js +9 -8
  119. data/{lib/leaflet → vendor/assets/Leaflet}/src/map/anim/Map.PanAnimation.js +0 -0
  120. data/{lib/leaflet → vendor/assets/Leaflet}/src/map/anim/Map.ZoomAnimation.js +25 -16
  121. data/{lib/leaflet → vendor/assets/Leaflet}/src/map/ext/Map.Geolocation.js +0 -0
  122. data/{lib/leaflet → vendor/assets/Leaflet}/src/map/handler/Map.BoxZoom.js +0 -0
  123. data/{lib/leaflet → vendor/assets/Leaflet}/src/map/handler/Map.DoubleClickZoom.js +0 -0
  124. data/{lib/leaflet → vendor/assets/Leaflet}/src/map/handler/Map.Drag.js +0 -0
  125. data/{lib/leaflet → vendor/assets/Leaflet}/src/map/handler/Map.Keyboard.js +0 -0
  126. data/{lib/leaflet → vendor/assets/Leaflet}/src/map/handler/Map.ScrollWheelZoom.js +0 -0
  127. data/{lib/leaflet → vendor/assets/Leaflet}/src/map/handler/Map.Tap.js +0 -0
  128. data/{lib/leaflet → vendor/assets/Leaflet}/src/map/handler/Map.TouchZoom.js +1 -1
  129. data/vendor/assets/{stylesheets/leaflet-js.css → leaflet-js.css} +0 -0
  130. data/vendor/assets/{javascripts/leaflet-js.js → leaflet-js.js} +2 -2
  131. data/{lib/leaflet.label/libs/leaflet/leaflet.css → vendor/assets/leaflet.css.erb} +2 -2
  132. data/vendor/assets/{stylesheets/leaflet.draw.css.erb → leaflet.draw.css.erb} +2 -2
  133. data/{lib/leaflet.draw/dist → vendor/assets}/leaflet.draw.ie.css +0 -0
  134. data/vendor/assets/leaflet.draw.js +38 -0
  135. data/vendor/assets/leaflet.js +155 -0
  136. data/{lib/leaflet.label/dist → vendor/assets}/leaflet.label.css +0 -0
  137. data/vendor/assets/leaflet.label.js +11 -0
  138. metadata +139 -302
  139. data/lib/leaflet.draw/BREAKINGCHANGES.md +0 -54
  140. data/lib/leaflet.draw/CHANGELOG.md +0 -118
  141. data/lib/leaflet.draw/Jakefile.js +0 -26
  142. data/lib/leaflet.draw/MIT-LICENCE.txt +0 -20
  143. data/lib/leaflet.draw/README.md +0 -411
  144. data/lib/leaflet.draw/TODO.md +0 -62
  145. data/lib/leaflet.draw/build/build.html +0 -243
  146. data/lib/leaflet.draw/build/build.js +0 -189
  147. data/lib/leaflet.draw/build/deps.js +0 -76
  148. data/lib/leaflet.draw/build/hintrc.js +0 -47
  149. data/lib/leaflet.draw/build/leaflet.draw-include.js +0 -42
  150. data/lib/leaflet.draw/dist/leaflet.draw-src.js +0 -2782
  151. data/lib/leaflet.draw/dist/leaflet.draw.css +0 -244
  152. data/lib/leaflet.draw/dist/leaflet.draw.js +0 -10
  153. data/lib/leaflet.draw/examples/basic.html +0 -113
  154. data/lib/leaflet.draw/examples/edithandlers.html +0 -67
  155. data/lib/leaflet.draw/examples/libs/images/marker-icon@2x.png +0 -0
  156. data/lib/leaflet.draw/examples/libs/leaflet-src.js +0 -9108
  157. data/lib/leaflet.draw/examples/libs/leaflet.css +0 -478
  158. data/lib/leaflet.draw/package.json +0 -37
  159. data/lib/leaflet.draw/spec/after.js +0 -2
  160. data/lib/leaflet.draw/spec/before.js +0 -3
  161. data/lib/leaflet.draw/spec/expect.js +0 -1253
  162. data/lib/leaflet.draw/spec/happen.js +0 -93
  163. data/lib/leaflet.draw/spec/index.html +0 -36
  164. data/lib/leaflet.draw/spec/karma.conf.js +0 -69
  165. data/lib/leaflet.draw/spec/sinon.js +0 -4223
  166. data/lib/leaflet.draw/spec/suites/DrawControlSpec.js +0 -15
  167. data/lib/leaflet.draw/spec/suites/GeometryUtilSpec.js +0 -25
  168. data/lib/leaflet.draw/spec/suites/LatLngUtilSpec.js +0 -9
  169. data/lib/leaflet.draw/spec/suites/SpecHelper.js +0 -26
  170. data/lib/leaflet.draw/src/draw/DrawToolbar.js +0 -111
  171. data/lib/leaflet.label/CHANGELOG.md +0 -67
  172. data/lib/leaflet.label/Jakefile.js +0 -21
  173. data/lib/leaflet.label/MIT-LICENCE.txt +0 -20
  174. data/lib/leaflet.label/README.md +0 -103
  175. data/lib/leaflet.label/build/build.js +0 -155
  176. data/lib/leaflet.label/build/deps.js +0 -26
  177. data/lib/leaflet.label/build/hint.js +0 -30
  178. data/lib/leaflet.label/build/hintrc.js +0 -51
  179. data/lib/leaflet.label/dist/images/death.png +0 -0
  180. data/lib/leaflet.label/dist/leaflet.label-src.js +0 -542
  181. data/lib/leaflet.label/dist/leaflet.label.js +0 -9
  182. data/lib/leaflet.label/example/label.html +0 -85
  183. data/lib/leaflet.label/libs/leaflet/images/layers-2x.png +0 -0
  184. data/lib/leaflet.label/libs/leaflet/images/layers.png +0 -0
  185. data/lib/leaflet.label/libs/leaflet/images/marker-icon-2x.png +0 -0
  186. data/lib/leaflet.label/libs/leaflet/images/marker-icon.png +0 -0
  187. data/lib/leaflet.label/libs/leaflet/images/marker-icon@2x.png +0 -0
  188. data/lib/leaflet.label/libs/leaflet/images/marker-shadow.png +0 -0
  189. data/lib/leaflet.label/libs/leaflet/leaflet-src.js +0 -9108
  190. data/lib/leaflet.label/libs/leaflet/leaflet.js +0 -9
  191. data/lib/leaflet.label/package.json +0 -19
  192. data/lib/leaflet/CHANGELOG.md +0 -905
  193. data/lib/leaflet/CONTRIBUTING.md +0 -155
  194. data/lib/leaflet/FAQ.md +0 -138
  195. data/lib/leaflet/Jakefile.js +0 -46
  196. data/lib/leaflet/LICENSE +0 -23
  197. data/lib/leaflet/PLUGIN-GUIDE.md +0 -127
  198. data/lib/leaflet/README.md +0 -34
  199. data/lib/leaflet/build/build.html +0 -227
  200. data/lib/leaflet/build/build.js +0 -163
  201. data/lib/leaflet/build/deps.js +0 -259
  202. data/lib/leaflet/build/hintrc.js +0 -39
  203. data/lib/leaflet/debug/css/mobile.css +0 -6
  204. data/lib/leaflet/debug/css/screen.css +0 -5
  205. data/lib/leaflet/debug/hacks/jitter.html +0 -42
  206. data/lib/leaflet/debug/leaflet-include.js +0 -59
  207. data/lib/leaflet/debug/map/canvas.html +0 -46
  208. data/lib/leaflet/debug/map/controls.html +0 -49
  209. data/lib/leaflet/debug/map/geolocation.html +0 -34
  210. data/lib/leaflet/debug/map/iframe.html +0 -11
  211. data/lib/leaflet/debug/map/image-overlay.html +0 -43
  212. data/lib/leaflet/debug/map/map-mobile.html +0 -34
  213. data/lib/leaflet/debug/map/map.html +0 -59
  214. data/lib/leaflet/debug/map/max-bounds.html +0 -38
  215. data/lib/leaflet/debug/map/opacity.html +0 -223
  216. data/lib/leaflet/debug/map/scroll.html +0 -41
  217. data/lib/leaflet/debug/map/simple-proj.html +0 -44
  218. data/lib/leaflet/debug/map/wms-marble.html +0 -30
  219. data/lib/leaflet/debug/map/wms.html +0 -40
  220. data/lib/leaflet/debug/map/zoomlevels.html +0 -45
  221. data/lib/leaflet/debug/tests/add_remove_layers.html +0 -87
  222. data/lib/leaflet/debug/tests/bringtoback.html +0 -37
  223. data/lib/leaflet/debug/tests/canvasloop.html +0 -47
  224. data/lib/leaflet/debug/tests/click_on_canvas.html +0 -58
  225. data/lib/leaflet/debug/tests/click_on_canvas_broken.html +0 -49
  226. data/lib/leaflet/debug/tests/dragging_and_copyworldjump.html +0 -61
  227. data/lib/leaflet/debug/tests/opacity.html +0 -56
  228. data/lib/leaflet/debug/tests/popupcontextmenuclicks.html +0 -59
  229. data/lib/leaflet/debug/tests/remove_while_dragging.html +0 -28
  230. data/lib/leaflet/debug/tests/removetilewhilepan.html +0 -41
  231. data/lib/leaflet/debug/tests/reuse_popups.html +0 -40
  232. data/lib/leaflet/debug/tests/rtl.html +0 -42
  233. data/lib/leaflet/debug/tests/rtl2.html +0 -27
  234. data/lib/leaflet/debug/tests/set_icon_reuse_dom.html +0 -43
  235. data/lib/leaflet/debug/tests/svg_clicks.html +0 -54
  236. data/lib/leaflet/debug/vector/bounds-extend.html +0 -88
  237. data/lib/leaflet/debug/vector/feature-group-bounds.html +0 -90
  238. data/lib/leaflet/debug/vector/geojson-sample.js +0 -53
  239. data/lib/leaflet/debug/vector/geojson.html +0 -173
  240. data/lib/leaflet/debug/vector/rectangle.html +0 -53
  241. data/lib/leaflet/debug/vector/route.js +0 -1
  242. data/lib/leaflet/debug/vector/touchzoomemu.html +0 -194
  243. data/lib/leaflet/debug/vector/us-states.js +0 -54
  244. data/lib/leaflet/debug/vector/vector-bounds.html +0 -69
  245. data/lib/leaflet/debug/vector/vector-canvas.html +0 -92
  246. data/lib/leaflet/debug/vector/vector-mobile.html +0 -38
  247. data/lib/leaflet/debug/vector/vector-simple.html +0 -48
  248. data/lib/leaflet/debug/vector/vector.html +0 -37
  249. data/lib/leaflet/dist/images/layers-2x.png +0 -0
  250. data/lib/leaflet/dist/images/layers.png +0 -0
  251. data/lib/leaflet/dist/images/marker-icon-2x.png +0 -0
  252. data/lib/leaflet/dist/images/marker-icon.png +0 -0
  253. data/lib/leaflet/dist/images/marker-shadow.png +0 -0
  254. data/lib/leaflet/dist/leaflet.css +0 -478
  255. data/lib/leaflet/package.json +0 -27
  256. data/lib/leaflet/spec/after.js +0 -2
  257. data/lib/leaflet/spec/before.js +0 -3
  258. data/lib/leaflet/spec/expect.js +0 -1253
  259. data/lib/leaflet/spec/index.html +0 -86
  260. data/lib/leaflet/spec/karma.conf.js +0 -65
  261. data/lib/leaflet/spec/sinon.js +0 -4223
  262. data/lib/leaflet/spec/spec.hintrc.js +0 -25
  263. data/lib/leaflet/spec/suites/LeafletSpec.js +0 -13
  264. data/lib/leaflet/spec/suites/SpecHelper.js +0 -42
  265. data/lib/leaflet/spec/suites/control/Control.AttributionSpec.js +0 -68
  266. data/lib/leaflet/spec/suites/control/Control.LayersSpec.js +0 -67
  267. data/lib/leaflet/spec/suites/control/Control.ScaleSpec.js +0 -6
  268. data/lib/leaflet/spec/suites/core/ClassSpec.js +0 -156
  269. data/lib/leaflet/spec/suites/core/EventsSpec.js +0 -392
  270. data/lib/leaflet/spec/suites/core/UtilSpec.js +0 -256
  271. data/lib/leaflet/spec/suites/dom/DomEventSpec.js +0 -102
  272. data/lib/leaflet/spec/suites/dom/DomUtilSpec.js +0 -82
  273. data/lib/leaflet/spec/suites/dom/PosAnimationSpec.js +0 -27
  274. data/lib/leaflet/spec/suites/geo/CRSSpec.js +0 -47
  275. data/lib/leaflet/spec/suites/geo/LatLngBoundsSpec.js +0 -144
  276. data/lib/leaflet/spec/suites/geo/LatLngSpec.js +0 -132
  277. data/lib/leaflet/spec/suites/geo/ProjectionSpec.js +0 -48
  278. data/lib/leaflet/spec/suites/geometry/BoundsSpec.js +0 -87
  279. data/lib/leaflet/spec/suites/geometry/LineUtilSpec.js +0 -75
  280. data/lib/leaflet/spec/suites/geometry/PointSpec.js +0 -104
  281. data/lib/leaflet/spec/suites/geometry/PolyUtilSpec.js +0 -27
  282. data/lib/leaflet/spec/suites/geometry/TransformationSpec.js +0 -31
  283. data/lib/leaflet/spec/suites/layer/FeatureGroupSpec.js +0 -86
  284. data/lib/leaflet/spec/suites/layer/GeoJSONSpec.js +0 -282
  285. data/lib/leaflet/spec/suites/layer/LayerGroupSpec.js +0 -58
  286. data/lib/leaflet/spec/suites/layer/PopupSpec.js +0 -119
  287. data/lib/leaflet/spec/suites/layer/TileLayerSpec.js +0 -88
  288. data/lib/leaflet/spec/suites/layer/marker/MarkerSpec.js +0 -94
  289. data/lib/leaflet/spec/suites/layer/vector/CircleMarkerSpec.js +0 -53
  290. data/lib/leaflet/spec/suites/layer/vector/CircleSpec.js +0 -17
  291. data/lib/leaflet/spec/suites/layer/vector/PolygonSpec.js +0 -91
  292. data/lib/leaflet/spec/suites/layer/vector/PolylineGeometrySpec.js +0 -35
  293. data/lib/leaflet/spec/suites/layer/vector/PolylineSpec.js +0 -55
  294. data/lib/leaflet/spec/suites/map/MapSpec.js +0 -536
  295. data/lib/leaflet/spec/suites/map/handler/Map.DragSpec.js +0 -38
  296. data/vendor/assets/images/layers-2x.png +0 -0
  297. data/vendor/assets/images/layers.png +0 -0
  298. data/vendor/assets/images/marker-icon-2x.png +0 -0
  299. data/vendor/assets/images/marker-icon.png +0 -0
  300. data/vendor/assets/images/marker-shadow.png +0 -0
  301. data/vendor/assets/images/spritesheet-2x.png +0 -0
  302. data/vendor/assets/images/spritesheet.png +0 -0
  303. data/vendor/assets/javascripts/leaflet.draw.js +0 -37
  304. data/vendor/assets/javascripts/leaflet.js +0 -147
  305. data/vendor/assets/javascripts/leaflet.label.js +0 -11
  306. data/vendor/assets/stylesheets/leaflet.css.erb +0 -478
  307. data/vendor/assets/stylesheets/leaflet.draw.ie.css +0 -49
  308. data/vendor/assets/stylesheets/leaflet.label.css +0 -52
@@ -1,15 +0,0 @@
1
- describe("Control.Draw", function(){
2
- var map, control, container;
3
-
4
- beforeEach(function(){
5
- map = L.map(document.createElement('div'));
6
- control = new L.Control.Draw({
7
-
8
- }).addTo(map);
9
- container = control.getContainer();
10
- });
11
-
12
- it("exists", function() {
13
- expect(container.innerHTML).to.be.ok();
14
- });
15
- });
@@ -1,25 +0,0 @@
1
- describe("L.GeometryUtil", function(){
2
- var map, control, container;
3
-
4
- it("geodesicArea", function() {
5
- expect(L.GeometryUtil.geodesicArea([
6
- { lat: 0, lng: 0 },
7
- { lat: 0, lng: 10 },
8
- { lat: 10, lng: 10 },
9
- { lat: 10, lng: 0 },
10
- { lat: 0, lng: 0 }
11
- ])).to.eql(1232921098571.292);
12
- });
13
-
14
- describe("readableDistance", function() {
15
- it("metric", function() {
16
- expect(L.GeometryUtil.readableDistance(1000, true)).to.eql('1000 m');
17
- expect(L.GeometryUtil.readableDistance(1500, true)).to.eql('1.50 km');
18
- });
19
-
20
- it("imperial", function() {
21
- expect(L.GeometryUtil.readableDistance(1609.3488537961)).to.eql('1760 yd');
22
- expect(L.GeometryUtil.readableDistance(1610.3488537961)).to.eql('1.00 miles');
23
- });
24
- });
25
- });
@@ -1,9 +0,0 @@
1
- describe("L.LatLngUtil", function(){
2
- it("cloneLatLngs", function() {
3
- var latLngs = [{ lat: 0, lng: 0 }];
4
- var clone = L.LatLngUtil.cloneLatLngs(latLngs);
5
- expect(clone[0].lat).to.eql(latLngs[0].lat);
6
- clone[0].lat = 10;
7
- expect(latLngs[0].lat).to.eql(0);
8
- });
9
- });
@@ -1,26 +0,0 @@
1
- function noSpecs() {
2
- xit('has no specs');
3
- }
4
-
5
- if (!Array.prototype.map) {
6
- Array.prototype.map = function(fun /*, thisp */) {
7
- "use strict";
8
-
9
- if (this === void 0 || this === null)
10
- throw new TypeError();
11
-
12
- var t = Object(this);
13
- var len = t.length >>> 0;
14
- if (typeof fun !== "function")
15
- throw new TypeError();
16
-
17
- var res = new Array(len);
18
- var thisp = arguments[1];
19
- for (var i = 0; i < len; i++) {
20
- if (i in t)
21
- res[i] = fun.call(thisp, t[i], i, t);
22
- }
23
-
24
- return res;
25
- };
26
- }
@@ -1,111 +0,0 @@
1
- L.DrawToolbar = L.Toolbar.extend({
2
-
3
- options: {
4
- polyline: {},
5
- polygon: {},
6
- rectangle: {},
7
- circle: {},
8
- marker: {}
9
- },
10
-
11
- initialize: function (options) {
12
- // Ensure that the options are merged correctly since L.extend is only shallow
13
- for (var type in this.options) {
14
- if (this.options.hasOwnProperty(type)) {
15
- if (options[type]) {
16
- options[type] = L.extend({}, this.options[type], options[type]);
17
- }
18
- }
19
- }
20
-
21
- L.Toolbar.prototype.initialize.call(this, options);
22
- },
23
-
24
- addToolbar: function (map) {
25
- var container = L.DomUtil.create('div', 'leaflet-draw-section'),
26
- buttonIndex = 0,
27
- buttonClassPrefix = 'leaflet-draw-draw';
28
-
29
- this._toolbarContainer = L.DomUtil.create('div', 'leaflet-draw-toolbar leaflet-bar');
30
-
31
-
32
- if (this.options.polyline) {
33
- this._initModeHandler(
34
- new L.Draw.Polyline(map, this.options.polyline),
35
- this._toolbarContainer,
36
- buttonIndex++,
37
- buttonClassPrefix,
38
- L.drawLocal.draw.toolbar.buttons.polyline
39
- );
40
- }
41
-
42
- if (this.options.polygon) {
43
- this._initModeHandler(
44
- new L.Draw.Polygon(map, this.options.polygon),
45
- this._toolbarContainer,
46
- buttonIndex++,
47
- buttonClassPrefix,
48
- L.drawLocal.draw.toolbar.buttons.polygon
49
- );
50
- }
51
-
52
- if (this.options.rectangle) {
53
- this._initModeHandler(
54
- new L.Draw.Rectangle(map, this.options.rectangle),
55
- this._toolbarContainer,
56
- buttonIndex++,
57
- buttonClassPrefix,
58
- L.drawLocal.draw.toolbar.buttons.rectangle
59
- );
60
- }
61
-
62
- if (this.options.circle) {
63
- this._initModeHandler(
64
- new L.Draw.Circle(map, this.options.circle),
65
- this._toolbarContainer,
66
- buttonIndex++,
67
- buttonClassPrefix,
68
- L.drawLocal.draw.toolbar.buttons.circle
69
- );
70
- }
71
-
72
- if (this.options.marker) {
73
- this._initModeHandler(
74
- new L.Draw.Marker(map, this.options.marker),
75
- this._toolbarContainer,
76
- buttonIndex++,
77
- buttonClassPrefix,
78
- L.drawLocal.draw.toolbar.buttons.marker
79
- );
80
- }
81
-
82
- // Save button index of the last button, -1 as we would have ++ after the last button
83
- this._lastButtonIndex = --buttonIndex;
84
-
85
- // Create the actions part of the toolbar
86
- this._actionsContainer = this._createActions([
87
- {
88
- title: L.drawLocal.draw.toolbar.actions.title,
89
- text: L.drawLocal.draw.toolbar.actions.text,
90
- callback: this.disable,
91
- context: this
92
- }
93
- ]);
94
-
95
- // Add draw and cancel containers to the control container
96
- container.appendChild(this._toolbarContainer);
97
- container.appendChild(this._actionsContainer);
98
-
99
- return container;
100
- },
101
-
102
- setOptions: function (options) {
103
- L.setOptions(this, options);
104
-
105
- for (var type in this._modes) {
106
- if (this._modes.hasOwnProperty(type) && options.hasOwnProperty(type)) {
107
- this._modes[type].handler.setOptions(options[type]);
108
- }
109
- }
110
- }
111
- });
@@ -1,67 +0,0 @@
1
- Leaflet.draw Changelog
2
- ======================
3
-
4
- ## master
5
-
6
- An in-progress version being developed on the master branch.
7
-
8
- ### Plugin improvements
9
-
10
- * Improved performance when setting label content.
11
-
12
- ### Bug fixes
13
-
14
- * Fixed issue where labels could appear blurry after zoom.
15
-
16
- ## 0.2.0 (August 20, 2013)
17
-
18
- ### Plugin improvements
19
-
20
- * Removed need to call `showLabel` when adding a static label to the map.
21
- * Added support for changing the direction of the label in relation to the marker. Added auto mode that switches depending on which side of the screen you are on. (adapted from [@erictheise](https://github.com/erictheise) pull request) [#17](https://github.com/Leaflet/Leaflet.label/pull/17)
22
- * Added `labelAnchor` option to `L.CircleMarker`.
23
-
24
- ### Bug fixes
25
-
26
- * Fix bug where map view hard reset did not update labels. (by [@dagjomar](https://github.com/dagjomar)). [#43](https://github.com/Leaflet/Leaflet.label/pull/43)
27
- * Fix issue where non static labels would remain visible if the latlng of the marker changed.
28
-
29
- ## 0.1.4 (August 20, 2013)
30
-
31
- ### Bug fixes
32
-
33
- * Fixed error in IE < 9 when trying to set the label z-index. (by [@arthur-e](https://github.com/arthur-e)). [#13](https://github.com/Leaflet/Leaflet.label/pull/25)
34
- * Fixed an issue when removing the click handler from the container to close labels in touch devices.
35
-
36
- ## 0.1.3 (May 02, 2013)
37
-
38
- ### Plugin improvements
39
-
40
- * Added method `L.Marker.setLabelNoHide()` to allow toggling of static marker labels. (inspired by [@kpwebb](https://github.com/kpwebb)). [#20](https://github.com/Leaflet/Leaflet.label/pull/20)
41
- * Non-static labels will now hide when map container is tapped on touch devices. (by [@snkashis](https://github.com/snkashis)). [#26](https://github.com/Leaflet/Leaflet.label/pull/26)
42
- * Added ability to set the opacity of the label along with the marker. (inspired by [@snkashis](https://github.com/snkashis)). [#20](https://github.com/Leaflet/Leaflet.label/pull/27)
43
- * Added support for mouse event to L.Label.
44
- * Added public getter to L.Marker to retrieve the label associated to a marker.
45
-
46
- ### Bug fixes
47
-
48
- * Fixed labels not updating position after being dragged. (by [@snkashis](https://github.com/snkashis)). [#13](https://github.com/Leaflet/Leaflet.label/pull/13)
49
- * Z-Index fixes aimed at static labels. This will ensure that label is shown at the same level as the marker.
50
- * Correctly remove event listeners in Marker.Label and Path.Label.
51
-
52
- ## 0.1.1 (December 10, 2012)
53
-
54
- ### Plugin improvements
55
-
56
- * FeatureGroup now supports label methods.
57
-
58
- ### Bug fixes
59
-
60
- * Fixed bug where label wouldn't hide when unbindLabel was called.
61
- * Fixed Multi-Poly support.
62
- * Fixed bug where a label's position wouldn't be updated when a marker moved.
63
- * Fixed bug where label wouldn't be removed from map when a marker was.
64
-
65
- ## 0.1.0 (October 7, 2012)
66
-
67
- Initial version of Leaflet.label
@@ -1,21 +0,0 @@
1
- /*
2
- Leaflet.label building and linting scripts.
3
-
4
- To use, install Node, then run the following commands in the project root:
5
-
6
- npm install -g jake
7
- npm install uglify-js
8
- npm install jshint
9
-
10
- To check the code and build Leaflet.label from source, run "jake"
11
- */
12
-
13
- var build = require('./build/build.js');
14
-
15
- desc('Check Leaflet.label source for errors with JSHint');
16
- task('lint', build.lint);
17
-
18
- desc('Combine and compress Leaflet.label source files');
19
- task('build', ['lint'], build.build);
20
-
21
- task('default', ['build']);
@@ -1,20 +0,0 @@
1
- Copyright 2012 Jacob Toye
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,103 +0,0 @@
1
- Leaflet.label
2
- =============
3
-
4
- **NOTE: lastest Leaflet.label master requires Leaflet 0.7-dev**
5
-
6
- Leaflet.label is plugin for adding labels to markers &amp; shapes on leaflet powered maps.
7
-
8
- Check out the [demo](http://leaflet.github.com/Leaflet.label/).
9
-
10
- ##Usage examples
11
-
12
- If you want to just bind a label to marker that will show when the mouse is over it, it's really easy:
13
-
14
- ````js
15
- L.marker([-37.7772, 175.2606]).bindLabel('Look revealing label!').addTo(map);
16
- ````
17
-
18
- Path overlays works the same:
19
-
20
- ````js
21
- L.polyline([
22
- [-37.7612, 175.2756],
23
- [-37.7702, 175.2796],
24
- [-37.7802, 175.2750],
25
- ]).bindLabel('Even polylines can have labels.').addTo(map)
26
- ````
27
-
28
- If you would prefer the label to be always visible set the ````noHide: true```` option and call ````showLabel()```` once added to the map:
29
-
30
- ````js
31
- L.marker([-37.785, 175.263])
32
- .bindLabel('A sweet static label!', { noHide: true })
33
- .addTo(map);
34
- ````
35
-
36
- ##Options
37
-
38
- When you call ````bindLabel()```` you can pass in an options object. These options are:
39
-
40
- - **noHide**: doesn't attach event handler for showing/hiding the label on mouseover/out.
41
- - **className**: the css class to add to the label element
42
- - **direction**: one of `left`|`right`(default)|`auto`. The direction the label displays in relation to the marker. `auto` will choose the optimal direction depending on the position of the marker.
43
-
44
- E.g. To create a static label that automatically positions the label
45
-
46
- ````js
47
- var myIcon = L.icon({
48
- iconUrl: 'my-icon.png',
49
- iconSize: [20, 20],
50
- iconAnchor: [10, 10],
51
- labelAnchor: [6, 0] // as I want the label to appear 2px past the icon (10 + 2 - 6)
52
- });
53
- L.marker([-37.7772, 175.2606], {
54
- icon: myIcon
55
- }).bindLabel('My label', {
56
- noHide: true,
57
- direction: 'auto'
58
- });
59
- ````
60
-
61
- ##Positioning the label for custom icons
62
-
63
- The label is positioned relative to the L.Icon's ````iconAnchor```` option. To reposition the label set the ````labelAnchor```` option of your icon. By default ````labelAnchor```` is set so the label will show vertically centered for the default icon (````L.Icon.Default````).
64
-
65
- E.g. Vertically center an icon with ````iconAnchor```` set as the center of the icon:
66
-
67
- ````js
68
- var myIcon = L.icon({
69
- iconUrl: 'my-icon.png',
70
- iconSize: [20, 20],
71
- iconAnchor: [10, 10],
72
- labelAnchor: [6, 0] // as I want the label to appear 2px past the icon (10 + 2 - 6)
73
- });
74
- L.marker([-37.7772, 175.2606], {
75
- icon: myIcon
76
- }).bindLabel('Look revealing label!').addTo(map);
77
- ````
78
-
79
- When positioning the label L.Label includes a 6px horizontal padding. you will need to take this into account when setting ````labelAnchor````.
80
-
81
- ##Setting the opacity of a label
82
-
83
- You can set the opacity of a label by calling the `setOpacity` method on `L.Marker`. By default the opacity will either be **0** or **1**.
84
-
85
- ````js
86
- // Sets opacity of marker to 0.3 and opacity of label to 1
87
- markerLabel.setOpacity(0.3);
88
-
89
- // Sets opacity of marker to 0.3 and opacity of label to 0.3
90
- markerLabel.setOpacity(0.3, true);
91
-
92
- // Sets opacity of marker to 0 and opacity of label to 0
93
- markerLabel.setOpacity(0);
94
- markerLabel.setOpacity(0, true);
95
-
96
- // Sets opacity of marker to 1 and opacity of label to 1
97
- markerLabel.setOpacity(1);
98
- markerLabel.setOpacity(1, true);
99
- ````
100
-
101
- ##Alternative label plugin
102
-
103
- My previous label plugin is still available at https://github.com/jacobtoye/Leaflet.iconlabel. This plugin is a little harder to use, however if you want to have both the icon and label bound to the same event this plugin is for you.
@@ -1,155 +0,0 @@
1
- var fs = require('fs'),
2
- jshint = require('jshint'),
3
- UglifyJS = require('uglify-js'),
4
-
5
- deps = require('./deps.js').deps,
6
- hintrc = require('./hintrc.js');
7
-
8
-
9
- function lintFiles(files) {
10
-
11
- var errorsFound = 0,
12
- i, j, len, len2, src, errors, e;
13
-
14
- for (i = 0, len = files.length; i < len; i++) {
15
-
16
- jshint.JSHINT(fs.readFileSync(files[i], 'utf8'), hintrc.config, hintrc.globals);
17
- errors = jshint.JSHINT.errors;
18
-
19
- for (j = 0, len2 = errors.length; j < len2; j++) {
20
- e = errors[j];
21
- console.log(files[i] + '\tline ' + e.line + '\tcol ' + e.character + '\t ' + e.reason);
22
- }
23
-
24
- errorsFound += len2;
25
- }
26
-
27
- return errorsFound;
28
- }
29
-
30
- function getFiles(compsBase32) {
31
- var memo = {},
32
- comps;
33
-
34
- if (compsBase32) {
35
- comps = parseInt(compsBase32, 32).toString(2).split('');
36
- console.log('Managing dependencies...');
37
- }
38
-
39
- function addFiles(srcs) {
40
- for (var j = 0, len = srcs.length; j < len; j++) {
41
- memo[srcs[j]] = true;
42
- }
43
- }
44
-
45
- for (var i in deps) {
46
- if (comps) {
47
- if (parseInt(comps.pop(), 2) === 1) {
48
- console.log('\t* ' + i);
49
- addFiles(deps[i].src);
50
- } else {
51
- console.log('\t ' + i);
52
- }
53
- } else {
54
- addFiles(deps[i].src);
55
- }
56
- }
57
-
58
- var files = [];
59
-
60
- for (var src in memo) {
61
- files.push('src/' + src);
62
- }
63
-
64
- return files;
65
- }
66
-
67
- exports.lint = function () {
68
-
69
- var files = getFiles();
70
-
71
- console.log('Checking for JS errors...');
72
-
73
- var errorsFound = lintFiles(files);
74
-
75
- if (errorsFound > 0) {
76
- console.log(errorsFound + ' error(s) found.\n');
77
- fail();
78
- } else {
79
- console.log('\tCheck passed');
80
- }
81
- };
82
-
83
-
84
- function getSizeDelta(newContent, oldContent) {
85
- if (!oldContent) {
86
- return 'new';
87
- }
88
- var newLen = newContent.replace(/\r\n?/g, '\n').length,
89
- oldLen = oldContent.replace(/\r\n?/g, '\n').length,
90
- delta = newLen - oldLen;
91
-
92
- return (delta >= 0 ? '+' : '') + delta;
93
- }
94
-
95
- function loadSilently(path) {
96
- try {
97
- return fs.readFileSync(path, 'utf8');
98
- } catch (e) {
99
- return null;
100
- }
101
- }
102
-
103
- function combineFiles(files) {
104
- var content = '';
105
- for (var i = 0, len = files.length; i < len; i++) {
106
- content += fs.readFileSync(files[i], 'utf8') + '\n\n';
107
- }
108
- return content;
109
- }
110
-
111
- exports.build = function (compsBase32, buildName) {
112
-
113
- var files = getFiles(compsBase32);
114
-
115
- console.log('Concatenating ' + files.length + ' files...');
116
-
117
- var copy = fs.readFileSync('src/copyright.js', 'utf8'),
118
- intro = '(function (window, document, undefined) {\n',
119
- outro = '}(this, document));',
120
- newSrc = copy + intro + combineFiles(files) + outro,
121
-
122
- pathPart = 'dist/leaflet.label' + (buildName ? '-' + buildName : ''),
123
- srcPath = pathPart + '-src.js',
124
-
125
- oldSrc = loadSilently(srcPath),
126
- srcDelta = getSizeDelta(newSrc, oldSrc);
127
-
128
- console.log('\tUncompressed size: ' + newSrc.length + ' bytes (' + srcDelta + ')');
129
-
130
- if (newSrc === oldSrc) {
131
- console.log('\tNo changes');
132
- } else {
133
- fs.writeFileSync(srcPath, newSrc);
134
- console.log('\tSaved to ' + srcPath);
135
- }
136
-
137
- console.log('Compressing...');
138
-
139
- var path = pathPart + '.js',
140
- oldCompressed = loadSilently(path),
141
- newCompressed = copy + UglifyJS.minify(newSrc, {
142
- warnings: true,
143
- fromString: true
144
- }).code,
145
- delta = getSizeDelta(newCompressed, oldCompressed);
146
-
147
- console.log('\tCompressed size: ' + newCompressed.length + ' bytes (' + delta + ')');
148
-
149
- if (newCompressed === oldCompressed) {
150
- console.log('\tNo changes');
151
- } else {
152
- fs.writeFileSync(path, newCompressed);
153
- console.log('\tSaved to ' + path);
154
- }
155
- };