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,40 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>Leaflet debug page</title>
|
5
|
-
|
6
|
-
<link rel="stylesheet" href="../../dist/leaflet.css" />
|
7
|
-
|
8
|
-
<link rel="stylesheet" href="../css/screen.css" />
|
9
|
-
<script type="text/javascript" src="../../build/deps.js"></script>
|
10
|
-
<script src="../leaflet-include.js"></script>
|
11
|
-
</head>
|
12
|
-
<body>
|
13
|
-
<div id="map" style="width: 800px; height: 600px; border: 1px solid #ccc"></div>
|
14
|
-
|
15
|
-
<script>
|
16
|
-
var map = L.map('map');
|
17
|
-
|
18
|
-
var marker = L.marker([51.5, -0.09])
|
19
|
-
.bindPopup("<b>Hello world!</b><br />I am a popup.")
|
20
|
-
.addTo(map);
|
21
|
-
//.openPopup();
|
22
|
-
|
23
|
-
var marker2 = L.marker([51.525, -0.09])
|
24
|
-
.addTo(map);
|
25
|
-
|
26
|
-
map.setView([51.505, -0.09], 13);
|
27
|
-
|
28
|
-
var cloudmade = L.tileLayer('http://{s}.tile.cloudmade.com/{key}/{styleId}/256/{z}/{x}/{y}.png', {
|
29
|
-
attribution: 'Map data © 2011 OpenStreetMap contributors, Imagery © 2011 CloudMade',
|
30
|
-
maxZoom: 18,
|
31
|
-
key: 'd4fc77ea4a63471cab2423e66626cbb6',
|
32
|
-
styleId: 997
|
33
|
-
}).addTo(map);
|
34
|
-
|
35
|
-
var a_popup = L.popup().setContent('Previously created')
|
36
|
-
|
37
|
-
marker2.bindPopup(a_popup);
|
38
|
-
</script>
|
39
|
-
</body>
|
40
|
-
</html>
|
@@ -1,42 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>Leaflet debug page</title>
|
5
|
-
|
6
|
-
<link rel="stylesheet" href="../../dist/leaflet.css" />
|
7
|
-
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
9
|
-
|
10
|
-
<link rel="stylesheet" href="../css/screen.css" />
|
11
|
-
|
12
|
-
<script type="text/javascript" src="../../build/deps.js"></script>
|
13
|
-
<script src="../leaflet-include.js"></script>
|
14
|
-
<style>
|
15
|
-
body {
|
16
|
-
direction: rtl;
|
17
|
-
}
|
18
|
-
</style>
|
19
|
-
</head>
|
20
|
-
<body>
|
21
|
-
|
22
|
-
<p>Click the map to place a popup at the mouse location</p>
|
23
|
-
<div id="map"></div>
|
24
|
-
|
25
|
-
<script type="text/javascript">
|
26
|
-
|
27
|
-
var cloudmade = L.tileLayer('http://{s}.tile.cloudmade.com/{key}/997/256/{z}/{x}/{y}.png', {
|
28
|
-
maxZoom: 18,
|
29
|
-
attribution: 'Map data © 2011 OpenStreetMap contributors, Imagery © 2011 CloudMade',
|
30
|
-
key: 'd4fc77ea4a63471cab2423e66626cbb6'
|
31
|
-
});
|
32
|
-
|
33
|
-
var map = L.map('map')
|
34
|
-
.setView([50.5, 30.51], 15)
|
35
|
-
.addLayer(cloudmade);
|
36
|
-
|
37
|
-
map.on('click', function(e) {
|
38
|
-
L.popup().setLatLng(e.latlng).setContent('Hello').openOn(map);
|
39
|
-
});
|
40
|
-
</script>
|
41
|
-
</body>
|
42
|
-
</html>
|
@@ -1,27 +0,0 @@
|
|
1
|
-
<html dir="rtl">
|
2
|
-
<head>
|
3
|
-
|
4
|
-
<link rel="stylesheet" href="../../dist/leaflet.css" />
|
5
|
-
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7
|
-
|
8
|
-
<link rel="stylesheet" href="../css/mobile.css" />
|
9
|
-
|
10
|
-
<script type="text/javascript" src="../../build/deps.js"></script>
|
11
|
-
<script src="../leaflet-include.js"></script>
|
12
|
-
<style>
|
13
|
-
#map { height: 100%; }
|
14
|
-
</style>
|
15
|
-
</head>
|
16
|
-
<body>
|
17
|
-
<div id="map"></div>
|
18
|
-
<script>
|
19
|
-
var map = L.map('map').setView([51.505, -0.09], 13);
|
20
|
-
L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png').addTo(map);
|
21
|
-
map.on('click', function(e) {
|
22
|
-
L.popup().setLatLng(e.latlng).setContent('Hello').openOn(map);
|
23
|
-
});
|
24
|
-
|
25
|
-
</script>
|
26
|
-
</body>
|
27
|
-
</html>
|
@@ -1,43 +0,0 @@
|
|
1
|
-
<html>
|
2
|
-
<head>
|
3
|
-
<title>Test for preservation of Icon DOM element</title>
|
4
|
-
<link rel="stylesheet" href="../../dist/leaflet.css" />
|
5
|
-
|
6
|
-
<link rel="stylesheet" href="../css/screen.css" />
|
7
|
-
|
8
|
-
<script type="text/javascript" src="../../build/deps.js"></script>
|
9
|
-
<script src="../leaflet-include.js"></script>
|
10
|
-
</head>
|
11
|
-
<body>
|
12
|
-
<div id="map" style="width: 600px; height: 600px; border: 1px solid #ccc"></div>
|
13
|
-
|
14
|
-
<script type="text/javascript">
|
15
|
-
|
16
|
-
var blueIcon = new L.Icon({iconUrl: 'http://www.webatlas.no/webatlasapi/v/071009/media/interface/default/markers/flag_blue.gif'});
|
17
|
-
var redIcon = new L.Icon({iconUrl: 'http://www.webatlas.no/webatlasapi/v/071009/media/interface/default/markers/flag_red.gif'});
|
18
|
-
|
19
|
-
var map = L.map('map').setView( [50, 50], 10);
|
20
|
-
|
21
|
-
var marker = L.marker([50, 50], {icon: blueIcon, draggable: true});
|
22
|
-
|
23
|
-
marker.on('dragstart', function () {
|
24
|
-
console.log('dragstart');
|
25
|
-
marker.setIcon(redIcon);
|
26
|
-
//This is the previous workaround:
|
27
|
-
//var iconElem = L.DomUtil.get(marker._icon);
|
28
|
-
//iconElem.src = 'http://www.webatlas.no/webatlasapi/v/071009/media/interface/default/markers/flag_red.gif';
|
29
|
-
});
|
30
|
-
|
31
|
-
marker.on('dragend', function () {
|
32
|
-
console.log('dragend');
|
33
|
-
marker.setIcon(blueIcon);
|
34
|
-
//This is the previous workaround:
|
35
|
-
//var iconElem = L.DomUtil.get(marker._icon);
|
36
|
-
//iconElem.src = 'http://www.webatlas.no/webatlasapi/v/071009/media/interface/default/markers/flag_blue.gif';
|
37
|
-
|
38
|
-
});
|
39
|
-
|
40
|
-
marker.addTo(map);
|
41
|
-
</script>
|
42
|
-
</body>
|
43
|
-
</html>
|
@@ -1,54 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>Leaflet debug page</title>
|
5
|
-
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
7
|
-
|
8
|
-
<link rel="stylesheet" href="../../dist/leaflet.css" />
|
9
|
-
|
10
|
-
<link rel="stylesheet" href="../css/screen.css" />
|
11
|
-
<script type="text/javascript" src="../../build/deps.js"></script>
|
12
|
-
<script src="../leaflet-include.js"></script>
|
13
|
-
<script type='text/javascript' src='http://code.jquery.com/jquery-1.8.0.js'></script>
|
14
|
-
</head>
|
15
|
-
<body>
|
16
|
-
|
17
|
-
<div id="map"></div>
|
18
|
-
|
19
|
-
<script type="text/javascript">
|
20
|
-
|
21
|
-
var map;
|
22
|
-
var myLayerGroup = new L.LayerGroup();
|
23
|
-
|
24
|
-
initmap();
|
25
|
-
|
26
|
-
function initmap() {
|
27
|
-
// set up the map
|
28
|
-
map = new L.Map('map');
|
29
|
-
|
30
|
-
// create the tile layer with correct attribution
|
31
|
-
var osmUrl = 'http://a.tile.openstreetmap.org/{z}/{x}/{y}.png';
|
32
|
-
var osm = new L.TileLayer(osmUrl, { minZoom: 1, maxZoom: 17 });
|
33
|
-
map.addLayer(osm);
|
34
|
-
map.fitBounds(new L.LatLngBounds([51,7],[51,7]));
|
35
|
-
|
36
|
-
var route = L.polyline([
|
37
|
-
[51, 7.000],
|
38
|
-
[51.002, 7.004],
|
39
|
-
[51.004, 7.006]
|
40
|
-
]).addTo(map).on('click',function(e){console.log('bottom')})
|
41
|
-
|
42
|
-
var route2 = L.polyline([
|
43
|
-
[51, 7.000],
|
44
|
-
[51.002, 7.004]
|
45
|
-
],
|
46
|
-
{ clickable:false,color:'#f00' }
|
47
|
-
).addTo(map);
|
48
|
-
|
49
|
-
// when the mouse hovers over the red route2, you cannot click through the blue route1 beneath
|
50
|
-
};
|
51
|
-
|
52
|
-
</script>
|
53
|
-
</body>
|
54
|
-
</html>
|
@@ -1,88 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>Leaflet debug page</title>
|
5
|
-
|
6
|
-
<link rel="stylesheet" href="../../dist/leaflet.css" />
|
7
|
-
|
8
|
-
<link rel="stylesheet" href="../css/screen.css" />
|
9
|
-
|
10
|
-
<script type="text/javascript" src="../../build/deps.js"></script>
|
11
|
-
<script src="../leaflet-include.js"></script>
|
12
|
-
</head>
|
13
|
-
<body>
|
14
|
-
<div id="map" style="width: 800px; height: 600px; border: 1px solid #ccc"></div>
|
15
|
-
<button onclick="boundsExtendBounds();">Extend the bounds of the center rectangle with the upper right rectangle</button>
|
16
|
-
<button onclick="boundsExtendLatLng()">Extend the bounds of the center rectangle with the lower left marker</button>
|
17
|
-
<script src="route.js"></script>
|
18
|
-
<script>
|
19
|
-
var cloudmadeUrl = 'http://{s}.tile.cloudmade.com/d4fc77ea4a63471cab2423e66626cbb6/997/256/{z}/{x}/{y}.png',
|
20
|
-
cloudmade = new L.TileLayer(cloudmadeUrl, {maxZoom: 18});
|
21
|
-
|
22
|
-
var latLng = new L.LatLng(54.18815548107151, -7.657470703124999);
|
23
|
-
|
24
|
-
var bounds1 = new L.LatLngBounds(new L.LatLng(54.559322, -5.767822), new L.LatLng(56.1210604, -3.021240));
|
25
|
-
var bounds2 = new L.LatLngBounds(new L.LatLng(56.56023925701561, -2.076416015625), new L.LatLng(57.01158038001565, -0.9777832031250001));
|
26
|
-
var bounds3;
|
27
|
-
|
28
|
-
var map = new L.Map('map', {
|
29
|
-
layers: [cloudmade],
|
30
|
-
center: bounds1.getCenter(),
|
31
|
-
zoom: 7
|
32
|
-
});
|
33
|
-
|
34
|
-
var rectangle1 = new L.Rectangle(bounds1);
|
35
|
-
var rectangle2 = new L.Rectangle(bounds2);
|
36
|
-
var rectangle3;
|
37
|
-
|
38
|
-
var marker = new L.Marker(latLng);
|
39
|
-
|
40
|
-
map.addLayer(rectangle1).addLayer(rectangle2).addLayer(marker);
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
function boundsExtendBounds() {
|
47
|
-
if (rectangle3) {
|
48
|
-
map.removeLayer(rectangle3);
|
49
|
-
rectangle3 = null;
|
50
|
-
}
|
51
|
-
if (bounds3) {
|
52
|
-
bounds3 = null;
|
53
|
-
}
|
54
|
-
bounds3 = new L.LatLngBounds(bounds1.getSouthWest(), bounds1.getNorthEast());
|
55
|
-
bounds3.extend(bounds2);
|
56
|
-
rectangle3 = new L.Rectangle(bounds3, {
|
57
|
-
color: "#ff0000",
|
58
|
-
weight: 1,
|
59
|
-
opacity: 1,
|
60
|
-
fillOpacity: 0
|
61
|
-
});
|
62
|
-
|
63
|
-
map.addLayer(rectangle3);
|
64
|
-
}
|
65
|
-
|
66
|
-
function boundsExtendLatLng() {
|
67
|
-
if (rectangle3) {
|
68
|
-
map.removeLayer(rectangle3);
|
69
|
-
rectangle3 = null;
|
70
|
-
}
|
71
|
-
if (bounds3) {
|
72
|
-
bounds3 = null;
|
73
|
-
}
|
74
|
-
bounds3 = new L.LatLngBounds(bounds1.getSouthWest(), bounds1.getNorthEast());
|
75
|
-
bounds3.extend(marker.getLatLng());
|
76
|
-
rectangle3 = new L.Rectangle(bounds3, {
|
77
|
-
color: "#ff0000",
|
78
|
-
weight: 1,
|
79
|
-
opacity: 1,
|
80
|
-
fillOpacity: 0
|
81
|
-
});
|
82
|
-
|
83
|
-
map.addLayer(rectangle3);
|
84
|
-
}
|
85
|
-
|
86
|
-
</script>
|
87
|
-
</body>
|
88
|
-
</html>
|
@@ -1,90 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>Leaflet debug page</title>
|
5
|
-
|
6
|
-
<link rel="stylesheet" href="../../dist/leaflet.css" />
|
7
|
-
|
8
|
-
<link rel="stylesheet" href="../css/screen.css" />
|
9
|
-
|
10
|
-
<script type="text/javascript" src="../../build/deps.js"></script>
|
11
|
-
<script src="../leaflet-include.js"></script>
|
12
|
-
</head>
|
13
|
-
<body>
|
14
|
-
|
15
|
-
<div id="map" style="width: 600px; height: 600px; border: 1px solid #ccc"></div>
|
16
|
-
<button onclick="geojsonLayerBounds();">Show GeoJSON layer bounds</button>
|
17
|
-
<button onclick="featureGroupBounds();">Show feature group bounds</button>
|
18
|
-
|
19
|
-
<script type="text/javascript" src="geojson-sample.js"></script>
|
20
|
-
<script type="text/javascript">
|
21
|
-
|
22
|
-
var cloudmadeUrl = 'http://{s}.tile.cloudmade.com/d4fc77ea4a63471cab2423e66626cbb6/997/256/{z}/{x}/{y}.png',
|
23
|
-
cloudmadeAttribution = 'Map data © 2011 OpenStreetMap contributors, Imagery © 2011 CloudMade',
|
24
|
-
cloudmade = new L.TileLayer(cloudmadeUrl, {maxZoom: 18, attribution: cloudmadeAttribution}),
|
25
|
-
rectangle,
|
26
|
-
featureGroup;
|
27
|
-
|
28
|
-
var map = new L.Map('map', {
|
29
|
-
center: new L.LatLng(0.78, 102.37),
|
30
|
-
zoom: 7,
|
31
|
-
layers: [cloudmade]
|
32
|
-
});
|
33
|
-
|
34
|
-
var geojson = L.geoJson(geojsonSample, {
|
35
|
-
|
36
|
-
style: function (feature) {
|
37
|
-
return {color: feature.properties.color};
|
38
|
-
},
|
39
|
-
|
40
|
-
onEachFeature: function (feature, layer) {
|
41
|
-
var popupText = 'geometry type: ' + feature.geometry.type;
|
42
|
-
|
43
|
-
if (feature.properties.color) {
|
44
|
-
popupText += '<br/>color: ' + feature.properties.color
|
45
|
-
}
|
46
|
-
|
47
|
-
layer.bindPopup(popupText);
|
48
|
-
}
|
49
|
-
});
|
50
|
-
|
51
|
-
geojson.addLayer(new L.Marker(new L.LatLng(2.745530718801952, 105.194091796875)))
|
52
|
-
|
53
|
-
var eye1 = new L.Marker(new L.LatLng(-0.7250783020332547, 101.8212890625));
|
54
|
-
var eye2 = new L.Marker(new L.LatLng(-0.7360637370492077, 103.2275390625));
|
55
|
-
var nose = new L.Marker(new L.LatLng(-1.3292264529974207, 102.5463867187));
|
56
|
-
var mouth = new L.Polyline([
|
57
|
-
new L.LatLng(-1.3841426927920029, 101.7333984375),
|
58
|
-
new L.LatLng(-1.6037944300589726, 101.964111328125),
|
59
|
-
new L.LatLng(-1.6806671337507222, 102.249755859375),
|
60
|
-
new L.LatLng(-1.7355743631421197, 102.67822265625),
|
61
|
-
new L.LatLng(-1.5928123762763, 103.0078125),
|
62
|
-
new L.LatLng(-1.3292264529974207, 103.3154296875)
|
63
|
-
]);
|
64
|
-
map.addLayer(eye1).addLayer(eye2).addLayer(nose).addLayer(mouth);
|
65
|
-
featureGroup = new L.FeatureGroup([eye1, eye2, nose, mouth]);
|
66
|
-
|
67
|
-
map.addLayer(geojson);
|
68
|
-
map.addLayer(featureGroup);
|
69
|
-
|
70
|
-
function geojsonLayerBounds() {
|
71
|
-
if (rectangle) {
|
72
|
-
rectangle.setBounds(geojson.getBounds());
|
73
|
-
} else {
|
74
|
-
rectangle = new L.Rectangle(geojson.getBounds());
|
75
|
-
map.addLayer(rectangle);
|
76
|
-
}
|
77
|
-
}
|
78
|
-
|
79
|
-
function featureGroupBounds() {
|
80
|
-
if (rectangle) {
|
81
|
-
rectangle.setBounds(featureGroup.getBounds());
|
82
|
-
} else {
|
83
|
-
rectangle = new L.Rectangle(featureGroup.getBounds());
|
84
|
-
map.addLayer(rectangle);
|
85
|
-
}
|
86
|
-
|
87
|
-
}
|
88
|
-
</script>
|
89
|
-
</body>
|
90
|
-
</html>
|
@@ -1,53 +0,0 @@
|
|
1
|
-
var geojsonSample = {
|
2
|
-
"type": "FeatureCollection",
|
3
|
-
"features": [
|
4
|
-
{
|
5
|
-
"type": "Feature",
|
6
|
-
"geometry": {
|
7
|
-
"type": "Point",
|
8
|
-
"coordinates": [102.0, 0.5]
|
9
|
-
},
|
10
|
-
"properties": {
|
11
|
-
"prop0": "value0",
|
12
|
-
"color": "blue"
|
13
|
-
}
|
14
|
-
},
|
15
|
-
|
16
|
-
{
|
17
|
-
"type": "Feature",
|
18
|
-
"geometry": {
|
19
|
-
"type": "LineString",
|
20
|
-
"coordinates": [[102.0, 0.0], [103.0, 1.0], [104.0, 0.0], [105.0, 1.0]]
|
21
|
-
},
|
22
|
-
"properties": {
|
23
|
-
"color": "red",
|
24
|
-
"prop1": 0.0
|
25
|
-
}
|
26
|
-
},
|
27
|
-
|
28
|
-
{
|
29
|
-
"type": "Feature",
|
30
|
-
"geometry": {
|
31
|
-
"type": "Polygon",
|
32
|
-
"coordinates": [[[100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0]]]
|
33
|
-
},
|
34
|
-
"properties": {
|
35
|
-
"color": "green",
|
36
|
-
"prop1": {
|
37
|
-
"this": "that"
|
38
|
-
}
|
39
|
-
}
|
40
|
-
},
|
41
|
-
|
42
|
-
{
|
43
|
-
"type": "Feature",
|
44
|
-
"geometry": {
|
45
|
-
"type": "MultiPolygon",
|
46
|
-
"coordinates": [[[[100.0, 1.5], [100.5, 1.5], [100.5, 2.0], [100.0, 2.0], [100.0, 1.5]]], [[[100.5, 2.0], [100.5, 2.5], [101.0, 2.5], [101.0, 2.0], [100.5, 2.0]]]]
|
47
|
-
},
|
48
|
-
"properties": {
|
49
|
-
"color": "purple"
|
50
|
-
}
|
51
|
-
}
|
52
|
-
]
|
53
|
-
};
|
@@ -1,173 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>Leaflet debug page</title>
|
5
|
-
|
6
|
-
<link rel="stylesheet" href="../../dist/leaflet.css" />
|
7
|
-
|
8
|
-
<link rel="stylesheet" href="../css/screen.css" />
|
9
|
-
|
10
|
-
<style>
|
11
|
-
#map {
|
12
|
-
width: 800px;
|
13
|
-
height: 500px;
|
14
|
-
}
|
15
|
-
|
16
|
-
.info {
|
17
|
-
padding: 6px 8px;
|
18
|
-
font: 14px/16px Arial, Helvetica, sans-serif;
|
19
|
-
background: white;
|
20
|
-
background: rgba(255,255,255,0.8);
|
21
|
-
box-shadow: 0 0 15px rgba(0,0,0,0.2);
|
22
|
-
border-radius: 5px;
|
23
|
-
}
|
24
|
-
.info h4 {
|
25
|
-
margin: 0 0 5px;
|
26
|
-
color: #777;
|
27
|
-
}
|
28
|
-
|
29
|
-
.legend {
|
30
|
-
text-align: left;
|
31
|
-
line-height: 18px;
|
32
|
-
color: #555;
|
33
|
-
}
|
34
|
-
.legend i {
|
35
|
-
width: 18px;
|
36
|
-
height: 18px;
|
37
|
-
float: left;
|
38
|
-
margin-right: 8px;
|
39
|
-
opacity: 0.7;
|
40
|
-
}
|
41
|
-
</style>
|
42
|
-
|
43
|
-
<script type="text/javascript" src="../../build/deps.js"></script>
|
44
|
-
<script src="../leaflet-include.js"></script>
|
45
|
-
</head>
|
46
|
-
<body>
|
47
|
-
|
48
|
-
<div id="map"></div>
|
49
|
-
|
50
|
-
<script type="text/javascript" src="us-states.js"></script>
|
51
|
-
<script type="text/javascript">
|
52
|
-
|
53
|
-
var map = L.map('map').setView([37.8, -96], 4);
|
54
|
-
|
55
|
-
var cloudmade = L.tileLayer('http://{s}.tile.cloudmade.com/{key}/{styleId}/256/{z}/{x}/{y}.png', {
|
56
|
-
attribution: 'Map data © 2011 OpenStreetMap contributors, Imagery © 2011 CloudMade',
|
57
|
-
key: 'd4fc77ea4a63471cab2423e66626cbb6',
|
58
|
-
styleId: 998
|
59
|
-
}).addTo(map);
|
60
|
-
|
61
|
-
|
62
|
-
// control that shows state info on hover
|
63
|
-
var info = L.control();
|
64
|
-
|
65
|
-
info.onAdd = function (map) {
|
66
|
-
this._div = L.DomUtil.create('div', 'info');
|
67
|
-
this.update();
|
68
|
-
return this._div;
|
69
|
-
};
|
70
|
-
|
71
|
-
info.update = function (props) {
|
72
|
-
this._div.innerHTML = '<h4>US Population Density</h4>' + (props ?
|
73
|
-
'<b>' + props.name + '</b><br />' + props.density + ' people / mi<sup>2</sup>'
|
74
|
-
: 'Hover over a state');
|
75
|
-
};
|
76
|
-
|
77
|
-
info.addTo(map);
|
78
|
-
|
79
|
-
|
80
|
-
// get color depending on population density value
|
81
|
-
function getColor(d) {
|
82
|
-
return d > 1000 ? '#800026' :
|
83
|
-
d > 500 ? '#BD0026' :
|
84
|
-
d > 200 ? '#E31A1C' :
|
85
|
-
d > 100 ? '#FC4E2A' :
|
86
|
-
d > 50 ? '#FD8D3C' :
|
87
|
-
d > 20 ? '#FEB24C' :
|
88
|
-
d > 10 ? '#FED976' :
|
89
|
-
'#FFEDA0';
|
90
|
-
}
|
91
|
-
|
92
|
-
function style(feature) {
|
93
|
-
return {
|
94
|
-
weight: 2,
|
95
|
-
opacity: 1,
|
96
|
-
color: 'white',
|
97
|
-
dashArray: '3',
|
98
|
-
fillOpacity: 0.7,
|
99
|
-
fillColor: getColor(feature.properties.density)
|
100
|
-
};
|
101
|
-
}
|
102
|
-
|
103
|
-
function highlightFeature(e) {
|
104
|
-
var layer = e.target;
|
105
|
-
|
106
|
-
layer.setStyle({
|
107
|
-
weight: 5,
|
108
|
-
color: '#666',
|
109
|
-
dashArray: '',
|
110
|
-
fillOpacity: 0.7
|
111
|
-
});
|
112
|
-
|
113
|
-
if (!L.Browser.ie) {
|
114
|
-
layer.bringToFront();
|
115
|
-
}
|
116
|
-
|
117
|
-
info.update(layer.feature.properties);
|
118
|
-
}
|
119
|
-
|
120
|
-
var geojson;
|
121
|
-
|
122
|
-
function resetHighlight(e) {
|
123
|
-
geojson.resetStyle(e.target);
|
124
|
-
info.update();
|
125
|
-
}
|
126
|
-
|
127
|
-
function zoomToFeature(e) {
|
128
|
-
map.fitBounds(e.target.getBounds());
|
129
|
-
}
|
130
|
-
|
131
|
-
function onEachFeature(feature, layer) {
|
132
|
-
layer.on({
|
133
|
-
mouseover: highlightFeature,
|
134
|
-
mouseout: resetHighlight,
|
135
|
-
click: zoomToFeature
|
136
|
-
});
|
137
|
-
}
|
138
|
-
|
139
|
-
geojson = L.geoJson(statesData, {
|
140
|
-
style: style,
|
141
|
-
onEachFeature: onEachFeature
|
142
|
-
}).addTo(map);
|
143
|
-
|
144
|
-
map.attributionControl.addAttribution('Population data © <a href="http://census.gov/">US Census Bureau</a>');
|
145
|
-
|
146
|
-
|
147
|
-
var legend = L.control({position: 'bottomright'});
|
148
|
-
|
149
|
-
legend.onAdd = function (map) {
|
150
|
-
|
151
|
-
var div = L.DomUtil.create('div', 'info legend'),
|
152
|
-
grades = [0, 10, 20, 50, 100, 200, 500, 1000],
|
153
|
-
labels = [],
|
154
|
-
from, to;
|
155
|
-
|
156
|
-
for (var i = 0; i < grades.length; i++) {
|
157
|
-
from = grades[i];
|
158
|
-
to = grades[i + 1];
|
159
|
-
|
160
|
-
labels.push(
|
161
|
-
'<i style="background:' + getColor(from + 1) + '"></i> ' +
|
162
|
-
from + (to ? '–' + to : '+'));
|
163
|
-
}
|
164
|
-
|
165
|
-
div.innerHTML = labels.join('<br>');
|
166
|
-
return div;
|
167
|
-
};
|
168
|
-
|
169
|
-
legend.addTo(map);
|
170
|
-
|
171
|
-
</script>
|
172
|
-
</body>
|
173
|
-
</html>
|