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
@@ -43,7 +43,6 @@ L.Draw.Circle = L.Draw.SimpleShape.extend({
43
43
 
44
44
  _onMouseMove: function (e) {
45
45
  var latlng = e.latlng,
46
- metric = this.options.metric,
47
46
  showRadius = this.options.showRadius,
48
47
  useMetric = this.options.metric,
49
48
  radius;
@@ -52,12 +51,12 @@ L.Draw.Circle = L.Draw.SimpleShape.extend({
52
51
  if (this._isDrawing) {
53
52
  this._drawShape(latlng);
54
53
 
55
- // Get the new radius (rouded to 1 dp)
54
+ // Get the new radius (rounded to 1 dp)
56
55
  radius = this._shape.getRadius().toFixed(1);
57
56
 
58
57
  this._tooltip.updateContent({
59
58
  text: this._endLabelText,
60
- subtext: showRadius ? 'Radius: ' + L.GeometryUtil.readableDistance(radius, useMetric) : ''
59
+ subtext: showRadius ? L.drawLocal.draw.handlers.circle.radius + ': ' + L.GeometryUtil.readableDistance(radius, useMetric) : ''
61
60
  });
62
61
  }
63
62
  }
@@ -31,9 +31,9 @@ L.Draw.Feature = L.Handler.extend({
31
31
 
32
32
  L.Handler.prototype.disable.call(this);
33
33
 
34
- this.fire('disabled', { handler: this.type });
35
-
36
34
  this._map.fire('draw:drawstop', { layerType: this.type });
35
+
36
+ this.fire('disabled', { handler: this.type });
37
37
  },
38
38
 
39
39
  addHooks: function () {
@@ -46,7 +46,7 @@ L.Draw.Feature = L.Handler.extend({
46
46
 
47
47
  this._tooltip = new L.Tooltip(this._map);
48
48
 
49
- L.DomEvent.addListener(this._container, 'keyup', this._cancelDrawing, this);
49
+ L.DomEvent.on(this._container, 'keyup', this._cancelDrawing, this);
50
50
  }
51
51
  },
52
52
 
@@ -57,7 +57,7 @@ L.Draw.Feature = L.Handler.extend({
57
57
  this._tooltip.dispose();
58
58
  this._tooltip = null;
59
59
 
60
- L.DomEvent.removeListener(this._container, 'keyup', this._cancelDrawing);
60
+ L.DomEvent.off(this._container, 'keyup', this._cancelDrawing, this);
61
61
  }
62
62
  },
63
63
 
@@ -29,7 +29,7 @@ L.Draw.Polygon = L.Draw.Polyline.extend({
29
29
  _updateFinishHandler: function () {
30
30
  var markerCount = this._markers.length;
31
31
 
32
- // The first marker shold have a click handler to close the polygon
32
+ // The first marker should have a click handler to close the polygon
33
33
  if (markerCount === 1) {
34
34
  this._markers[0].on('click', this._finishShape, this);
35
35
  }
@@ -76,15 +76,17 @@ L.Draw.Polygon = L.Draw.Polyline.extend({
76
76
  return this._markers.length >= 3;
77
77
  },
78
78
 
79
- _vertexAdded: function () {
79
+ _vertexChanged: function (latlng, added) {
80
+ var latLngs;
81
+
80
82
  // Check to see if we should show the area
81
- if (this.options.allowIntersection || !this.options.showArea) {
82
- return;
83
- }
83
+ if (!this.options.allowIntersection && this.options.showArea) {
84
+ latLngs = this._poly.getLatLngs();
84
85
 
85
- var latLngs = this._poly.getLatLngs();
86
+ this._area = L.GeometryUtil.geodesicArea(latLngs);
87
+ }
86
88
 
87
- this._area = L.GeometryUtil.geodesicArea(latLngs);
89
+ L.Draw.Polyline.prototype._vertexChanged.call(this, latlng, added);
88
90
  },
89
91
 
90
92
  _cleanUpShape: function () {
@@ -17,6 +17,7 @@ L.Draw.Polyline = L.Draw.Feature.extend({
17
17
  className: 'leaflet-div-icon leaflet-editing-icon'
18
18
  }),
19
19
  guidelineDistance: 20,
20
+ maxGuideLineLength: 4000,
20
21
  shapeOptions: {
21
22
  stroke: true,
22
23
  color: '#f06eaa',
@@ -75,11 +76,12 @@ L.Draw.Polyline = L.Draw.Feature.extend({
75
76
  }
76
77
 
77
78
  this._mouseMarker
78
- .on('click', this._onClick, this)
79
+ .on('mousedown', this._onMouseDown, this)
79
80
  .addTo(this._map);
80
81
 
81
82
  this._map
82
83
  .on('mousemove', this._onMouseMove, this)
84
+ .on('mouseup', this._onMouseUp, this)
83
85
  .on('zoomend', this._onZoomEnd, this);
84
86
  }
85
87
  },
@@ -99,7 +101,9 @@ L.Draw.Polyline = L.Draw.Feature.extend({
99
101
  this._map.removeLayer(this._poly);
100
102
  delete this._poly;
101
103
 
102
- this._mouseMarker.off('click', this._onClick, this);
104
+ this._mouseMarker
105
+ .off('mousedown', this._onMouseDown, this)
106
+ .off('mouseup', this._onMouseUp, this);
103
107
  this._map.removeLayer(this._mouseMarker);
104
108
  delete this._mouseMarker;
105
109
 
@@ -111,6 +115,46 @@ L.Draw.Polyline = L.Draw.Feature.extend({
111
115
  .off('zoomend', this._onZoomEnd, this);
112
116
  },
113
117
 
118
+ deleteLastVertex: function () {
119
+ if (this._markers.length <= 1) {
120
+ return;
121
+ }
122
+
123
+ var lastMarker = this._markers.pop(),
124
+ poly = this._poly,
125
+ latlng = this._poly.spliceLatLngs(poly.getLatLngs().length - 1, 1)[0];
126
+
127
+ this._markerGroup.removeLayer(lastMarker);
128
+
129
+ if (poly.getLatLngs().length < 2) {
130
+ this._map.removeLayer(poly);
131
+ }
132
+
133
+ this._vertexChanged(latlng, false);
134
+ },
135
+
136
+ addVertex: function (latlng) {
137
+ var markersLength = this._markers.length;
138
+
139
+ if (markersLength > 0 && !this.options.allowIntersection && this._poly.newLatLngIntersects(latlng)) {
140
+ this._showErrorTooltip();
141
+ return;
142
+ }
143
+ else if (this._errorShown) {
144
+ this._hideErrorTooltip();
145
+ }
146
+
147
+ this._markers.push(this._createMarker(latlng));
148
+
149
+ this._poly.addLatLng(latlng);
150
+
151
+ if (this._poly.getLatLngs().length === 2) {
152
+ this._map.addLayer(this._poly);
153
+ }
154
+
155
+ this._vertexChanged(latlng, true);
156
+ },
157
+
114
158
  _finishShape: function () {
115
159
  var intersects = this._poly.newLatLngIntersects(this._poly.getLatLngs()[0], true);
116
160
 
@@ -155,35 +199,34 @@ L.Draw.Polyline = L.Draw.Feature.extend({
155
199
  L.DomEvent.preventDefault(e.originalEvent);
156
200
  },
157
201
 
158
- _onClick: function (e) {
159
- var latlng = e.target.getLatLng(),
160
- markerCount = this._markers.length;
161
-
162
- if (markerCount > 0 && !this.options.allowIntersection && this._poly.newLatLngIntersects(latlng)) {
163
- this._showErrorTooltip();
164
- return;
165
- }
166
- else if (this._errorShown) {
167
- this._hideErrorTooltip();
168
- }
169
-
170
- this._markers.push(this._createMarker(latlng));
171
-
172
- this._poly.addLatLng(latlng);
173
-
174
- if (this._poly.getLatLngs().length === 2) {
175
- this._map.addLayer(this._poly);
176
- }
177
-
202
+ _vertexChanged: function (latlng, added) {
178
203
  this._updateFinishHandler();
179
204
 
180
- this._vertexAdded(latlng);
205
+ this._updateRunningMeasure(latlng, added);
181
206
 
182
207
  this._clearGuides();
183
208
 
184
209
  this._updateTooltip();
185
210
  },
186
211
 
212
+ _onMouseDown: function (e) {
213
+ var originalEvent = e.originalEvent;
214
+ this._mouseDownOrigin = L.point(originalEvent.clientX, originalEvent.clientY);
215
+ },
216
+
217
+ _onMouseUp: function (e) {
218
+ if (this._mouseDownOrigin) {
219
+ // We detect clicks within a certain tolerance, otherwise let it
220
+ // be interpreted as a drag by the map
221
+ var distance = L.point(e.originalEvent.clientX, e.originalEvent.clientY)
222
+ .distanceTo(this._mouseDownOrigin);
223
+ if (Math.abs(distance) < 9 * (window.devicePixelRatio || 1)) {
224
+ this.addVertex(e.latlng);
225
+ }
226
+ }
227
+ this._mouseDownOrigin = null;
228
+ },
229
+
187
230
  _updateFinishHandler: function () {
188
231
  var markerCount = this._markers.length;
189
232
  // The last marker should have a click handler to close the polyline
@@ -237,7 +280,10 @@ L.Draw.Polyline = L.Draw.Feature.extend({
237
280
 
238
281
  _drawGuide: function (pointA, pointB) {
239
282
  var length = Math.floor(Math.sqrt(Math.pow((pointB.x - pointA.x), 2) + Math.pow((pointB.y - pointA.y), 2))),
240
- i,
283
+ guidelineDistance = this.options.guidelineDistance,
284
+ maxGuideLineLength = this.options.maxGuideLineLength,
285
+ // Only draw a guideline with a max length
286
+ i = length > maxGuideLineLength ? length - maxGuideLineLength : guidelineDistance,
241
287
  fraction,
242
288
  dashPoint,
243
289
  dash;
@@ -248,7 +294,7 @@ L.Draw.Polyline = L.Draw.Feature.extend({
248
294
  }
249
295
 
250
296
  //draw a dash every GuildeLineDistance
251
- for (i = this.options.guidelineDistance; i < length; i += this.options.guidelineDistance) {
297
+ for (; i < length; i += this.options.guidelineDistance) {
252
298
  //work out fraction along line we are
253
299
  fraction = i / length;
254
300
 
@@ -286,7 +332,7 @@ L.Draw.Polyline = L.Draw.Feature.extend({
286
332
 
287
333
  _getTooltipText: function () {
288
334
  var showLength = this.options.showLength,
289
- labelText, distance, distanceStr;
335
+ labelText, distanceStr;
290
336
 
291
337
  if (this._markers.length === 0) {
292
338
  labelText = {
@@ -310,6 +356,20 @@ L.Draw.Polyline = L.Draw.Feature.extend({
310
356
  return labelText;
311
357
  },
312
358
 
359
+ _updateRunningMeasure: function (latlng, added) {
360
+ var markersLength = this._markers.length,
361
+ previousMarkerIndex, distance;
362
+
363
+ if (this._markers.length === 1) {
364
+ this._measurementRunningTotal = 0;
365
+ } else {
366
+ previousMarkerIndex = markersLength - (added ? 2 : 1);
367
+ distance = latlng.distanceTo(this._markers[previousMarkerIndex].getLatLng());
368
+
369
+ this._measurementRunningTotal += distance * (added ? 1 : -1);
370
+ }
371
+ },
372
+
313
373
  _getMeasurementString: function () {
314
374
  var currentLatLng = this._currentLatLng,
315
375
  previousLatLng = this._markers[this._markers.length - 1].getLatLng(),
@@ -360,16 +420,6 @@ L.Draw.Polyline = L.Draw.Feature.extend({
360
420
  }
361
421
  },
362
422
 
363
- _vertexAdded: function (latlng) {
364
- if (this._markers.length === 1) {
365
- this._measurementRunningTotal = 0;
366
- }
367
- else {
368
- this._measurementRunningTotal +=
369
- latlng.distanceTo(this._markers[this._markers.length - 2].getLatLng());
370
- }
371
- },
372
-
373
423
  _cleanUpShape: function () {
374
424
  if (this._markers.length > 1) {
375
425
  this._markers[this._markers.length - 1].off('click', this._finishShape, this);
@@ -13,7 +13,8 @@ L.Draw.Rectangle = L.Draw.SimpleShape.extend({
13
13
  fillColor: null, //same as color by default
14
14
  fillOpacity: 0.2,
15
15
  clickable: true
16
- }
16
+ },
17
+ metric: true // Whether to use the metric meaurement system or imperial
17
18
  },
18
19
 
19
20
  initialize: function (map, options) {
@@ -37,5 +38,22 @@ L.Draw.Rectangle = L.Draw.SimpleShape.extend({
37
38
  _fireCreatedEvent: function () {
38
39
  var rectangle = new L.Rectangle(this._shape.getBounds(), this.options.shapeOptions);
39
40
  L.Draw.SimpleShape.prototype._fireCreatedEvent.call(this, rectangle);
41
+ },
42
+
43
+ _getTooltipText: function () {
44
+ var tooltipText = L.Draw.SimpleShape.prototype._getTooltipText.call(this),
45
+ shape = this._shape,
46
+ latLngs, area, subtext;
47
+
48
+ if (shape) {
49
+ latLngs = this._shape.getLatLngs();
50
+ area = L.GeometryUtil.geodesicArea(latLngs);
51
+ subtext = L.GeometryUtil.readableArea(area, this.options.metric);
52
+ }
53
+
54
+ return {
55
+ text: tooltipText.text,
56
+ subtext: subtext
57
+ };
40
58
  }
41
59
  });
@@ -14,7 +14,12 @@ L.Draw.SimpleShape = L.Draw.Feature.extend({
14
14
  addHooks: function () {
15
15
  L.Draw.Feature.prototype.addHooks.call(this);
16
16
  if (this._map) {
17
- this._map.dragging.disable();
17
+ this._mapDraggable = this._map.dragging.enabled();
18
+
19
+ if (this._mapDraggable) {
20
+ this._map.dragging.disable();
21
+ }
22
+
18
23
  //TODO refactor: move cursor to styles
19
24
  this._container.style.cursor = 'crosshair';
20
25
 
@@ -29,7 +34,10 @@ L.Draw.SimpleShape = L.Draw.Feature.extend({
29
34
  removeHooks: function () {
30
35
  L.Draw.Feature.prototype.removeHooks.call(this);
31
36
  if (this._map) {
32
- this._map.dragging.enable();
37
+ if (this._mapDraggable) {
38
+ this._map.dragging.enable();
39
+ }
40
+
33
41
  //TODO refactor: move cursor to styles
34
42
  this._container.style.cursor = '';
35
43
 
@@ -37,7 +45,7 @@ L.Draw.SimpleShape = L.Draw.Feature.extend({
37
45
  .off('mousedown', this._onMouseDown, this)
38
46
  .off('mousemove', this._onMouseMove, this);
39
47
 
40
- L.DomEvent.off(document, 'mouseup', this._onMouseUp);
48
+ L.DomEvent.off(document, 'mouseup', this._onMouseUp, this);
41
49
 
42
50
  // If the box element doesn't exist they must not have moved the mouse, so don't need to destroy/return
43
51
  if (this._shape) {
@@ -48,6 +56,12 @@ L.Draw.SimpleShape = L.Draw.Feature.extend({
48
56
  this._isDrawing = false;
49
57
  },
50
58
 
59
+ _getTooltipText: function () {
60
+ return {
61
+ text: this._endLabelText
62
+ };
63
+ },
64
+
51
65
  _onMouseDown: function (e) {
52
66
  this._isDrawing = true;
53
67
  this._startLatLng = e.latlng;
@@ -62,7 +76,7 @@ L.Draw.SimpleShape = L.Draw.Feature.extend({
62
76
 
63
77
  this._tooltip.updatePosition(latlng);
64
78
  if (this._isDrawing) {
65
- this._tooltip.updateContent({ text: this._endLabelText });
79
+ this._tooltip.updateContent(this._getTooltipText());
66
80
  this._drawShape(latlng);
67
81
  }
68
82
  },
@@ -3,6 +3,10 @@
3
3
  });*/
4
4
 
5
5
  L.EditToolbar = L.Toolbar.extend({
6
+ statics: {
7
+ TYPE: 'edit'
8
+ },
9
+
6
10
  options: {
7
11
  edit: {
8
12
  selectedPathOptions: {
@@ -12,7 +16,10 @@ L.EditToolbar = L.Toolbar.extend({
12
16
 
13
17
  fill: true,
14
18
  fillColor: '#fe57a1',
15
- fillOpacity: 0.1
19
+ fillOpacity: 0.1,
20
+
21
+ // Whether to user the existing layers color
22
+ maintainColor: false
16
23
  }
17
24
  },
18
25
  remove: {},
@@ -25,58 +32,42 @@ L.EditToolbar = L.Toolbar.extend({
25
32
  if (typeof options.edit.selectedPathOptions === 'undefined') {
26
33
  options.edit.selectedPathOptions = this.options.edit.selectedPathOptions;
27
34
  }
28
- options.edit = L.extend({}, this.options.edit, options.edit);
35
+ options.edit.selectedPathOptions = L.extend({}, this.options.edit.selectedPathOptions, options.edit.selectedPathOptions);
29
36
  }
30
37
 
31
38
  if (options.remove) {
32
39
  options.remove = L.extend({}, this.options.remove, options.remove);
33
40
  }
34
41
 
42
+ this._toolbarClass = 'leaflet-draw-edit';
35
43
  L.Toolbar.prototype.initialize.call(this, options);
36
44
 
37
45
  this._selectedFeatureCount = 0;
38
46
  },
39
47
 
40
- addToolbar: function (map) {
41
- var container = L.DomUtil.create('div', 'leaflet-draw-section'),
42
- buttonIndex = 0,
43
- buttonClassPrefix = 'leaflet-draw-edit',
44
- featureGroup = this.options.featureGroup;
45
-
46
- this._toolbarContainer = L.DomUtil.create('div', 'leaflet-draw-toolbar leaflet-bar');
47
-
48
- this._map = map;
49
-
50
- if (this.options.edit) {
51
- this._initModeHandler(
52
- new L.EditToolbar.Edit(map, {
48
+ getModeHandlers: function (map) {
49
+ var featureGroup = this.options.featureGroup;
50
+ return [
51
+ {
52
+ enabled: this.options.edit,
53
+ handler: new L.EditToolbar.Edit(map, {
53
54
  featureGroup: featureGroup,
54
55
  selectedPathOptions: this.options.edit.selectedPathOptions
55
56
  }),
56
- this._toolbarContainer,
57
- buttonIndex++,
58
- buttonClassPrefix,
59
- L.drawLocal.edit.toolbar.buttons.edit
60
- );
61
- }
62
-
63
- if (this.options.remove) {
64
- this._initModeHandler(
65
- new L.EditToolbar.Delete(map, {
57
+ title: L.drawLocal.edit.toolbar.buttons.edit
58
+ },
59
+ {
60
+ enabled: this.options.remove,
61
+ handler: new L.EditToolbar.Delete(map, {
66
62
  featureGroup: featureGroup
67
63
  }),
68
- this._toolbarContainer,
69
- buttonIndex++,
70
- buttonClassPrefix,
71
- L.drawLocal.edit.toolbar.buttons.remove
72
- );
73
- }
74
-
75
- // Save button index of the last button, -1 as we would have ++ after the last button
76
- this._lastButtonIndex = --buttonIndex;
64
+ title: L.drawLocal.edit.toolbar.buttons.remove
65
+ }
66
+ ];
67
+ },
77
68
 
78
- // Create the actions part of the toolbar
79
- this._actionsContainer = this._createActions([
69
+ getActions: function () {
70
+ return [
80
71
  {
81
72
  title: L.drawLocal.edit.toolbar.actions.save.title,
82
73
  text: L.drawLocal.edit.toolbar.actions.save.text,
@@ -89,23 +80,23 @@ L.EditToolbar = L.Toolbar.extend({
89
80
  callback: this.disable,
90
81
  context: this
91
82
  }
92
- ]);
83
+ ];
84
+ },
93
85
 
94
- // Add draw and cancel containers to the control container
95
- container.appendChild(this._toolbarContainer);
96
- container.appendChild(this._actionsContainer);
86
+ addToolbar: function (map) {
87
+ var container = L.Toolbar.prototype.addToolbar.call(this, map);
97
88
 
98
89
  this._checkDisabled();
99
90
 
100
- featureGroup.on('layeradd layerremove', this._checkDisabled, this);
91
+ this.options.featureGroup.on('layeradd layerremove', this._checkDisabled, this);
101
92
 
102
93
  return container;
103
94
  },
104
95
 
105
96
  removeToolbar: function () {
106
- L.Toolbar.prototype.removeToolbar.call(this);
107
-
108
97
  this.options.featureGroup.off('layeradd layerremove', this._checkDisabled, this);
98
+
99
+ L.Toolbar.prototype.removeToolbar.call(this);
109
100
  },
110
101
 
111
102
  disable: function () {