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,58 +0,0 @@
|
|
1
|
-
describe('LayerGroup', function () {
|
2
|
-
describe("#addLayer", function () {
|
3
|
-
it('adds a layer', function () {
|
4
|
-
var lg = L.layerGroup(),
|
5
|
-
marker = L.marker([0, 0]);
|
6
|
-
|
7
|
-
expect(lg.addLayer(marker)).to.eql(lg);
|
8
|
-
|
9
|
-
expect(lg.hasLayer(marker)).to.be(true);
|
10
|
-
});
|
11
|
-
});
|
12
|
-
describe("#removeLayer", function () {
|
13
|
-
it('removes a layer', function () {
|
14
|
-
var lg = L.layerGroup(),
|
15
|
-
marker = L.marker([0, 0]);
|
16
|
-
|
17
|
-
lg.addLayer(marker);
|
18
|
-
expect(lg.removeLayer(marker)).to.eql(lg);
|
19
|
-
|
20
|
-
expect(lg.hasLayer(marker)).to.be(false);
|
21
|
-
});
|
22
|
-
});
|
23
|
-
describe("#clearLayers", function () {
|
24
|
-
it('removes all layers', function () {
|
25
|
-
var lg = L.layerGroup(),
|
26
|
-
marker = L.marker([0, 0]);
|
27
|
-
|
28
|
-
lg.addLayer(marker);
|
29
|
-
expect(lg.clearLayers()).to.eql(lg);
|
30
|
-
|
31
|
-
expect(lg.hasLayer(marker)).to.be(false);
|
32
|
-
});
|
33
|
-
});
|
34
|
-
describe("#getLayers", function () {
|
35
|
-
it('gets all layers', function () {
|
36
|
-
var lg = L.layerGroup(),
|
37
|
-
marker = L.marker([0, 0]);
|
38
|
-
|
39
|
-
lg.addLayer(marker);
|
40
|
-
|
41
|
-
expect(lg.getLayers()).to.eql([marker]);
|
42
|
-
});
|
43
|
-
});
|
44
|
-
describe("#eachLayer", function () {
|
45
|
-
it('iterates over all layers', function () {
|
46
|
-
var lg = L.layerGroup(),
|
47
|
-
marker = L.marker([0, 0]),
|
48
|
-
ctx = { foo: 'bar' };
|
49
|
-
|
50
|
-
lg.addLayer(marker);
|
51
|
-
|
52
|
-
lg.eachLayer(function (layer) {
|
53
|
-
expect(layer).to.eql(marker);
|
54
|
-
expect(this).to.eql(ctx);
|
55
|
-
}, ctx);
|
56
|
-
});
|
57
|
-
});
|
58
|
-
});
|
@@ -1,119 +0,0 @@
|
|
1
|
-
describe('Popup', function () {
|
2
|
-
|
3
|
-
var c, map;
|
4
|
-
|
5
|
-
beforeEach(function () {
|
6
|
-
c = document.createElement('div');
|
7
|
-
c.style.width = '400px';
|
8
|
-
c.style.height = '400px';
|
9
|
-
map = new L.Map(c);
|
10
|
-
map.setView(new L.LatLng(55.8, 37.6), 6);
|
11
|
-
});
|
12
|
-
|
13
|
-
it("closes on map click when map has closePopupOnClick option", function () {
|
14
|
-
map.options.closePopupOnClick = true;
|
15
|
-
|
16
|
-
var popup = new L.Popup()
|
17
|
-
.setLatLng(new L.LatLng(55.8, 37.6))
|
18
|
-
.openOn(map);
|
19
|
-
|
20
|
-
happen.click(c);
|
21
|
-
|
22
|
-
expect(map.hasLayer(popup)).to.be(false);
|
23
|
-
});
|
24
|
-
|
25
|
-
it("closes on map click when popup has closeOnClick option", function () {
|
26
|
-
map.options.closePopupOnClick = false;
|
27
|
-
|
28
|
-
var popup = new L.Popup({closeOnClick: true})
|
29
|
-
.setLatLng(new L.LatLng(55.8, 37.6))
|
30
|
-
.openOn(map);
|
31
|
-
|
32
|
-
happen.click(c);
|
33
|
-
|
34
|
-
expect(map.hasLayer(popup)).to.be(false);
|
35
|
-
});
|
36
|
-
|
37
|
-
it("does not close on map click when popup has closeOnClick: false option", function () {
|
38
|
-
map.options.closePopupOnClick = true;
|
39
|
-
|
40
|
-
var popup = new L.Popup({closeOnClick: false})
|
41
|
-
.setLatLng(new L.LatLng(55.8, 37.6))
|
42
|
-
.openOn(map);
|
43
|
-
|
44
|
-
happen.click(c);
|
45
|
-
|
46
|
-
expect(map.hasLayer(popup)).to.be(true);
|
47
|
-
});
|
48
|
-
|
49
|
-
it("toggles its visibility when marker is clicked", function () {
|
50
|
-
var marker = new L.Marker(new L.LatLng(55.8, 37.6));
|
51
|
-
map.addLayer(marker);
|
52
|
-
|
53
|
-
marker.bindPopup('Popup1').openPopup();
|
54
|
-
|
55
|
-
map.options.closePopupOnClick = true;
|
56
|
-
happen.click(c);
|
57
|
-
|
58
|
-
// toggle open popup
|
59
|
-
sinon.spy(marker, "openPopup");
|
60
|
-
marker.fire('click');
|
61
|
-
expect(marker.openPopup.calledOnce).to.be(true);
|
62
|
-
expect(map.hasLayer(marker._popup)).to.be(true);
|
63
|
-
marker.openPopup.restore();
|
64
|
-
|
65
|
-
// toggle close popup
|
66
|
-
sinon.spy(marker, "closePopup");
|
67
|
-
marker.fire('click');
|
68
|
-
expect(marker.closePopup.calledOnce).to.be(true);
|
69
|
-
expect(map.hasLayer(marker._popup)).to.be(false);
|
70
|
-
marker.closePopup.restore();
|
71
|
-
});
|
72
|
-
|
73
|
-
it("should trigger popupopen on marker when popup opens", function () {
|
74
|
-
var marker1 = new L.Marker(new L.LatLng(55.8, 37.6));
|
75
|
-
var marker2 = new L.Marker(new L.LatLng(57.123076977278, 44.861962891635));
|
76
|
-
|
77
|
-
map.addLayer(marker1);
|
78
|
-
map.addLayer(marker2);
|
79
|
-
|
80
|
-
marker1.bindPopup('Popup1');
|
81
|
-
marker2.bindPopup('Popup2');
|
82
|
-
|
83
|
-
var spy = sinon.spy();
|
84
|
-
|
85
|
-
marker1.on('popupopen', spy);
|
86
|
-
|
87
|
-
expect(spy.called).to.be(false);
|
88
|
-
marker2.openPopup();
|
89
|
-
expect(spy.called).to.be(false);
|
90
|
-
marker1.openPopup();
|
91
|
-
expect(spy.called).to.be(true);
|
92
|
-
});
|
93
|
-
|
94
|
-
it("should trigger popupclose on marker when popup closes", function () {
|
95
|
-
var marker1 = new L.Marker(new L.LatLng(55.8, 37.6));
|
96
|
-
var marker2 = new L.Marker(new L.LatLng(57.123076977278, 44.861962891635));
|
97
|
-
|
98
|
-
map.addLayer(marker1);
|
99
|
-
map.addLayer(marker2);
|
100
|
-
|
101
|
-
marker1.bindPopup('Popup1');
|
102
|
-
marker2.bindPopup('Popup2');
|
103
|
-
|
104
|
-
var spy = sinon.spy();
|
105
|
-
|
106
|
-
marker1.on('popupclose', spy);
|
107
|
-
|
108
|
-
expect(spy.called).to.be(false);
|
109
|
-
marker2.openPopup();
|
110
|
-
expect(spy.called).to.be(false);
|
111
|
-
marker1.openPopup();
|
112
|
-
expect(spy.called).to.be(false);
|
113
|
-
marker2.openPopup();
|
114
|
-
expect(spy.called).to.be(true);
|
115
|
-
marker1.openPopup();
|
116
|
-
marker1.closePopup();
|
117
|
-
expect(spy.callCount).to.be(2);
|
118
|
-
});
|
119
|
-
});
|
@@ -1,88 +0,0 @@
|
|
1
|
-
|
2
|
-
describe('TileLayer', function () {
|
3
|
-
var tileUrl = '';
|
4
|
-
|
5
|
-
describe("#getMaxZoom, #getMinZoom", function () {
|
6
|
-
var map;
|
7
|
-
beforeEach(function () {
|
8
|
-
map = L.map(document.createElement('div'));
|
9
|
-
});
|
10
|
-
describe("when a tilelayer is added to a map with no other layers", function () {
|
11
|
-
it("has the same zoomlevels as the tilelayer", function () {
|
12
|
-
var maxZoom = 10,
|
13
|
-
minZoom = 5;
|
14
|
-
|
15
|
-
map.setView([0, 0], 1);
|
16
|
-
|
17
|
-
L.tileLayer(tileUrl, {
|
18
|
-
maxZoom: maxZoom,
|
19
|
-
minZoom: minZoom
|
20
|
-
}).addTo(map);
|
21
|
-
|
22
|
-
expect(map.getMaxZoom()).to.be(maxZoom);
|
23
|
-
expect(map.getMinZoom()).to.be(minZoom);
|
24
|
-
});
|
25
|
-
});
|
26
|
-
|
27
|
-
describe("accessing a tilelayer's properties", function () {
|
28
|
-
it('provides a container', function () {
|
29
|
-
map.setView([0, 0], 1);
|
30
|
-
|
31
|
-
var layer = L.tileLayer(tileUrl).addTo(map);
|
32
|
-
expect(layer.getContainer()).to.be.ok();
|
33
|
-
});
|
34
|
-
});
|
35
|
-
|
36
|
-
describe("when a tilelayer is added to a map that already has a tilelayer", function () {
|
37
|
-
it("has its zoomlevels updated to fit the new layer", function () {
|
38
|
-
map.setView([0, 0], 1);
|
39
|
-
|
40
|
-
L.tileLayer(tileUrl, {minZoom: 10, maxZoom: 15}).addTo(map);
|
41
|
-
expect(map.getMinZoom()).to.be(10);
|
42
|
-
expect(map.getMaxZoom()).to.be(15);
|
43
|
-
|
44
|
-
L.tileLayer(tileUrl, {minZoom: 5, maxZoom: 10}).addTo(map);
|
45
|
-
expect(map.getMinZoom()).to.be(5); // changed
|
46
|
-
expect(map.getMaxZoom()).to.be(15); // unchanged
|
47
|
-
|
48
|
-
L.tileLayer(tileUrl, {minZoom: 10, maxZoom: 20}).addTo(map);
|
49
|
-
expect(map.getMinZoom()).to.be(5); // unchanged
|
50
|
-
expect(map.getMaxZoom()).to.be(20); // changed
|
51
|
-
|
52
|
-
|
53
|
-
L.tileLayer(tileUrl, {minZoom: 0, maxZoom: 25}).addTo(map);
|
54
|
-
expect(map.getMinZoom()).to.be(0); // changed
|
55
|
-
expect(map.getMaxZoom()).to.be(25); // changed
|
56
|
-
});
|
57
|
-
});
|
58
|
-
describe("when a tilelayer is removed from a map", function () {
|
59
|
-
it("has its zoomlevels updated to only fit the layers it currently has", function () {
|
60
|
-
var tiles = [ L.tileLayer(tileUrl, {minZoom: 10, maxZoom: 15}).addTo(map),
|
61
|
-
L.tileLayer(tileUrl, {minZoom: 5, maxZoom: 10}).addTo(map),
|
62
|
-
L.tileLayer(tileUrl, {minZoom: 10, maxZoom: 20}).addTo(map),
|
63
|
-
L.tileLayer(tileUrl, {minZoom: 0, maxZoom: 25}).addTo(map)
|
64
|
-
];
|
65
|
-
map.whenReady(function () {
|
66
|
-
expect(map.getMinZoom()).to.be(0);
|
67
|
-
expect(map.getMaxZoom()).to.be(25);
|
68
|
-
|
69
|
-
map.removeLayer(tiles[0]);
|
70
|
-
expect(map.getMinZoom()).to.be(0);
|
71
|
-
expect(map.getMaxZoom()).to.be(25);
|
72
|
-
|
73
|
-
map.removeLayer(tiles[3]);
|
74
|
-
expect(map.getMinZoom()).to.be(5);
|
75
|
-
expect(map.getMaxZoom()).to.be(20);
|
76
|
-
|
77
|
-
map.removeLayer(tiles[2]);
|
78
|
-
expect(map.getMinZoom()).to.be(5);
|
79
|
-
expect(map.getMaxZoom()).to.be(10);
|
80
|
-
|
81
|
-
map.removeLayer(tiles[1]);
|
82
|
-
expect(map.getMinZoom()).to.be(0);
|
83
|
-
expect(map.getMaxZoom()).to.be(Infinity);
|
84
|
-
});
|
85
|
-
});
|
86
|
-
});
|
87
|
-
});
|
88
|
-
});
|
@@ -1,94 +0,0 @@
|
|
1
|
-
describe("Marker", function () {
|
2
|
-
var map,
|
3
|
-
spy,
|
4
|
-
icon1,
|
5
|
-
icon2;
|
6
|
-
|
7
|
-
beforeEach(function () {
|
8
|
-
map = L.map(document.createElement('div')).setView([0, 0], 0);
|
9
|
-
icon1 = new L.Icon.Default();
|
10
|
-
icon2 = new L.Icon.Default({
|
11
|
-
iconUrl: icon1._getIconUrl('icon') + '?2',
|
12
|
-
shadowUrl: icon1._getIconUrl('shadow') + '?2'
|
13
|
-
});
|
14
|
-
});
|
15
|
-
|
16
|
-
describe("#setIcon", function () {
|
17
|
-
it("changes the icon to another image", function () {
|
18
|
-
var marker = new L.Marker([0, 0], {icon: icon1});
|
19
|
-
map.addLayer(marker);
|
20
|
-
|
21
|
-
var beforeIcon = marker._icon;
|
22
|
-
marker.setIcon(icon2);
|
23
|
-
var afterIcon = marker._icon;
|
24
|
-
|
25
|
-
expect(beforeIcon).to.be(afterIcon);
|
26
|
-
expect(afterIcon.src).to.contain(icon2._getIconUrl('icon'));
|
27
|
-
});
|
28
|
-
|
29
|
-
it("changes the icon to another DivIcon", function () {
|
30
|
-
var marker = new L.Marker([0, 0], {icon: new L.DivIcon({html: 'Inner1Text' }) });
|
31
|
-
map.addLayer(marker);
|
32
|
-
|
33
|
-
var beforeIcon = marker._icon;
|
34
|
-
marker.setIcon(new L.DivIcon({html: 'Inner2Text' }));
|
35
|
-
var afterIcon = marker._icon;
|
36
|
-
|
37
|
-
expect(beforeIcon).to.be(afterIcon);
|
38
|
-
expect(afterIcon.innerHTML).to.contain('Inner2Text');
|
39
|
-
});
|
40
|
-
|
41
|
-
it("removes text when changing to a blank DivIcon", function () {
|
42
|
-
var marker = new L.Marker([0, 0], {icon: new L.DivIcon({html: 'Inner1Text' }) });
|
43
|
-
map.addLayer(marker);
|
44
|
-
|
45
|
-
marker.setIcon(new L.DivIcon());
|
46
|
-
var afterIcon = marker._icon;
|
47
|
-
|
48
|
-
expect(marker._icon.innerHTML).to.not.contain('Inner1Text');
|
49
|
-
});
|
50
|
-
|
51
|
-
it("changes a DivIcon to an image", function () {
|
52
|
-
var marker = new L.Marker([0, 0], {icon: new L.DivIcon({html: 'Inner1Text' }) });
|
53
|
-
map.addLayer(marker);
|
54
|
-
var oldIcon = marker._icon;
|
55
|
-
|
56
|
-
marker.setIcon(icon1);
|
57
|
-
|
58
|
-
expect(oldIcon).to.not.be(marker._icon);
|
59
|
-
expect(oldIcon.parentNode).to.be(null);
|
60
|
-
|
61
|
-
expect(marker._icon.src).to.contain('marker-icon.png');
|
62
|
-
expect(marker._icon.parentNode).to.be(map._panes.markerPane);
|
63
|
-
});
|
64
|
-
|
65
|
-
it("changes an image to a DivIcon", function () {
|
66
|
-
var marker = new L.Marker([0, 0], {icon: icon1});
|
67
|
-
map.addLayer(marker);
|
68
|
-
var oldIcon = marker._icon;
|
69
|
-
|
70
|
-
marker.setIcon(new L.DivIcon({html: 'Inner1Text' }));
|
71
|
-
|
72
|
-
expect(oldIcon).to.not.be(marker._icon);
|
73
|
-
expect(oldIcon.parentNode).to.be(null);
|
74
|
-
|
75
|
-
expect(marker._icon.innerHTML).to.contain('Inner1Text');
|
76
|
-
expect(marker._icon.parentNode).to.be(map._panes.markerPane);
|
77
|
-
});
|
78
|
-
|
79
|
-
it("reuses the icon/shadow when changing icon", function () {
|
80
|
-
var marker = new L.Marker([0, 0], { icon: icon1});
|
81
|
-
map.addLayer(marker);
|
82
|
-
var oldIcon = marker._icon;
|
83
|
-
var oldShadow = marker._shadow;
|
84
|
-
|
85
|
-
marker.setIcon(icon2);
|
86
|
-
|
87
|
-
expect(oldIcon).to.be(marker._icon);
|
88
|
-
expect(oldShadow).to.be(marker._shadow);
|
89
|
-
|
90
|
-
expect(marker._icon.parentNode).to.be(map._panes.markerPane);
|
91
|
-
expect(marker._shadow.parentNode).to.be(map._panes.shadowPane);
|
92
|
-
});
|
93
|
-
});
|
94
|
-
});
|
@@ -1,53 +0,0 @@
|
|
1
|
-
describe('CircleMarker', function () {
|
2
|
-
describe("#_radius", function () {
|
3
|
-
var map;
|
4
|
-
beforeEach(function () {
|
5
|
-
map = L.map(document.createElement('div'));
|
6
|
-
map.setView([0, 0], 1);
|
7
|
-
});
|
8
|
-
describe("when a CircleMarker is added to the map ", function () {
|
9
|
-
describe("with a radius set as an option", function () {
|
10
|
-
it("takes that radius", function () {
|
11
|
-
var marker = L.circleMarker([0, 0], { radius: 20 }).addTo(map);
|
12
|
-
|
13
|
-
expect(marker._radius).to.be(20);
|
14
|
-
});
|
15
|
-
});
|
16
|
-
|
17
|
-
describe("and radius is set before adding it", function () {
|
18
|
-
it("takes that radius", function () {
|
19
|
-
var marker = L.circleMarker([0, 0], { radius: 20 });
|
20
|
-
marker.setRadius(15);
|
21
|
-
marker.addTo(map);
|
22
|
-
expect(marker._radius).to.be(15);
|
23
|
-
});
|
24
|
-
});
|
25
|
-
|
26
|
-
describe("and radius is set after adding it", function () {
|
27
|
-
it("takes that radius", function () {
|
28
|
-
var marker = L.circleMarker([0, 0], { radius: 20 });
|
29
|
-
marker.addTo(map);
|
30
|
-
marker.setRadius(15);
|
31
|
-
expect(marker._radius).to.be(15);
|
32
|
-
});
|
33
|
-
});
|
34
|
-
|
35
|
-
describe("and setStyle is used to change the radius after adding", function () {
|
36
|
-
it("takes the given radius", function () {
|
37
|
-
var marker = L.circleMarker([0, 0], { radius: 20 });
|
38
|
-
marker.addTo(map);
|
39
|
-
marker.setStyle({ radius: 15 });
|
40
|
-
expect(marker._radius).to.be(15);
|
41
|
-
});
|
42
|
-
});
|
43
|
-
describe("and setStyle is used to change the radius before adding", function () {
|
44
|
-
it("takes the given radius", function () {
|
45
|
-
var marker = L.circleMarker([0, 0], { radius: 20 });
|
46
|
-
marker.setStyle({ radius: 15 });
|
47
|
-
marker.addTo(map);
|
48
|
-
expect(marker._radius).to.be(15);
|
49
|
-
});
|
50
|
-
});
|
51
|
-
});
|
52
|
-
});
|
53
|
-
});
|
@@ -1,17 +0,0 @@
|
|
1
|
-
describe('Circle', function () {
|
2
|
-
describe('#getBounds', function () {
|
3
|
-
|
4
|
-
var circle;
|
5
|
-
|
6
|
-
beforeEach(function () {
|
7
|
-
circle = L.circle([50, 30], 200);
|
8
|
-
});
|
9
|
-
|
10
|
-
it('returns bounds', function () {
|
11
|
-
var bounds = circle.getBounds();
|
12
|
-
|
13
|
-
expect(bounds.getSouthWest().equals([49.998203369, 29.997204939])).to.be.ok();
|
14
|
-
expect(bounds.getNorthEast().equals([50.001796631, 30.002795061])).to.be.ok();
|
15
|
-
});
|
16
|
-
});
|
17
|
-
});
|
@@ -1,91 +0,0 @@
|
|
1
|
-
describe('Polygon', 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 polygon = new L.Polygon(sourceLatLngs);
|
18
|
-
|
19
|
-
expect(sourceLatLngs).to.eql(originalLatLngs);
|
20
|
-
expect(polygon._latlngs).to.not.eql(sourceLatLngs);
|
21
|
-
});
|
22
|
-
|
23
|
-
it("can be called with an empty array", function () {
|
24
|
-
var polygon = new L.Polygon([]);
|
25
|
-
expect(polygon.getLatLngs()).to.eql([]);
|
26
|
-
});
|
27
|
-
|
28
|
-
it("can be initialized with holes", function () {
|
29
|
-
var originalLatLngs = [
|
30
|
-
[ //external rink
|
31
|
-
[0, 10], [10, 10], [10, 0]
|
32
|
-
], [ //hole
|
33
|
-
[2, 3], [2, 4], [3, 4]
|
34
|
-
]
|
35
|
-
];
|
36
|
-
|
37
|
-
var polygon = new L.Polygon(originalLatLngs);
|
38
|
-
|
39
|
-
//getLatLngs() returns only external ring
|
40
|
-
expect(polygon.getLatLngs()).to.eql([L.latLng([0, 10]), L.latLng([10, 10]), L.latLng([10, 0])]);
|
41
|
-
});
|
42
|
-
});
|
43
|
-
|
44
|
-
describe("#setLatLngs", function () {
|
45
|
-
it("doesn't overwrite the given latlng array", function () {
|
46
|
-
var originalLatLngs = [
|
47
|
-
[1, 2],
|
48
|
-
[3, 4]
|
49
|
-
];
|
50
|
-
var sourceLatLngs = originalLatLngs.slice();
|
51
|
-
|
52
|
-
var polygon = new L.Polygon(sourceLatLngs);
|
53
|
-
|
54
|
-
polygon.setLatLngs(sourceLatLngs);
|
55
|
-
|
56
|
-
expect(sourceLatLngs).to.eql(originalLatLngs);
|
57
|
-
});
|
58
|
-
|
59
|
-
it("can be set external ring and holes", function () {
|
60
|
-
var latLngs = [
|
61
|
-
[ //external rink
|
62
|
-
[0, 10], [10, 10], [10, 0]
|
63
|
-
], [ //hole
|
64
|
-
[2, 3], [2, 4], [3, 4]
|
65
|
-
]
|
66
|
-
];
|
67
|
-
|
68
|
-
var polygon = new L.Polygon([]);
|
69
|
-
polygon.setLatLngs(latLngs);
|
70
|
-
|
71
|
-
//getLatLngs() returns only external ring
|
72
|
-
expect(polygon.getLatLngs()).to.eql([L.latLng([0, 10]), L.latLng([10, 10]), L.latLng([10, 0])]);
|
73
|
-
});
|
74
|
-
});
|
75
|
-
|
76
|
-
describe("#spliceLatLngs", function () {
|
77
|
-
it("splices the internal latLngs", function () {
|
78
|
-
var latLngs = [
|
79
|
-
[1, 2],
|
80
|
-
[3, 4],
|
81
|
-
[5, 6]
|
82
|
-
];
|
83
|
-
|
84
|
-
var polygon = new L.Polygon(latLngs);
|
85
|
-
|
86
|
-
polygon.spliceLatLngs(1, 1, [7, 8]);
|
87
|
-
|
88
|
-
expect(polygon._latlngs).to.eql([L.latLng([1, 2]), L.latLng([7, 8]), L.latLng([5, 6])]);
|
89
|
-
});
|
90
|
-
});
|
91
|
-
});
|