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,35 +0,0 @@
|
|
1
|
-
describe('PolylineGeometry', function () {
|
2
|
-
|
3
|
-
var c = document.createElement('div');
|
4
|
-
c.style.width = '400px';
|
5
|
-
c.style.height = '400px';
|
6
|
-
var map = new L.Map(c);
|
7
|
-
map.setView(new L.LatLng(55.8, 37.6), 6);
|
8
|
-
|
9
|
-
describe("#distanceTo", function () {
|
10
|
-
it("calculates distances to points", function () {
|
11
|
-
var p1 = map.latLngToLayerPoint(new L.LatLng(55.8, 37.6));
|
12
|
-
var p2 = map.latLngToLayerPoint(new L.LatLng(57.123076977278, 44.861962891635));
|
13
|
-
var latlngs = [[56.485503424111, 35.545556640339], [55.972522915346, 36.116845702918], [55.502459116923, 34.930322265253], [55.31534617509, 38.973291015816]]
|
14
|
-
.map(function (ll) {
|
15
|
-
return new L.LatLng(ll[0], ll[1]);
|
16
|
-
});
|
17
|
-
var polyline = new L.Polyline([], {
|
18
|
-
'noClip': true
|
19
|
-
});
|
20
|
-
map.addLayer(polyline);
|
21
|
-
|
22
|
-
expect(polyline.closestLayerPoint(p1)).to.be(null);
|
23
|
-
|
24
|
-
polyline.setLatLngs(latlngs);
|
25
|
-
var point = polyline.closestLayerPoint(p1);
|
26
|
-
expect(point).not.to.be(null);
|
27
|
-
expect(point.distance).to.not.be(Infinity);
|
28
|
-
expect(point.distance).to.not.be(NaN);
|
29
|
-
|
30
|
-
var point2 = polyline.closestLayerPoint(p2);
|
31
|
-
|
32
|
-
expect(point.distance).to.be.lessThan(point2.distance);
|
33
|
-
});
|
34
|
-
});
|
35
|
-
});
|
@@ -1,55 +0,0 @@
|
|
1
|
-
describe('Polyline', function () {
|
2
|
-
|
3
|
-
var c = document.createElement('div');
|
4
|
-
c.style.width = '400px';
|
5
|
-
c.style.height = '400px';
|
6
|
-
var map = new L.Map(c);
|
7
|
-
map.setView(new L.LatLng(55.8, 37.6), 6);
|
8
|
-
|
9
|
-
describe("#initialize", function () {
|
10
|
-
it("doesn't overwrite the given latlng array", function () {
|
11
|
-
var originalLatLngs = [
|
12
|
-
[1, 2],
|
13
|
-
[3, 4]
|
14
|
-
];
|
15
|
-
var sourceLatLngs = originalLatLngs.slice();
|
16
|
-
|
17
|
-
var polyline = new L.Polyline(sourceLatLngs);
|
18
|
-
|
19
|
-
expect(sourceLatLngs).to.eql(originalLatLngs);
|
20
|
-
expect(polyline._latlngs).to.not.eql(sourceLatLngs);
|
21
|
-
});
|
22
|
-
});
|
23
|
-
|
24
|
-
describe("#setLatLngs", function () {
|
25
|
-
it("doesn't overwrite the given latlng array", function () {
|
26
|
-
var originalLatLngs = [
|
27
|
-
[1, 2],
|
28
|
-
[3, 4]
|
29
|
-
];
|
30
|
-
var sourceLatLngs = originalLatLngs.slice();
|
31
|
-
|
32
|
-
var polyline = new L.Polyline(sourceLatLngs);
|
33
|
-
|
34
|
-
polyline.setLatLngs(sourceLatLngs);
|
35
|
-
|
36
|
-
expect(sourceLatLngs).to.eql(originalLatLngs);
|
37
|
-
});
|
38
|
-
});
|
39
|
-
|
40
|
-
describe("#spliceLatLngs", function () {
|
41
|
-
it("splices the internal latLngs", function () {
|
42
|
-
var latLngs = [
|
43
|
-
[1, 2],
|
44
|
-
[3, 4],
|
45
|
-
[5, 6]
|
46
|
-
];
|
47
|
-
|
48
|
-
var polyline = new L.Polyline(latLngs);
|
49
|
-
|
50
|
-
polyline.spliceLatLngs(1, 1, [7, 8]);
|
51
|
-
|
52
|
-
expect(polyline._latlngs).to.eql([L.latLng([1, 2]), L.latLng([7, 8]), L.latLng([5, 6])]);
|
53
|
-
});
|
54
|
-
});
|
55
|
-
});
|
@@ -1,536 +0,0 @@
|
|
1
|
-
describe("Map", function () {
|
2
|
-
var map,
|
3
|
-
spy;
|
4
|
-
beforeEach(function () {
|
5
|
-
map = L.map(document.createElement('div'));
|
6
|
-
});
|
7
|
-
|
8
|
-
describe("#remove", function () {
|
9
|
-
it("fires an unload event if loaded", function () {
|
10
|
-
var container = document.createElement('div'),
|
11
|
-
map = new L.Map(container).setView([0, 0], 0),
|
12
|
-
spy = sinon.spy();
|
13
|
-
map.on('unload', spy);
|
14
|
-
map.remove();
|
15
|
-
expect(spy.called).to.be.ok();
|
16
|
-
});
|
17
|
-
|
18
|
-
it("fires no unload event if not loaded", function () {
|
19
|
-
var container = document.createElement('div'),
|
20
|
-
map = new L.Map(container),
|
21
|
-
spy = sinon.spy();
|
22
|
-
map.on('unload', spy);
|
23
|
-
map.remove();
|
24
|
-
expect(spy.called).not.to.be.ok();
|
25
|
-
});
|
26
|
-
|
27
|
-
describe("corner case checking", function () {
|
28
|
-
it("throws an exception upon reinitialization", function () {
|
29
|
-
var container = document.createElement('div'),
|
30
|
-
map = new L.Map(container);
|
31
|
-
expect(function () {
|
32
|
-
L.map(container);
|
33
|
-
}).to.throwException(function (e) {
|
34
|
-
expect(e.message).to.eql("Map container is already initialized.");
|
35
|
-
});
|
36
|
-
map.remove();
|
37
|
-
});
|
38
|
-
|
39
|
-
it("throws an exception if a container is not found", function () {
|
40
|
-
expect(function () {
|
41
|
-
L.map('nonexistentdivelement');
|
42
|
-
}).to.throwException(function (e) {
|
43
|
-
expect(e.message).to.eql("Map container not found.");
|
44
|
-
});
|
45
|
-
map.remove();
|
46
|
-
});
|
47
|
-
});
|
48
|
-
|
49
|
-
it("undefines container._leaflet", function () {
|
50
|
-
var container = document.createElement('div'),
|
51
|
-
map = new L.Map(container);
|
52
|
-
map.remove();
|
53
|
-
expect(container._leaflet).to.be(undefined);
|
54
|
-
});
|
55
|
-
|
56
|
-
it("unbinds events", function () {
|
57
|
-
var container = document.createElement('div'),
|
58
|
-
map = new L.Map(container).setView([0, 0], 1),
|
59
|
-
spy = sinon.spy();
|
60
|
-
|
61
|
-
map.on('click dblclick mousedown mouseup mousemove', spy);
|
62
|
-
map.remove();
|
63
|
-
|
64
|
-
happen.click(container);
|
65
|
-
happen.dblclick(container);
|
66
|
-
happen.mousedown(container);
|
67
|
-
happen.mouseup(container);
|
68
|
-
happen.mousemove(container);
|
69
|
-
|
70
|
-
expect(spy.called).to.not.be.ok();
|
71
|
-
});
|
72
|
-
});
|
73
|
-
|
74
|
-
describe('#getCenter', function () {
|
75
|
-
it('throws if not set before', function () {
|
76
|
-
expect(function () {
|
77
|
-
map.getCenter();
|
78
|
-
}).to.throwError();
|
79
|
-
});
|
80
|
-
|
81
|
-
it('returns a precise center when zoomed in after being set (#426)', function () {
|
82
|
-
var center = L.latLng(10, 10);
|
83
|
-
map.setView(center, 1);
|
84
|
-
map.setZoom(19);
|
85
|
-
expect(map.getCenter()).to.eql(center);
|
86
|
-
});
|
87
|
-
|
88
|
-
it('returns correct center after invalidateSize (#1919)', function () {
|
89
|
-
map.setView(L.latLng(10, 10), 1);
|
90
|
-
map.invalidateSize();
|
91
|
-
expect(map.getCenter()).not.to.eql(L.latLng(10, 10));
|
92
|
-
});
|
93
|
-
});
|
94
|
-
|
95
|
-
describe("#whenReady", function () {
|
96
|
-
describe("when the map has not yet been loaded", function () {
|
97
|
-
it("calls the callback when the map is loaded", function () {
|
98
|
-
var spy = sinon.spy();
|
99
|
-
map.whenReady(spy);
|
100
|
-
expect(spy.called).to.not.be.ok();
|
101
|
-
|
102
|
-
map.setView([0, 0], 1);
|
103
|
-
expect(spy.called).to.be.ok();
|
104
|
-
});
|
105
|
-
});
|
106
|
-
|
107
|
-
describe("when the map has already been loaded", function () {
|
108
|
-
it("calls the callback immediately", function () {
|
109
|
-
var spy = sinon.spy();
|
110
|
-
map.setView([0, 0], 1);
|
111
|
-
map.whenReady(spy);
|
112
|
-
|
113
|
-
expect(spy.called).to.be.ok();
|
114
|
-
});
|
115
|
-
});
|
116
|
-
});
|
117
|
-
|
118
|
-
describe("#setView", function () {
|
119
|
-
it("sets the view of the map", function () {
|
120
|
-
expect(map.setView([51.505, -0.09], 13)).to.be(map);
|
121
|
-
expect(map.getZoom()).to.be(13);
|
122
|
-
expect(map.getCenter().distanceTo([51.505, -0.09])).to.be.lessThan(5);
|
123
|
-
});
|
124
|
-
it("can be passed without a zoom specified", function () {
|
125
|
-
map.setZoom(13);
|
126
|
-
expect(map.setView([51.605, -0.11])).to.be(map);
|
127
|
-
expect(map.getZoom()).to.be(13);
|
128
|
-
expect(map.getCenter().distanceTo([51.605, -0.11])).to.be.lessThan(5);
|
129
|
-
});
|
130
|
-
});
|
131
|
-
|
132
|
-
describe("#getBounds", function () {
|
133
|
-
it("is safe to call from within a moveend callback during initial load (#1027)", function () {
|
134
|
-
map.on("moveend", function () {
|
135
|
-
map.getBounds();
|
136
|
-
});
|
137
|
-
|
138
|
-
map.setView([51.505, -0.09], 13);
|
139
|
-
});
|
140
|
-
});
|
141
|
-
|
142
|
-
describe('#setMaxBounds', function () {
|
143
|
-
it("aligns pixel-wise map view center with maxBounds center if it cannot move view bounds inside maxBounds (#1908)", function () {
|
144
|
-
var container = map.getContainer();
|
145
|
-
// large view, cannot fit within maxBounds
|
146
|
-
container.style.width = container.style.height = "1000px";
|
147
|
-
document.body.appendChild(container);
|
148
|
-
// maxBounds
|
149
|
-
var bounds = L.latLngBounds([51.5, -0.05], [51.55, 0.05]);
|
150
|
-
map.setMaxBounds(bounds, {animate: false});
|
151
|
-
// set view outside
|
152
|
-
map.setView(L.latLng([53.0, 0.15]), 12, {animate: false});
|
153
|
-
// get center of bounds in pixels
|
154
|
-
var boundsCenter = map.project(bounds.getCenter()).round();
|
155
|
-
expect(map.project(map.getCenter()).round()).to.eql(boundsCenter);
|
156
|
-
document.body.removeChild(container);
|
157
|
-
});
|
158
|
-
it("moves map view within maxBounds by changing one coordinate", function () {
|
159
|
-
var container = map.getContainer();
|
160
|
-
// small view, can fit within maxBounds
|
161
|
-
container.style.width = container.style.height = "200px";
|
162
|
-
document.body.appendChild(container);
|
163
|
-
// maxBounds
|
164
|
-
var bounds = L.latLngBounds([51, -0.2], [52, 0.2]);
|
165
|
-
map.setMaxBounds(bounds, {animate: false});
|
166
|
-
// set view outside maxBounds on one direction only
|
167
|
-
// leaves untouched the other coordinate (that is not already centered)
|
168
|
-
var initCenter = [53.0, 0.1];
|
169
|
-
map.setView(L.latLng(initCenter), 16, {animate: false});
|
170
|
-
// one pixel coordinate hasn't changed, the other has
|
171
|
-
var pixelCenter = map.project(map.getCenter()).round();
|
172
|
-
var pixelInit = map.project(initCenter).round();
|
173
|
-
expect(pixelCenter.x).to.eql(pixelInit.x);
|
174
|
-
expect(pixelCenter.y).not.to.eql(pixelInit.y);
|
175
|
-
// the view is inside the bounds
|
176
|
-
expect(bounds.contains(map.getBounds())).to.be(true);
|
177
|
-
document.body.removeChild(container);
|
178
|
-
});
|
179
|
-
});
|
180
|
-
|
181
|
-
describe("#getMinZoom and #getMaxZoom", function () {
|
182
|
-
describe('#getMinZoom', function () {
|
183
|
-
it('returns 0 if not set by Map options or TileLayer options', function () {
|
184
|
-
var map = L.map(document.createElement('div'));
|
185
|
-
expect(map.getMinZoom()).to.be(0);
|
186
|
-
});
|
187
|
-
});
|
188
|
-
|
189
|
-
it("minZoom and maxZoom options overrides any minZoom and maxZoom set on layers", function () {
|
190
|
-
|
191
|
-
var map = L.map(document.createElement('div'), {minZoom: 2, maxZoom: 20});
|
192
|
-
|
193
|
-
L.tileLayer("{z}{x}{y}", {minZoom: 4, maxZoom: 10}).addTo(map);
|
194
|
-
L.tileLayer("{z}{x}{y}", {minZoom: 6, maxZoom: 17}).addTo(map);
|
195
|
-
L.tileLayer("{z}{x}{y}", {minZoom: 0, maxZoom: 22}).addTo(map);
|
196
|
-
|
197
|
-
expect(map.getMinZoom()).to.be(2);
|
198
|
-
expect(map.getMaxZoom()).to.be(20);
|
199
|
-
});
|
200
|
-
});
|
201
|
-
|
202
|
-
describe("#addLayer", function () {
|
203
|
-
it("calls layer.onAdd immediately if the map is ready", function () {
|
204
|
-
var layer = { onAdd: sinon.spy() };
|
205
|
-
map.setView([0, 0], 0);
|
206
|
-
map.addLayer(layer);
|
207
|
-
expect(layer.onAdd.called).to.be.ok();
|
208
|
-
});
|
209
|
-
|
210
|
-
it("calls layer.onAdd when the map becomes ready", function () {
|
211
|
-
var layer = { onAdd: sinon.spy() };
|
212
|
-
map.addLayer(layer);
|
213
|
-
expect(layer.onAdd.called).not.to.be.ok();
|
214
|
-
map.setView([0, 0], 0);
|
215
|
-
expect(layer.onAdd.called).to.be.ok();
|
216
|
-
});
|
217
|
-
|
218
|
-
it("does not call layer.onAdd if the layer is removed before the map becomes ready", function () {
|
219
|
-
var layer = { onAdd: sinon.spy(), onRemove: sinon.spy() };
|
220
|
-
map.addLayer(layer);
|
221
|
-
map.removeLayer(layer);
|
222
|
-
map.setView([0, 0], 0);
|
223
|
-
expect(layer.onAdd.called).not.to.be.ok();
|
224
|
-
});
|
225
|
-
|
226
|
-
it("fires a layeradd event immediately if the map is ready", function () {
|
227
|
-
var layer = { onAdd: sinon.spy() },
|
228
|
-
spy = sinon.spy();
|
229
|
-
map.on('layeradd', spy);
|
230
|
-
map.setView([0, 0], 0);
|
231
|
-
map.addLayer(layer);
|
232
|
-
expect(spy.called).to.be.ok();
|
233
|
-
});
|
234
|
-
|
235
|
-
it("fires a layeradd event when the map becomes ready", function () {
|
236
|
-
var layer = { onAdd: sinon.spy() },
|
237
|
-
spy = sinon.spy();
|
238
|
-
map.on('layeradd', spy);
|
239
|
-
map.addLayer(layer);
|
240
|
-
expect(spy.called).not.to.be.ok();
|
241
|
-
map.setView([0, 0], 0);
|
242
|
-
expect(spy.called).to.be.ok();
|
243
|
-
});
|
244
|
-
|
245
|
-
it("does not fire a layeradd event if the layer is removed before the map becomes ready", function () {
|
246
|
-
var layer = { onAdd: sinon.spy(), onRemove: sinon.spy() },
|
247
|
-
spy = sinon.spy();
|
248
|
-
map.on('layeradd', spy);
|
249
|
-
map.addLayer(layer);
|
250
|
-
map.removeLayer(layer);
|
251
|
-
map.setView([0, 0], 0);
|
252
|
-
expect(spy.called).not.to.be.ok();
|
253
|
-
});
|
254
|
-
|
255
|
-
it("adds the layer before firing layeradd", function (done) {
|
256
|
-
var layer = { onAdd: sinon.spy(), onRemove: sinon.spy() };
|
257
|
-
map.on('layeradd', function () {
|
258
|
-
expect(map.hasLayer(layer)).to.be.ok();
|
259
|
-
done();
|
260
|
-
});
|
261
|
-
map.setView([0, 0], 0);
|
262
|
-
map.addLayer(layer);
|
263
|
-
});
|
264
|
-
|
265
|
-
describe("When the first layer is added to a map", function () {
|
266
|
-
it("fires a zoomlevelschange event", function () {
|
267
|
-
var spy = sinon.spy();
|
268
|
-
map.on("zoomlevelschange", spy);
|
269
|
-
expect(spy.called).not.to.be.ok();
|
270
|
-
L.tileLayer("{z}{x}{y}", {minZoom: 0, maxZoom: 10}).addTo(map);
|
271
|
-
expect(spy.called).to.be.ok();
|
272
|
-
});
|
273
|
-
});
|
274
|
-
|
275
|
-
describe("when a new layer with greater zoomlevel coverage than the current layer is added to a map", function () {
|
276
|
-
it("fires a zoomlevelschange event", function () {
|
277
|
-
var spy = sinon.spy();
|
278
|
-
L.tileLayer("{z}{x}{y}", {minZoom: 0, maxZoom: 10}).addTo(map);
|
279
|
-
map.on("zoomlevelschange", spy);
|
280
|
-
expect(spy.called).not.to.be.ok();
|
281
|
-
L.tileLayer("{z}{x}{y}", {minZoom: 0, maxZoom: 15}).addTo(map);
|
282
|
-
expect(spy.called).to.be.ok();
|
283
|
-
});
|
284
|
-
});
|
285
|
-
|
286
|
-
describe("when a new layer with the same or lower zoomlevel coverage as the current layer is added to a map", function () {
|
287
|
-
it("fires no zoomlevelschange event", function () {
|
288
|
-
var spy = sinon.spy();
|
289
|
-
L.tileLayer("{z}{x}{y}", {minZoom: 0, maxZoom: 10}).addTo(map);
|
290
|
-
map.on("zoomlevelschange", spy);
|
291
|
-
expect(spy.called).not.to.be.ok();
|
292
|
-
L.tileLayer("{z}{x}{y}", {minZoom: 0, maxZoom: 10}).addTo(map);
|
293
|
-
expect(spy.called).not.to.be.ok();
|
294
|
-
L.tileLayer("{z}{x}{y}", {minZoom: 0, maxZoom: 5}).addTo(map);
|
295
|
-
expect(spy.called).not.to.be.ok();
|
296
|
-
});
|
297
|
-
});
|
298
|
-
});
|
299
|
-
|
300
|
-
describe("#removeLayer", function () {
|
301
|
-
it("calls layer.onRemove if the map is ready", function () {
|
302
|
-
var layer = { onAdd: sinon.spy(), onRemove: sinon.spy() };
|
303
|
-
map.setView([0, 0], 0);
|
304
|
-
map.addLayer(layer);
|
305
|
-
map.removeLayer(layer);
|
306
|
-
expect(layer.onRemove.called).to.be.ok();
|
307
|
-
});
|
308
|
-
|
309
|
-
it("does not call layer.onRemove if the layer was not added", function () {
|
310
|
-
var layer = { onAdd: sinon.spy(), onRemove: sinon.spy() };
|
311
|
-
map.setView([0, 0], 0);
|
312
|
-
map.removeLayer(layer);
|
313
|
-
expect(layer.onRemove.called).not.to.be.ok();
|
314
|
-
});
|
315
|
-
|
316
|
-
it("does not call layer.onRemove if the map is not ready", function () {
|
317
|
-
var layer = { onAdd: sinon.spy(), onRemove: sinon.spy() };
|
318
|
-
map.addLayer(layer);
|
319
|
-
map.removeLayer(layer);
|
320
|
-
expect(layer.onRemove.called).not.to.be.ok();
|
321
|
-
});
|
322
|
-
|
323
|
-
it("fires a layerremove event if the map is ready", function () {
|
324
|
-
var layer = { onAdd: sinon.spy(), onRemove: sinon.spy() },
|
325
|
-
spy = sinon.spy();
|
326
|
-
map.on('layerremove', spy);
|
327
|
-
map.setView([0, 0], 0);
|
328
|
-
map.addLayer(layer);
|
329
|
-
map.removeLayer(layer);
|
330
|
-
expect(spy.called).to.be.ok();
|
331
|
-
});
|
332
|
-
|
333
|
-
it("does not fire a layerremove if the layer was not added", function () {
|
334
|
-
var layer = { onAdd: sinon.spy(), onRemove: sinon.spy() },
|
335
|
-
spy = sinon.spy();
|
336
|
-
map.on('layerremove', spy);
|
337
|
-
map.setView([0, 0], 0);
|
338
|
-
map.removeLayer(layer);
|
339
|
-
expect(spy.called).not.to.be.ok();
|
340
|
-
});
|
341
|
-
|
342
|
-
it("does not fire a layerremove if the map is not ready", function () {
|
343
|
-
var layer = { onAdd: sinon.spy(), onRemove: sinon.spy() },
|
344
|
-
spy = sinon.spy();
|
345
|
-
map.on('layerremove', spy);
|
346
|
-
map.addLayer(layer);
|
347
|
-
map.removeLayer(layer);
|
348
|
-
expect(spy.called).not.to.be.ok();
|
349
|
-
});
|
350
|
-
|
351
|
-
it("removes the layer before firing layerremove", function (done) {
|
352
|
-
var layer = { onAdd: sinon.spy(), onRemove: sinon.spy() };
|
353
|
-
map.on('layerremove', function () {
|
354
|
-
expect(map.hasLayer(layer)).not.to.be.ok();
|
355
|
-
done();
|
356
|
-
});
|
357
|
-
map.setView([0, 0], 0);
|
358
|
-
map.addLayer(layer);
|
359
|
-
map.removeLayer(layer);
|
360
|
-
});
|
361
|
-
|
362
|
-
describe("when the last tile layer on a map is removed", function () {
|
363
|
-
it("fires a zoomlevelschange event", function () {
|
364
|
-
map.whenReady(function () {
|
365
|
-
var spy = sinon.spy();
|
366
|
-
var tl = L.tileLayer("{z}{x}{y}", {minZoom: 0, maxZoom: 10}).addTo(map);
|
367
|
-
|
368
|
-
map.on("zoomlevelschange", spy);
|
369
|
-
expect(spy.called).not.to.be.ok();
|
370
|
-
map.removeLayer(tl);
|
371
|
-
expect(spy.called).to.be.ok();
|
372
|
-
});
|
373
|
-
});
|
374
|
-
});
|
375
|
-
|
376
|
-
describe("when a tile layer is removed from a map and it had greater zoom level coverage than the remainding layer", function () {
|
377
|
-
it("fires a zoomlevelschange event", function () {
|
378
|
-
map.whenReady(function () {
|
379
|
-
var spy = sinon.spy(),
|
380
|
-
tl = L.tileLayer("{z}{x}{y}", {minZoom: 0, maxZoom: 10}).addTo(map),
|
381
|
-
t2 = L.tileLayer("{z}{x}{y}", {minZoom: 0, maxZoom: 15}).addTo(map);
|
382
|
-
|
383
|
-
map.on("zoomlevelschange", spy);
|
384
|
-
expect(spy.called).to.not.be.ok();
|
385
|
-
map.removeLayer(t2);
|
386
|
-
expect(spy.called).to.be.ok();
|
387
|
-
});
|
388
|
-
});
|
389
|
-
});
|
390
|
-
|
391
|
-
describe("when a tile layer is removed from a map it and it had lesser or the sa,e zoom level coverage as the remainding layer(s)", function () {
|
392
|
-
it("fires no zoomlevelschange event", function () {
|
393
|
-
map.whenReady(function () {
|
394
|
-
var tl = L.tileLayer("{z}{x}{y}", {minZoom: 0, maxZoom: 10}).addTo(map),
|
395
|
-
t2 = L.tileLayer("{z}{x}{y}", {minZoom: 0, maxZoom: 10}).addTo(map),
|
396
|
-
t3 = L.tileLayer("{z}{x}{y}", {minZoom: 0, maxZoom: 5}).addTo(map);
|
397
|
-
|
398
|
-
map.on("zoomlevelschange", spy);
|
399
|
-
expect(spy).not.toHaveBeenCalled();
|
400
|
-
map.removeLayer(t2);
|
401
|
-
expect(spy).not.toHaveBeenCalled();
|
402
|
-
map.removeLayer(t3);
|
403
|
-
expect(spy).not.toHaveBeenCalled();
|
404
|
-
});
|
405
|
-
});
|
406
|
-
});
|
407
|
-
});
|
408
|
-
|
409
|
-
describe("#eachLayer", function () {
|
410
|
-
it("returns self", function () {
|
411
|
-
expect(map.eachLayer(function () {})).to.be(map);
|
412
|
-
});
|
413
|
-
|
414
|
-
it("calls the provided function for each layer", function () {
|
415
|
-
var t1 = L.tileLayer("{z}{x}{y}").addTo(map),
|
416
|
-
t2 = L.tileLayer("{z}{x}{y}").addTo(map),
|
417
|
-
spy = sinon.spy();
|
418
|
-
|
419
|
-
map.eachLayer(spy);
|
420
|
-
|
421
|
-
expect(spy.callCount).to.eql(2);
|
422
|
-
expect(spy.firstCall.args).to.eql([t1]);
|
423
|
-
expect(spy.secondCall.args).to.eql([t2]);
|
424
|
-
});
|
425
|
-
|
426
|
-
it("calls the provided function with the provided context", function () {
|
427
|
-
var t1 = L.tileLayer("{z}{x}{y}").addTo(map),
|
428
|
-
spy = sinon.spy();
|
429
|
-
|
430
|
-
map.eachLayer(spy, map);
|
431
|
-
|
432
|
-
expect(spy.thisValues[0]).to.eql(map);
|
433
|
-
});
|
434
|
-
});
|
435
|
-
|
436
|
-
describe("#invalidateSize", function () {
|
437
|
-
var container,
|
438
|
-
origWidth = 100,
|
439
|
-
clock;
|
440
|
-
|
441
|
-
beforeEach(function () {
|
442
|
-
container = map.getContainer();
|
443
|
-
container.style.width = origWidth + "px";
|
444
|
-
document.body.appendChild(container);
|
445
|
-
map.setView([0, 0], 0);
|
446
|
-
map.invalidateSize({pan: false});
|
447
|
-
clock = sinon.useFakeTimers();
|
448
|
-
});
|
449
|
-
|
450
|
-
afterEach(function () {
|
451
|
-
document.body.removeChild(container);
|
452
|
-
clock.restore();
|
453
|
-
});
|
454
|
-
|
455
|
-
it("pans by the right amount when growing in 1px increments", function () {
|
456
|
-
container.style.width = (origWidth + 1) + "px";
|
457
|
-
map.invalidateSize();
|
458
|
-
expect(map._getMapPanePos().x).to.be(1);
|
459
|
-
|
460
|
-
container.style.width = (origWidth + 2) + "px";
|
461
|
-
map.invalidateSize();
|
462
|
-
expect(map._getMapPanePos().x).to.be(1);
|
463
|
-
|
464
|
-
container.style.width = (origWidth + 3) + "px";
|
465
|
-
map.invalidateSize();
|
466
|
-
expect(map._getMapPanePos().x).to.be(2);
|
467
|
-
});
|
468
|
-
|
469
|
-
it("pans by the right amount when shrinking in 1px increments", function () {
|
470
|
-
container.style.width = (origWidth - 1) + "px";
|
471
|
-
map.invalidateSize();
|
472
|
-
expect(map._getMapPanePos().x).to.be(0);
|
473
|
-
|
474
|
-
container.style.width = (origWidth - 2) + "px";
|
475
|
-
map.invalidateSize();
|
476
|
-
expect(map._getMapPanePos().x).to.be(-1);
|
477
|
-
|
478
|
-
container.style.width = (origWidth - 3) + "px";
|
479
|
-
map.invalidateSize();
|
480
|
-
expect(map._getMapPanePos().x).to.be(-1);
|
481
|
-
});
|
482
|
-
|
483
|
-
it("pans back to the original position after growing by an odd size and back", function () {
|
484
|
-
container.style.width = (origWidth + 5) + "px";
|
485
|
-
map.invalidateSize();
|
486
|
-
|
487
|
-
container.style.width = origWidth + "px";
|
488
|
-
map.invalidateSize();
|
489
|
-
|
490
|
-
expect(map._getMapPanePos().x).to.be(0);
|
491
|
-
});
|
492
|
-
|
493
|
-
it("emits no move event if the size has not changed", function () {
|
494
|
-
var spy = sinon.spy();
|
495
|
-
map.on("move", spy);
|
496
|
-
|
497
|
-
map.invalidateSize();
|
498
|
-
|
499
|
-
expect(spy.called).not.to.be.ok();
|
500
|
-
});
|
501
|
-
|
502
|
-
it("emits a move event if the size has changed", function () {
|
503
|
-
var spy = sinon.spy();
|
504
|
-
map.on("move", spy);
|
505
|
-
|
506
|
-
container.style.width = (origWidth + 5) + "px";
|
507
|
-
map.invalidateSize();
|
508
|
-
|
509
|
-
expect(spy.called).to.be.ok();
|
510
|
-
});
|
511
|
-
|
512
|
-
it("emits a moveend event if the size has changed", function () {
|
513
|
-
var spy = sinon.spy();
|
514
|
-
map.on("moveend", spy);
|
515
|
-
|
516
|
-
container.style.width = (origWidth + 5) + "px";
|
517
|
-
map.invalidateSize();
|
518
|
-
|
519
|
-
expect(spy.called).to.be.ok();
|
520
|
-
});
|
521
|
-
|
522
|
-
it("debounces the moveend event if the debounceMoveend option is given", function () {
|
523
|
-
var spy = sinon.spy();
|
524
|
-
map.on("moveend", spy);
|
525
|
-
|
526
|
-
container.style.width = (origWidth + 5) + "px";
|
527
|
-
map.invalidateSize({debounceMoveend: true});
|
528
|
-
|
529
|
-
expect(spy.called).not.to.be.ok();
|
530
|
-
|
531
|
-
clock.tick(200);
|
532
|
-
|
533
|
-
expect(spy.called).to.be.ok();
|
534
|
-
});
|
535
|
-
});
|
536
|
-
});
|