Download Leaflet Free Java Code

Description

JavaScript library for mobile friendly interactive maps.

Icons

Leaflet

Source Files

The download file Leaflet-master.zip has the following entries.


.gitignore//  w ww .  j  a va 2s . com
.npmignore
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
FAQ.md
Jakefile.js
LICENSE
PLUGIN-GUIDE.md
README.md
build/build.html
build/build.js
build/deps.js
build/hintrc.js
debug/css/mobile.css
debug/css/screen.css
debug/hacks/jitter.html
debug/leaflet-include.js
debug/map/canvas.html
debug/map/controls.html
debug/map/geolocation.html
debug/map/iframe.html
debug/map/image-overlay.html
debug/map/map-mobile.html
debug/map/map.html
debug/map/max-bounds.html
debug/map/opacity.html
debug/map/scroll.html
debug/map/simple-proj.html
debug/map/wms-marble.html
debug/map/wms.html
debug/map/zoomlevels.html
debug/tests/add_remove_layers.html
debug/tests/bringtoback.html
debug/tests/canvasloop.html
debug/tests/click_on_canvas.html
debug/tests/click_on_canvas_broken.html
debug/tests/dragging_and_copyworldjump.html
debug/tests/opacity.html
debug/tests/popupcontextmenuclicks.html
debug/tests/remove_while_dragging.html
debug/tests/removetilewhilepan.html
debug/tests/reuse_popups.html
debug/tests/rtl.html
debug/tests/rtl2.html
debug/tests/set_icon_reuse_dom.html
debug/tests/svg_clicks.html
debug/vector/bounds-extend.html
debug/vector/feature-group-bounds.html
debug/vector/geojson-sample.js
debug/vector/geojson.html
debug/vector/rectangle.html
debug/vector/route.js
debug/vector/touchzoomemu.html
debug/vector/us-states.js
debug/vector/vector-bounds.html
debug/vector/vector-canvas.html
debug/vector/vector-mobile.html
debug/vector/vector-simple.html
debug/vector/vector.html
dist/images/layers-2x.png
dist/images/layers.png
dist/images/marker-icon-2x.png
dist/images/marker-icon.png
dist/images/marker-shadow.png
dist/leaflet.css
package.json
spec/after.js
spec/before.js
spec/expect.js
spec/index.html
spec/karma.conf.js
spec/sinon.js
spec/spec.hintrc.js
spec/suites/LeafletSpec.js
spec/suites/SpecHelper.js
spec/suites/control/Control.AttributionSpec.js
spec/suites/control/Control.LayersSpec.js
spec/suites/control/Control.ScaleSpec.js
spec/suites/core/ClassSpec.js
spec/suites/core/EventsSpec.js
spec/suites/core/UtilSpec.js
spec/suites/dom/DomEventSpec.js
spec/suites/dom/DomUtilSpec.js
spec/suites/dom/PosAnimationSpec.js
spec/suites/geo/CRSSpec.js
spec/suites/geo/LatLngBoundsSpec.js
spec/suites/geo/LatLngSpec.js
spec/suites/geo/ProjectionSpec.js
spec/suites/geometry/BoundsSpec.js
spec/suites/geometry/LineUtilSpec.js
spec/suites/geometry/PointSpec.js
spec/suites/geometry/PolyUtilSpec.js
spec/suites/geometry/TransformationSpec.js
spec/suites/layer/FeatureGroupSpec.js
spec/suites/layer/GeoJSONSpec.js
spec/suites/layer/LayerGroupSpec.js
spec/suites/layer/PopupSpec.js
spec/suites/layer/TileLayerSpec.js
spec/suites/layer/marker/MarkerSpec.js
spec/suites/layer/vector/CircleMarkerSpec.js
spec/suites/layer/vector/CircleSpec.js
spec/suites/layer/vector/PolygonSpec.js
spec/suites/layer/vector/PolylineGeometrySpec.js
spec/suites/layer/vector/PolylineSpec.js
spec/suites/map/MapSpec.js
spec/suites/map/handler/Map.DragSpec.js
src/Leaflet.js
src/control/Control.Attribution.js
src/control/Control.Layers.js
src/control/Control.Scale.js
src/control/Control.Zoom.js
src/control/Control.js
src/copyright.js
src/core/Browser.js
src/core/Class.js
src/core/Events.js
src/core/Handler.js
src/core/Util.js
src/dom/DomEvent.DoubleTap.js
src/dom/DomEvent.Pointer.js
src/dom/DomEvent.js
src/dom/DomUtil.js
src/dom/Draggable.js
src/dom/PosAnimation.Timer.js
src/dom/PosAnimation.js
src/geo/LatLng.js
src/geo/LatLngBounds.js
src/geo/crs/CRS.EPSG3395.js
src/geo/crs/CRS.EPSG3857.js
src/geo/crs/CRS.EPSG4326.js
src/geo/crs/CRS.Simple.js
src/geo/crs/CRS.js
src/geo/projection/Projection.LonLat.js
src/geo/projection/Projection.Mercator.js
src/geo/projection/Projection.SphericalMercator.js
src/geo/projection/Projection.js
src/geometry/Bounds.js
src/geometry/LineUtil.js
src/geometry/Point.js
src/geometry/PolyUtil.js
src/geometry/Transformation.js
src/images/layers.svg
src/images/marker.svg
src/layer/FeatureGroup.js
src/layer/GeoJSON.js
src/layer/ImageOverlay.js
src/layer/LayerGroup.js
src/layer/Popup.js
src/layer/marker/DivIcon.js
src/layer/marker/Icon.Default.js
src/layer/marker/Icon.js
src/layer/marker/Marker.Drag.js
src/layer/marker/Marker.Popup.js
src/layer/marker/Marker.js
src/layer/tile/TileLayer.Anim.js
src/layer/tile/TileLayer.Canvas.js
src/layer/tile/TileLayer.WMS.js
src/layer/tile/TileLayer.js
src/layer/vector/Circle.js
src/layer/vector/CircleMarker.js
src/layer/vector/MultiPoly.js
src/layer/vector/Path.Popup.js
src/layer/vector/Path.SVG.js
src/layer/vector/Path.VML.js
src/layer/vector/Path.js
src/layer/vector/Polygon.js
src/layer/vector/Polyline.js
src/layer/vector/Rectangle.js
src/layer/vector/canvas/Circle.Canvas.js
src/layer/vector/canvas/CircleMarker.Canvas.js
src/layer/vector/canvas/Path.Canvas.js
src/layer/vector/canvas/Polygon.Canvas.js
src/layer/vector/canvas/Polyline.Canvas.js
src/map/Map.js
src/map/anim/Map.PanAnimation.js
src/map/anim/Map.ZoomAnimation.js
src/map/ext/Map.Geolocation.js
src/map/handler/Map.BoxZoom.js
src/map/handler/Map.DoubleClickZoom.js
src/map/handler/Map.Drag.js
src/map/handler/Map.Keyboard.js
src/map/handler/Map.ScrollWheelZoom.js
src/map/handler/Map.Tap.js
src/map/handler/Map.TouchZoom.js

Download

Click the following link to download Leaflet-master.zip.

Leaflet-master.zip




















Home »
  Javascript Free Code Download »
    Mobile »




Android
iPhone
Mobile