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.
- checksums.yaml +4 -4
- data/CHANGELOG.rdoc +10 -3
- data/Rakefile +3 -3
- data/leaflet-js.gemspec +13 -7
- data/lib/leaflet-js.rb +2 -10
- data/lib/leaflet-js/engine.rb +7 -0
- data/lib/leaflet-js/version.rb +3 -0
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/dist/images/spritesheet-2x.png +0 -0
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/dist/images/spritesheet.png +0 -0
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/Control.Draw.js +21 -19
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/Leaflet.draw.js +8 -3
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/Toolbar.js +75 -14
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/Tooltip.js +0 -0
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/copyright.js +0 -0
- data/vendor/assets/Leaflet.draw/src/draw/DrawToolbar.js +87 -0
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/draw/handler/Draw.Circle.js +2 -3
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/draw/handler/Draw.Feature.js +4 -4
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/draw/handler/Draw.Marker.js +0 -0
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/draw/handler/Draw.Polygon.js +9 -7
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/draw/handler/Draw.Polyline.js +86 -36
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/draw/handler/Draw.Rectangle.js +19 -1
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/draw/handler/Draw.SimpleShape.js +18 -4
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/edit/EditToolbar.js +34 -43
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/edit/handler/Edit.Circle.js +0 -0
- data/vendor/assets/Leaflet.draw/src/edit/handler/Edit.Marker.js +75 -0
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/edit/handler/Edit.Poly.js +16 -2
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/edit/handler/Edit.Rectangle.js +3 -3
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/edit/handler/Edit.SimpleShape.js +13 -3
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/edit/handler/EditToolbar.Delete.js +11 -7
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/edit/handler/EditToolbar.Edit.js +26 -94
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/ext/GeometryUtil.js +3 -3
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/ext/LatLngUtil.js +0 -0
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/ext/LineUtil.Intersect.js +0 -0
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/ext/Polygon.Intersect.js +0 -0
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/ext/Polyline.Intersect.js +3 -3
- data/{lib/leaflet.draw → vendor/assets/Leaflet.draw}/src/images/spritesheet.svg +0 -0
- data/{lib/leaflet.label → vendor/assets/Leaflet.label}/src/BaseMarkerMethods.js +0 -0
- data/{lib/leaflet.label → vendor/assets/Leaflet.label}/src/CircleMarker.Label.js +0 -0
- data/{lib/leaflet.label → vendor/assets/Leaflet.label}/src/FeatureGroup.Label.js +0 -0
- data/{lib/leaflet.label → vendor/assets/Leaflet.label}/src/Label.js +5 -2
- data/{lib/leaflet.label → vendor/assets/Leaflet.label}/src/Leaflet.label.js +1 -1
- data/{lib/leaflet.label → vendor/assets/Leaflet.label}/src/Map.Label.js +0 -0
- data/{lib/leaflet.label → vendor/assets/Leaflet.label}/src/Marker.Label.js +0 -0
- data/{lib/leaflet.label → vendor/assets/Leaflet.label}/src/Path.Label.js +0 -0
- data/{lib/leaflet.label → vendor/assets/Leaflet.label}/src/copyright.js +0 -0
- data/{lib/leaflet.draw/examples/libs → vendor/assets/Leaflet/dist}/images/layers-2x.png +0 -0
- data/{lib/leaflet.draw/examples/libs → vendor/assets/Leaflet/dist}/images/layers.png +0 -0
- data/{lib/leaflet.draw/examples/libs → vendor/assets/Leaflet/dist}/images/marker-icon-2x.png +0 -0
- data/{lib/leaflet.draw/examples/libs → vendor/assets/Leaflet/dist}/images/marker-icon.png +0 -0
- data/{lib/leaflet.draw/examples/libs → vendor/assets/Leaflet/dist}/images/marker-shadow.png +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/Leaflet.js +1 -1
- data/{lib/leaflet → vendor/assets/Leaflet}/src/control/Control.Attribution.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/control/Control.Layers.js +2 -2
- data/{lib/leaflet → vendor/assets/Leaflet}/src/control/Control.Scale.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/control/Control.Zoom.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/control/Control.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/copyright.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/core/Browser.js +5 -36
- data/{lib/leaflet → vendor/assets/Leaflet}/src/core/Class.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/core/Events.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/core/Handler.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/core/Util.js +9 -14
- data/{lib/leaflet → vendor/assets/Leaflet}/src/dom/DomEvent.DoubleTap.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/dom/DomEvent.Pointer.js +3 -2
- data/{lib/leaflet → vendor/assets/Leaflet}/src/dom/DomEvent.js +7 -18
- data/{lib/leaflet → vendor/assets/Leaflet}/src/dom/DomUtil.js +0 -5
- data/{lib/leaflet → vendor/assets/Leaflet}/src/dom/Draggable.js +10 -4
- data/{lib/leaflet → vendor/assets/Leaflet}/src/dom/PosAnimation.Timer.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/dom/PosAnimation.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/LatLng.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/LatLngBounds.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/crs/CRS.EPSG3395.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/crs/CRS.EPSG3857.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/crs/CRS.EPSG4326.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/crs/CRS.Simple.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/crs/CRS.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/projection/Projection.LonLat.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/projection/Projection.Mercator.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/projection/Projection.SphericalMercator.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/geo/projection/Projection.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/geometry/Bounds.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/geometry/LineUtil.js +1 -1
- data/{lib/leaflet → vendor/assets/Leaflet}/src/geometry/Point.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/geometry/PolyUtil.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/geometry/Transformation.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/images/layers.svg +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/images/marker.svg +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/FeatureGroup.js +5 -3
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/GeoJSON.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/ImageOverlay.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/LayerGroup.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/Popup.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/marker/DivIcon.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/marker/Icon.Default.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/marker/Icon.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/marker/Marker.Drag.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/marker/Marker.Popup.js +1 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/marker/Marker.js +2 -4
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/tile/TileLayer.Anim.js +5 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/tile/TileLayer.Canvas.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/tile/TileLayer.WMS.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/tile/TileLayer.js +3 -5
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/Circle.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/CircleMarker.js +1 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/MultiPoly.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/Path.Popup.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/Path.SVG.js +1 -1
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/Path.VML.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/Path.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/Polygon.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/Polyline.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/Rectangle.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/canvas/Circle.Canvas.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/canvas/CircleMarker.Canvas.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/canvas/Path.Canvas.js +13 -6
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/canvas/Polygon.Canvas.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/layer/vector/canvas/Polyline.Canvas.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/map/Map.js +9 -8
- data/{lib/leaflet → vendor/assets/Leaflet}/src/map/anim/Map.PanAnimation.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/map/anim/Map.ZoomAnimation.js +25 -16
- data/{lib/leaflet → vendor/assets/Leaflet}/src/map/ext/Map.Geolocation.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/map/handler/Map.BoxZoom.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/map/handler/Map.DoubleClickZoom.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/map/handler/Map.Drag.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/map/handler/Map.Keyboard.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/map/handler/Map.ScrollWheelZoom.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/map/handler/Map.Tap.js +0 -0
- data/{lib/leaflet → vendor/assets/Leaflet}/src/map/handler/Map.TouchZoom.js +1 -1
- data/vendor/assets/{stylesheets/leaflet-js.css → leaflet-js.css} +0 -0
- data/vendor/assets/{javascripts/leaflet-js.js → leaflet-js.js} +2 -2
- data/{lib/leaflet.label/libs/leaflet/leaflet.css → vendor/assets/leaflet.css.erb} +2 -2
- data/vendor/assets/{stylesheets/leaflet.draw.css.erb → leaflet.draw.css.erb} +2 -2
- data/{lib/leaflet.draw/dist → vendor/assets}/leaflet.draw.ie.css +0 -0
- data/vendor/assets/leaflet.draw.js +38 -0
- data/vendor/assets/leaflet.js +155 -0
- data/{lib/leaflet.label/dist → vendor/assets}/leaflet.label.css +0 -0
- data/vendor/assets/leaflet.label.js +11 -0
- metadata +139 -302
- data/lib/leaflet.draw/BREAKINGCHANGES.md +0 -54
- data/lib/leaflet.draw/CHANGELOG.md +0 -118
- data/lib/leaflet.draw/Jakefile.js +0 -26
- data/lib/leaflet.draw/MIT-LICENCE.txt +0 -20
- data/lib/leaflet.draw/README.md +0 -411
- data/lib/leaflet.draw/TODO.md +0 -62
- data/lib/leaflet.draw/build/build.html +0 -243
- data/lib/leaflet.draw/build/build.js +0 -189
- data/lib/leaflet.draw/build/deps.js +0 -76
- data/lib/leaflet.draw/build/hintrc.js +0 -47
- data/lib/leaflet.draw/build/leaflet.draw-include.js +0 -42
- data/lib/leaflet.draw/dist/leaflet.draw-src.js +0 -2782
- data/lib/leaflet.draw/dist/leaflet.draw.css +0 -244
- data/lib/leaflet.draw/dist/leaflet.draw.js +0 -10
- data/lib/leaflet.draw/examples/basic.html +0 -113
- data/lib/leaflet.draw/examples/edithandlers.html +0 -67
- data/lib/leaflet.draw/examples/libs/images/marker-icon@2x.png +0 -0
- data/lib/leaflet.draw/examples/libs/leaflet-src.js +0 -9108
- data/lib/leaflet.draw/examples/libs/leaflet.css +0 -478
- data/lib/leaflet.draw/package.json +0 -37
- data/lib/leaflet.draw/spec/after.js +0 -2
- data/lib/leaflet.draw/spec/before.js +0 -3
- data/lib/leaflet.draw/spec/expect.js +0 -1253
- data/lib/leaflet.draw/spec/happen.js +0 -93
- data/lib/leaflet.draw/spec/index.html +0 -36
- data/lib/leaflet.draw/spec/karma.conf.js +0 -69
- data/lib/leaflet.draw/spec/sinon.js +0 -4223
- data/lib/leaflet.draw/spec/suites/DrawControlSpec.js +0 -15
- data/lib/leaflet.draw/spec/suites/GeometryUtilSpec.js +0 -25
- data/lib/leaflet.draw/spec/suites/LatLngUtilSpec.js +0 -9
- data/lib/leaflet.draw/spec/suites/SpecHelper.js +0 -26
- data/lib/leaflet.draw/src/draw/DrawToolbar.js +0 -111
- data/lib/leaflet.label/CHANGELOG.md +0 -67
- data/lib/leaflet.label/Jakefile.js +0 -21
- data/lib/leaflet.label/MIT-LICENCE.txt +0 -20
- data/lib/leaflet.label/README.md +0 -103
- data/lib/leaflet.label/build/build.js +0 -155
- data/lib/leaflet.label/build/deps.js +0 -26
- data/lib/leaflet.label/build/hint.js +0 -30
- data/lib/leaflet.label/build/hintrc.js +0 -51
- data/lib/leaflet.label/dist/images/death.png +0 -0
- data/lib/leaflet.label/dist/leaflet.label-src.js +0 -542
- data/lib/leaflet.label/dist/leaflet.label.js +0 -9
- data/lib/leaflet.label/example/label.html +0 -85
- data/lib/leaflet.label/libs/leaflet/images/layers-2x.png +0 -0
- data/lib/leaflet.label/libs/leaflet/images/layers.png +0 -0
- data/lib/leaflet.label/libs/leaflet/images/marker-icon-2x.png +0 -0
- data/lib/leaflet.label/libs/leaflet/images/marker-icon.png +0 -0
- data/lib/leaflet.label/libs/leaflet/images/marker-icon@2x.png +0 -0
- data/lib/leaflet.label/libs/leaflet/images/marker-shadow.png +0 -0
- data/lib/leaflet.label/libs/leaflet/leaflet-src.js +0 -9108
- data/lib/leaflet.label/libs/leaflet/leaflet.js +0 -9
- data/lib/leaflet.label/package.json +0 -19
- data/lib/leaflet/CHANGELOG.md +0 -905
- data/lib/leaflet/CONTRIBUTING.md +0 -155
- data/lib/leaflet/FAQ.md +0 -138
- data/lib/leaflet/Jakefile.js +0 -46
- data/lib/leaflet/LICENSE +0 -23
- data/lib/leaflet/PLUGIN-GUIDE.md +0 -127
- data/lib/leaflet/README.md +0 -34
- data/lib/leaflet/build/build.html +0 -227
- data/lib/leaflet/build/build.js +0 -163
- data/lib/leaflet/build/deps.js +0 -259
- data/lib/leaflet/build/hintrc.js +0 -39
- data/lib/leaflet/debug/css/mobile.css +0 -6
- data/lib/leaflet/debug/css/screen.css +0 -5
- data/lib/leaflet/debug/hacks/jitter.html +0 -42
- data/lib/leaflet/debug/leaflet-include.js +0 -59
- data/lib/leaflet/debug/map/canvas.html +0 -46
- data/lib/leaflet/debug/map/controls.html +0 -49
- data/lib/leaflet/debug/map/geolocation.html +0 -34
- data/lib/leaflet/debug/map/iframe.html +0 -11
- data/lib/leaflet/debug/map/image-overlay.html +0 -43
- data/lib/leaflet/debug/map/map-mobile.html +0 -34
- data/lib/leaflet/debug/map/map.html +0 -59
- data/lib/leaflet/debug/map/max-bounds.html +0 -38
- data/lib/leaflet/debug/map/opacity.html +0 -223
- data/lib/leaflet/debug/map/scroll.html +0 -41
- data/lib/leaflet/debug/map/simple-proj.html +0 -44
- data/lib/leaflet/debug/map/wms-marble.html +0 -30
- data/lib/leaflet/debug/map/wms.html +0 -40
- data/lib/leaflet/debug/map/zoomlevels.html +0 -45
- data/lib/leaflet/debug/tests/add_remove_layers.html +0 -87
- data/lib/leaflet/debug/tests/bringtoback.html +0 -37
- data/lib/leaflet/debug/tests/canvasloop.html +0 -47
- data/lib/leaflet/debug/tests/click_on_canvas.html +0 -58
- data/lib/leaflet/debug/tests/click_on_canvas_broken.html +0 -49
- data/lib/leaflet/debug/tests/dragging_and_copyworldjump.html +0 -61
- data/lib/leaflet/debug/tests/opacity.html +0 -56
- data/lib/leaflet/debug/tests/popupcontextmenuclicks.html +0 -59
- data/lib/leaflet/debug/tests/remove_while_dragging.html +0 -28
- data/lib/leaflet/debug/tests/removetilewhilepan.html +0 -41
- data/lib/leaflet/debug/tests/reuse_popups.html +0 -40
- data/lib/leaflet/debug/tests/rtl.html +0 -42
- data/lib/leaflet/debug/tests/rtl2.html +0 -27
- data/lib/leaflet/debug/tests/set_icon_reuse_dom.html +0 -43
- data/lib/leaflet/debug/tests/svg_clicks.html +0 -54
- data/lib/leaflet/debug/vector/bounds-extend.html +0 -88
- data/lib/leaflet/debug/vector/feature-group-bounds.html +0 -90
- data/lib/leaflet/debug/vector/geojson-sample.js +0 -53
- data/lib/leaflet/debug/vector/geojson.html +0 -173
- data/lib/leaflet/debug/vector/rectangle.html +0 -53
- data/lib/leaflet/debug/vector/route.js +0 -1
- data/lib/leaflet/debug/vector/touchzoomemu.html +0 -194
- data/lib/leaflet/debug/vector/us-states.js +0 -54
- data/lib/leaflet/debug/vector/vector-bounds.html +0 -69
- data/lib/leaflet/debug/vector/vector-canvas.html +0 -92
- data/lib/leaflet/debug/vector/vector-mobile.html +0 -38
- data/lib/leaflet/debug/vector/vector-simple.html +0 -48
- data/lib/leaflet/debug/vector/vector.html +0 -37
- data/lib/leaflet/dist/images/layers-2x.png +0 -0
- data/lib/leaflet/dist/images/layers.png +0 -0
- data/lib/leaflet/dist/images/marker-icon-2x.png +0 -0
- data/lib/leaflet/dist/images/marker-icon.png +0 -0
- data/lib/leaflet/dist/images/marker-shadow.png +0 -0
- data/lib/leaflet/dist/leaflet.css +0 -478
- data/lib/leaflet/package.json +0 -27
- data/lib/leaflet/spec/after.js +0 -2
- data/lib/leaflet/spec/before.js +0 -3
- data/lib/leaflet/spec/expect.js +0 -1253
- data/lib/leaflet/spec/index.html +0 -86
- data/lib/leaflet/spec/karma.conf.js +0 -65
- data/lib/leaflet/spec/sinon.js +0 -4223
- data/lib/leaflet/spec/spec.hintrc.js +0 -25
- data/lib/leaflet/spec/suites/LeafletSpec.js +0 -13
- data/lib/leaflet/spec/suites/SpecHelper.js +0 -42
- data/lib/leaflet/spec/suites/control/Control.AttributionSpec.js +0 -68
- data/lib/leaflet/spec/suites/control/Control.LayersSpec.js +0 -67
- data/lib/leaflet/spec/suites/control/Control.ScaleSpec.js +0 -6
- data/lib/leaflet/spec/suites/core/ClassSpec.js +0 -156
- data/lib/leaflet/spec/suites/core/EventsSpec.js +0 -392
- data/lib/leaflet/spec/suites/core/UtilSpec.js +0 -256
- data/lib/leaflet/spec/suites/dom/DomEventSpec.js +0 -102
- data/lib/leaflet/spec/suites/dom/DomUtilSpec.js +0 -82
- data/lib/leaflet/spec/suites/dom/PosAnimationSpec.js +0 -27
- data/lib/leaflet/spec/suites/geo/CRSSpec.js +0 -47
- data/lib/leaflet/spec/suites/geo/LatLngBoundsSpec.js +0 -144
- data/lib/leaflet/spec/suites/geo/LatLngSpec.js +0 -132
- data/lib/leaflet/spec/suites/geo/ProjectionSpec.js +0 -48
- data/lib/leaflet/spec/suites/geometry/BoundsSpec.js +0 -87
- data/lib/leaflet/spec/suites/geometry/LineUtilSpec.js +0 -75
- data/lib/leaflet/spec/suites/geometry/PointSpec.js +0 -104
- data/lib/leaflet/spec/suites/geometry/PolyUtilSpec.js +0 -27
- data/lib/leaflet/spec/suites/geometry/TransformationSpec.js +0 -31
- data/lib/leaflet/spec/suites/layer/FeatureGroupSpec.js +0 -86
- data/lib/leaflet/spec/suites/layer/GeoJSONSpec.js +0 -282
- data/lib/leaflet/spec/suites/layer/LayerGroupSpec.js +0 -58
- data/lib/leaflet/spec/suites/layer/PopupSpec.js +0 -119
- data/lib/leaflet/spec/suites/layer/TileLayerSpec.js +0 -88
- data/lib/leaflet/spec/suites/layer/marker/MarkerSpec.js +0 -94
- data/lib/leaflet/spec/suites/layer/vector/CircleMarkerSpec.js +0 -53
- data/lib/leaflet/spec/suites/layer/vector/CircleSpec.js +0 -17
- data/lib/leaflet/spec/suites/layer/vector/PolygonSpec.js +0 -91
- data/lib/leaflet/spec/suites/layer/vector/PolylineGeometrySpec.js +0 -35
- data/lib/leaflet/spec/suites/layer/vector/PolylineSpec.js +0 -55
- data/lib/leaflet/spec/suites/map/MapSpec.js +0 -536
- data/lib/leaflet/spec/suites/map/handler/Map.DragSpec.js +0 -38
- data/vendor/assets/images/layers-2x.png +0 -0
- data/vendor/assets/images/layers.png +0 -0
- data/vendor/assets/images/marker-icon-2x.png +0 -0
- data/vendor/assets/images/marker-icon.png +0 -0
- data/vendor/assets/images/marker-shadow.png +0 -0
- data/vendor/assets/images/spritesheet-2x.png +0 -0
- data/vendor/assets/images/spritesheet.png +0 -0
- data/vendor/assets/javascripts/leaflet.draw.js +0 -37
- data/vendor/assets/javascripts/leaflet.js +0 -147
- data/vendor/assets/javascripts/leaflet.label.js +0 -11
- data/vendor/assets/stylesheets/leaflet.css.erb +0 -478
- data/vendor/assets/stylesheets/leaflet.draw.ie.css +0 -49
- 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 (
|
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 ? '
|
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.
|
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.
|
60
|
+
L.DomEvent.off(this._container, 'keyup', this._cancelDrawing, this);
|
61
61
|
}
|
62
62
|
},
|
63
63
|
|
File without changes
|
@@ -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
|
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
|
-
|
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
|
82
|
-
|
83
|
-
}
|
83
|
+
if (!this.options.allowIntersection && this.options.showArea) {
|
84
|
+
latLngs = this._poly.getLatLngs();
|
84
85
|
|
85
|
-
|
86
|
+
this._area = L.GeometryUtil.geodesicArea(latLngs);
|
87
|
+
}
|
86
88
|
|
87
|
-
|
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('
|
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
|
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
|
-
|
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.
|
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
|
-
|
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 (
|
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,
|
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.
|
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.
|
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(
|
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
|
-
|
41
|
-
var
|
42
|
-
|
43
|
-
|
44
|
-
|
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
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
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
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
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
|
-
|
79
|
-
|
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
|
-
|
95
|
-
container.
|
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 () {
|