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
@@ -1,47 +0,0 @@
|
|
1
|
-
describe("CRS.EPSG3395", function () {
|
2
|
-
var crs = L.CRS.EPSG3395;
|
3
|
-
|
4
|
-
describe("#latLngToPoint", function () {
|
5
|
-
it("projects a center point", function () {
|
6
|
-
expect(crs.latLngToPoint(L.latLng(0, 0), 0)).near(new L.Point(128, 128), 0.01);
|
7
|
-
});
|
8
|
-
|
9
|
-
it("projects the northeast corner of the world", function () {
|
10
|
-
expect(crs.latLngToPoint(L.latLng(85.0840591556, 180), 0)).near(new L.Point(256, 0));
|
11
|
-
});
|
12
|
-
});
|
13
|
-
|
14
|
-
describe("#pointToLatLng", function () {
|
15
|
-
it("reprojects a center point", function () {
|
16
|
-
expect(crs.pointToLatLng(new L.Point(128, 128), 0)).nearLatLng(L.latLng(0, 0), 0.01);
|
17
|
-
});
|
18
|
-
|
19
|
-
it("reprojects the northeast corner of the world", function () {
|
20
|
-
expect(crs.pointToLatLng(new L.Point(256, 0), 0)).nearLatLng(L.latLng(85.0840591556, 180));
|
21
|
-
});
|
22
|
-
});
|
23
|
-
});
|
24
|
-
|
25
|
-
describe("CRS.EPSG3857", function () {
|
26
|
-
var crs = L.CRS.EPSG3857;
|
27
|
-
|
28
|
-
describe("#latLngToPoint", function () {
|
29
|
-
it("projects a center point", function () {
|
30
|
-
expect(crs.latLngToPoint(L.latLng(0, 0), 0)).near(new L.Point(128, 128), 0.01);
|
31
|
-
});
|
32
|
-
|
33
|
-
it("projects the northeast corner of the world", function () {
|
34
|
-
expect(crs.latLngToPoint(L.latLng(85.0511287798, 180), 0)).near(new L.Point(256, 0));
|
35
|
-
});
|
36
|
-
});
|
37
|
-
|
38
|
-
describe("#pointToLatLng", function () {
|
39
|
-
it("reprojects a center point", function () {
|
40
|
-
expect(crs.pointToLatLng(new L.Point(128, 128), 0)).nearLatLng(L.latLng(0, 0), 0.01);
|
41
|
-
});
|
42
|
-
|
43
|
-
it("reprojects the northeast corner of the world", function () {
|
44
|
-
expect(crs.pointToLatLng(new L.Point(256, 0), 0)).nearLatLng(L.latLng(85.0511287798, 180));
|
45
|
-
});
|
46
|
-
});
|
47
|
-
});
|
@@ -1,144 +0,0 @@
|
|
1
|
-
describe('LatLngBounds', function () {
|
2
|
-
var a, c;
|
3
|
-
|
4
|
-
beforeEach(function () {
|
5
|
-
a = new L.LatLngBounds(
|
6
|
-
new L.LatLng(14, 12),
|
7
|
-
new L.LatLng(30, 40));
|
8
|
-
c = new L.LatLngBounds();
|
9
|
-
});
|
10
|
-
|
11
|
-
describe('constructor', function () {
|
12
|
-
it('instantiates either passing two latlngs or an array of latlngs', function () {
|
13
|
-
var b = new L.LatLngBounds([
|
14
|
-
new L.LatLng(14, 12),
|
15
|
-
new L.LatLng(30, 40)
|
16
|
-
]);
|
17
|
-
expect(b).to.eql(a);
|
18
|
-
expect(b.getNorthWest()).to.eql(new L.LatLng(30, 12));
|
19
|
-
});
|
20
|
-
});
|
21
|
-
|
22
|
-
describe('#extend', function () {
|
23
|
-
it('extends the bounds by a given point', function () {
|
24
|
-
a.extend(new L.LatLng(20, 50));
|
25
|
-
expect(a.getNorthEast()).to.eql(new L.LatLng(30, 50));
|
26
|
-
});
|
27
|
-
|
28
|
-
it('extends the bounds by given bounds', function () {
|
29
|
-
a.extend([[20, 50], [8, 40]]);
|
30
|
-
expect(a.getSouthEast()).to.eql(new L.LatLng(8, 50));
|
31
|
-
});
|
32
|
-
|
33
|
-
it('extends the bounds by undefined', function () {
|
34
|
-
expect(a.extend()).to.eql(a);
|
35
|
-
});
|
36
|
-
|
37
|
-
it('extends the bounds by raw object', function () {
|
38
|
-
a.extend({lat: 20, lng: 50});
|
39
|
-
expect(a.getNorthEast()).to.eql(new L.LatLng(30, 50));
|
40
|
-
});
|
41
|
-
});
|
42
|
-
|
43
|
-
describe('#getCenter', function () {
|
44
|
-
it('returns the bounds center', function () {
|
45
|
-
expect(a.getCenter()).to.eql(new L.LatLng(22, 26));
|
46
|
-
});
|
47
|
-
});
|
48
|
-
|
49
|
-
describe('#pad', function () {
|
50
|
-
it('pads the bounds by a given ratio', function () {
|
51
|
-
var b = a.pad(0.5);
|
52
|
-
|
53
|
-
expect(b).to.eql(L.latLngBounds([[6, -2], [38, 54]]));
|
54
|
-
});
|
55
|
-
});
|
56
|
-
|
57
|
-
describe('#equals', function () {
|
58
|
-
it('returns true if bounds equal', function () {
|
59
|
-
expect(a.equals([[14, 12], [30, 40]])).to.eql(true);
|
60
|
-
expect(a.equals([[14, 13], [30, 40]])).to.eql(false);
|
61
|
-
expect(a.equals(null)).to.eql(false);
|
62
|
-
});
|
63
|
-
});
|
64
|
-
|
65
|
-
describe('#isValid', function () {
|
66
|
-
it('returns true if properly set up', function () {
|
67
|
-
expect(a.isValid()).to.be.ok();
|
68
|
-
});
|
69
|
-
it('returns false if is invalid', function () {
|
70
|
-
expect(c.isValid()).to.not.be.ok();
|
71
|
-
});
|
72
|
-
it('returns true if extended', function () {
|
73
|
-
c.extend([0, 0]);
|
74
|
-
expect(c.isValid()).to.be.ok();
|
75
|
-
});
|
76
|
-
});
|
77
|
-
|
78
|
-
describe('#getWest', function () {
|
79
|
-
it('returns a proper bbox west value', function () {
|
80
|
-
expect(a.getWest()).to.eql(12);
|
81
|
-
});
|
82
|
-
});
|
83
|
-
|
84
|
-
describe('#getSouth', function () {
|
85
|
-
it('returns a proper bbox south value', function () {
|
86
|
-
expect(a.getSouth()).to.eql(14);
|
87
|
-
});
|
88
|
-
|
89
|
-
});
|
90
|
-
|
91
|
-
describe('#getEast', function () {
|
92
|
-
it('returns a proper bbox east value', function () {
|
93
|
-
expect(a.getEast()).to.eql(40);
|
94
|
-
});
|
95
|
-
|
96
|
-
});
|
97
|
-
|
98
|
-
describe('#getNorth', function () {
|
99
|
-
it('returns a proper bbox north value', function () {
|
100
|
-
expect(a.getNorth()).to.eql(30);
|
101
|
-
});
|
102
|
-
|
103
|
-
});
|
104
|
-
|
105
|
-
describe('#toBBoxString', function () {
|
106
|
-
it('returns a proper left,bottom,right,top bbox', function () {
|
107
|
-
expect(a.toBBoxString()).to.eql("12,14,40,30");
|
108
|
-
});
|
109
|
-
|
110
|
-
});
|
111
|
-
|
112
|
-
describe('#getNorthWest', function () {
|
113
|
-
it('returns a proper north-west LatLng', function () {
|
114
|
-
expect(a.getNorthWest()).to.eql(new L.LatLng(a.getNorth(), a.getWest()));
|
115
|
-
});
|
116
|
-
|
117
|
-
});
|
118
|
-
|
119
|
-
describe('#getSouthEast', function () {
|
120
|
-
it('returns a proper south-east LatLng', function () {
|
121
|
-
expect(a.getSouthEast()).to.eql(new L.LatLng(a.getSouth(), a.getEast()));
|
122
|
-
});
|
123
|
-
});
|
124
|
-
|
125
|
-
describe('#contains', function () {
|
126
|
-
it('returns true if contains latlng point', function () {
|
127
|
-
expect(a.contains([16, 20])).to.eql(true);
|
128
|
-
expect(L.latLngBounds(a).contains([5, 20])).to.eql(false);
|
129
|
-
});
|
130
|
-
|
131
|
-
it('returns true if contains bounds', function () {
|
132
|
-
expect(a.contains([[16, 20], [20, 40]])).to.eql(true);
|
133
|
-
expect(a.contains([[16, 50], [8, 40]])).to.eql(false);
|
134
|
-
});
|
135
|
-
});
|
136
|
-
|
137
|
-
describe('#intersects', function () {
|
138
|
-
it('returns true if intersects the given bounds', function () {
|
139
|
-
expect(a.intersects([[16, 20], [50, 60]])).to.eql(true);
|
140
|
-
expect(a.contains([[40, 50], [50, 60]])).to.eql(false);
|
141
|
-
});
|
142
|
-
});
|
143
|
-
|
144
|
-
});
|
@@ -1,132 +0,0 @@
|
|
1
|
-
describe('LatLng', function () {
|
2
|
-
describe('constructor', function () {
|
3
|
-
it("sets lat and lng", function () {
|
4
|
-
var a = new L.LatLng(25, 74);
|
5
|
-
expect(a.lat).to.eql(25);
|
6
|
-
expect(a.lng).to.eql(74);
|
7
|
-
|
8
|
-
var b = new L.LatLng(-25, -74);
|
9
|
-
expect(b.lat).to.eql(-25);
|
10
|
-
expect(b.lng).to.eql(-74);
|
11
|
-
});
|
12
|
-
|
13
|
-
it('throws an error if invalid lat or lng', function () {
|
14
|
-
expect(function () {
|
15
|
-
var a = new L.LatLng(NaN, NaN);
|
16
|
-
}).to.throwError();
|
17
|
-
});
|
18
|
-
|
19
|
-
it('does not set altitude if undefined', function () {
|
20
|
-
var a = new L.LatLng(25, 74);
|
21
|
-
expect(typeof a.alt).to.eql('undefined');
|
22
|
-
});
|
23
|
-
|
24
|
-
it('sets altitude', function () {
|
25
|
-
var a = new L.LatLng(25, 74, 50);
|
26
|
-
expect(a.alt).to.eql(50);
|
27
|
-
|
28
|
-
var b = new L.LatLng(-25, -74, -50);
|
29
|
-
expect(b.alt).to.eql(-50);
|
30
|
-
});
|
31
|
-
|
32
|
-
});
|
33
|
-
|
34
|
-
describe('#equals', function () {
|
35
|
-
it("returns true if compared objects are equal within a certain margin", function () {
|
36
|
-
var a = new L.LatLng(10, 20);
|
37
|
-
var b = new L.LatLng(10 + 1.0E-10, 20 - 1.0E-10);
|
38
|
-
expect(a.equals(b)).to.eql(true);
|
39
|
-
});
|
40
|
-
|
41
|
-
it("returns false if compared objects are not equal within a certain margin", function () {
|
42
|
-
var a = new L.LatLng(10, 20);
|
43
|
-
var b = new L.LatLng(10, 23.3);
|
44
|
-
expect(a.equals(b)).to.eql(false);
|
45
|
-
});
|
46
|
-
|
47
|
-
it('returns false if passed non-valid object', function () {
|
48
|
-
var a = new L.LatLng(10, 20);
|
49
|
-
expect(a.equals(null)).to.eql(false);
|
50
|
-
});
|
51
|
-
});
|
52
|
-
|
53
|
-
describe('#wrap', function () {
|
54
|
-
it("wraps longitude to lie between -180 and 180 by default", function () {
|
55
|
-
var a = new L.LatLng(0, 190).wrap().lng;
|
56
|
-
expect(a).to.eql(-170);
|
57
|
-
|
58
|
-
var b = new L.LatLng(0, 360).wrap().lng;
|
59
|
-
expect(b).to.eql(0);
|
60
|
-
|
61
|
-
var c = new L.LatLng(0, 380).wrap().lng;
|
62
|
-
expect(c).to.eql(20);
|
63
|
-
|
64
|
-
var d = new L.LatLng(0, -190).wrap().lng;
|
65
|
-
expect(d).to.eql(170);
|
66
|
-
|
67
|
-
var e = new L.LatLng(0, -360).wrap().lng;
|
68
|
-
expect(e).to.eql(0);
|
69
|
-
|
70
|
-
var f = new L.LatLng(0, -380).wrap().lng;
|
71
|
-
expect(f).to.eql(-20);
|
72
|
-
|
73
|
-
var g = new L.LatLng(0, 90).wrap().lng;
|
74
|
-
expect(g).to.eql(90);
|
75
|
-
|
76
|
-
var h = new L.LatLng(0, 180).wrap().lng;
|
77
|
-
expect(h).to.eql(180);
|
78
|
-
});
|
79
|
-
|
80
|
-
it("wraps longitude within the given range", function () {
|
81
|
-
var a = new L.LatLng(0, 190).wrap(-100, 100).lng;
|
82
|
-
expect(a).to.eql(-10);
|
83
|
-
});
|
84
|
-
|
85
|
-
});
|
86
|
-
|
87
|
-
describe('#toString', function () {
|
88
|
-
it('formats a string', function () {
|
89
|
-
var a = new L.LatLng(10.333333333, 20.2222222);
|
90
|
-
expect(a.toString(3)).to.eql('LatLng(10.333, 20.222)');
|
91
|
-
});
|
92
|
-
});
|
93
|
-
|
94
|
-
describe('#distanceTo', function () {
|
95
|
-
it('calculates distance in meters', function () {
|
96
|
-
var a = new L.LatLng(50.5, 30.5);
|
97
|
-
var b = new L.LatLng(50, 1);
|
98
|
-
|
99
|
-
expect(Math.abs(Math.round(a.distanceTo(b) / 1000) - 2084) < 5).to.eql(true);
|
100
|
-
});
|
101
|
-
});
|
102
|
-
|
103
|
-
describe('L.latLng factory', function () {
|
104
|
-
it('returns LatLng instance as is', function () {
|
105
|
-
var a = new L.LatLng(50, 30);
|
106
|
-
|
107
|
-
expect(L.latLng(a)).to.eql(a);
|
108
|
-
});
|
109
|
-
|
110
|
-
it('accepts an array of coordinates', function () {
|
111
|
-
expect(L.latLng([50, 30])).to.eql(new L.LatLng(50, 30));
|
112
|
-
});
|
113
|
-
|
114
|
-
it('passes null or undefined as is', function () {
|
115
|
-
expect(L.latLng(undefined)).to.eql(undefined);
|
116
|
-
expect(L.latLng(null)).to.eql(null);
|
117
|
-
});
|
118
|
-
|
119
|
-
it('creates a LatLng object from two coordinates', function () {
|
120
|
-
expect(L.latLng(50, 30)).to.eql(new L.LatLng(50, 30));
|
121
|
-
});
|
122
|
-
|
123
|
-
it('accepts an object with lat/lng', function () {
|
124
|
-
expect(L.latLng({lat: 50, lng: 30})).to.eql(new L.LatLng(50, 30));
|
125
|
-
});
|
126
|
-
|
127
|
-
it('accepts an object with lat/lon', function () {
|
128
|
-
expect(L.latLng({lat: 50, lon: 30})).to.eql(new L.LatLng(50, 30));
|
129
|
-
});
|
130
|
-
});
|
131
|
-
});
|
132
|
-
|
@@ -1,48 +0,0 @@
|
|
1
|
-
describe("Projection.Mercator", function () {
|
2
|
-
var p = L.Projection.Mercator;
|
3
|
-
|
4
|
-
describe("#project", function () {
|
5
|
-
it("projects a center point", function () {
|
6
|
-
//edge cases
|
7
|
-
expect(p.project(new L.LatLng(0, 0))).near(new L.Point(0, 0));
|
8
|
-
});
|
9
|
-
|
10
|
-
it("projects the northeast corner of the world", function () {
|
11
|
-
expect(p.project(new L.LatLng(90, 180))).near(new L.Point(20037508, 20037508));
|
12
|
-
});
|
13
|
-
|
14
|
-
it("projects the southwest corner of the world", function () {
|
15
|
-
expect(p.project(new L.LatLng(-90, -180))).near(new L.Point(-20037508, -20037508));
|
16
|
-
});
|
17
|
-
|
18
|
-
it("projects other points", function () {
|
19
|
-
expect(p.project(new L.LatLng(50, 30))).near(new L.Point(3339584, 6413524));
|
20
|
-
|
21
|
-
// from https://github.com/Leaflet/Leaflet/issues/1578
|
22
|
-
expect(p.project(new L.LatLng(51.9371170300465, 80.11230468750001)))
|
23
|
-
.near(new L.Point(8918060.964088084, 6755099.410887127));
|
24
|
-
});
|
25
|
-
});
|
26
|
-
|
27
|
-
describe("#unproject", function () {
|
28
|
-
function pr(point) {
|
29
|
-
return p.project(p.unproject(point));
|
30
|
-
}
|
31
|
-
|
32
|
-
it("unprojects a center point", function () {
|
33
|
-
expect(pr(new L.Point(0, 0))).near(new L.Point(0, 0));
|
34
|
-
});
|
35
|
-
|
36
|
-
it("unprojects pi points", function () {
|
37
|
-
expect(pr(new L.Point(-Math.PI, Math.PI))).near(new L.Point(-Math.PI, Math.PI));
|
38
|
-
expect(pr(new L.Point(-Math.PI, -Math.PI))).near(new L.Point(-Math.PI, -Math.PI));
|
39
|
-
|
40
|
-
expect(pr(new L.Point(0.523598775598, 1.010683188683))).near(new L.Point(0.523598775598, 1.010683188683));
|
41
|
-
});
|
42
|
-
|
43
|
-
it('unprojects other points', function () {
|
44
|
-
// from https://github.com/Leaflet/Leaflet/issues/1578
|
45
|
-
expect(pr(new L.Point(8918060.964088084, 6755099.410887127)));
|
46
|
-
});
|
47
|
-
});
|
48
|
-
});
|
@@ -1,87 +0,0 @@
|
|
1
|
-
describe('Bounds', function () {
|
2
|
-
var a, b, c;
|
3
|
-
|
4
|
-
beforeEach(function () {
|
5
|
-
a = new L.Bounds(
|
6
|
-
new L.Point(14, 12),
|
7
|
-
new L.Point(30, 40));
|
8
|
-
b = new L.Bounds([
|
9
|
-
new L.Point(20, 12),
|
10
|
-
new L.Point(14, 20),
|
11
|
-
new L.Point(30, 40)
|
12
|
-
]);
|
13
|
-
c = new L.Bounds();
|
14
|
-
});
|
15
|
-
|
16
|
-
describe('constructor', function () {
|
17
|
-
it('creates bounds with proper min & max on (Point, Point)', function () {
|
18
|
-
expect(a.min).to.eql(new L.Point(14, 12));
|
19
|
-
expect(a.max).to.eql(new L.Point(30, 40));
|
20
|
-
});
|
21
|
-
it('creates bounds with proper min & max on (Point[])', function () {
|
22
|
-
expect(b.min).to.eql(new L.Point(14, 12));
|
23
|
-
expect(b.max).to.eql(new L.Point(30, 40));
|
24
|
-
});
|
25
|
-
});
|
26
|
-
|
27
|
-
describe('#extend', function () {
|
28
|
-
it('extends the bounds to contain the given point', function () {
|
29
|
-
a.extend(new L.Point(50, 20));
|
30
|
-
expect(a.min).to.eql(new L.Point(14, 12));
|
31
|
-
expect(a.max).to.eql(new L.Point(50, 40));
|
32
|
-
|
33
|
-
b.extend(new L.Point(25, 50));
|
34
|
-
expect(b.min).to.eql(new L.Point(14, 12));
|
35
|
-
expect(b.max).to.eql(new L.Point(30, 50));
|
36
|
-
});
|
37
|
-
});
|
38
|
-
|
39
|
-
describe('#getCenter', function () {
|
40
|
-
it('returns the center point', function () {
|
41
|
-
expect(a.getCenter()).to.eql(new L.Point(22, 26));
|
42
|
-
});
|
43
|
-
});
|
44
|
-
|
45
|
-
describe('#contains', function () {
|
46
|
-
it('contains other bounds or point', function () {
|
47
|
-
a.extend(new L.Point(50, 10));
|
48
|
-
expect(a.contains(b)).to.be.ok();
|
49
|
-
expect(b.contains(a)).to.not.be.ok();
|
50
|
-
expect(a.contains(new L.Point(24, 25))).to.be.ok();
|
51
|
-
expect(a.contains(new L.Point(54, 65))).to.not.be.ok();
|
52
|
-
});
|
53
|
-
});
|
54
|
-
|
55
|
-
describe('#isValid', function () {
|
56
|
-
it('returns true if properly set up', function () {
|
57
|
-
expect(a.isValid()).to.be.ok();
|
58
|
-
});
|
59
|
-
it('returns false if is invalid', function () {
|
60
|
-
expect(c.isValid()).to.not.be.ok();
|
61
|
-
});
|
62
|
-
it('returns true if extended', function () {
|
63
|
-
c.extend([0, 0]);
|
64
|
-
expect(c.isValid()).to.be.ok();
|
65
|
-
});
|
66
|
-
});
|
67
|
-
|
68
|
-
describe('#getSize', function () {
|
69
|
-
it('returns the size of the bounds as point', function () {
|
70
|
-
expect(a.getSize()).to.eql(new L.Point(16, 28));
|
71
|
-
});
|
72
|
-
});
|
73
|
-
|
74
|
-
describe('#intersects', function () {
|
75
|
-
it('returns true if bounds intersect', function () {
|
76
|
-
expect(a.intersects(b)).to.be(true);
|
77
|
-
expect(a.intersects(new L.Bounds(new L.Point(100, 100), new L.Point(120, 120)))).to.eql(false);
|
78
|
-
});
|
79
|
-
});
|
80
|
-
|
81
|
-
describe('L.bounds factory', function () {
|
82
|
-
it('creates bounds from array of number arrays', function () {
|
83
|
-
var bounds = L.bounds([[14, 12], [30, 40]]);
|
84
|
-
expect(bounds).to.eql(a);
|
85
|
-
});
|
86
|
-
});
|
87
|
-
});
|