Download Leaflet Lazy Loading Markers Ajax Free Java Code

Description

An example I created to lazy load markers on a Leaflet map.

Icons

Leaflet Lazy Loading Markers Ajax

Source Files

The download file Leaflet-Lazy-Loading-Markers-Ajax-master.zip has the following entries.


Leaflet/.gitignore/*from   ww w .  j  ava  2  s  . c  o m*/
Leaflet/CHANGELOG.md
Leaflet/Jakefile.js
Leaflet/LICENSE
Leaflet/README.md
Leaflet/build/build.html
Leaflet/build/build.js
Leaflet/build/deps.js
Leaflet/build/hint.js
Leaflet/build/hintrc.js
Leaflet/debug/css/mobile.css
Leaflet/debug/css/screen.css
Leaflet/debug/leaflet-include.js
Leaflet/debug/map/canvas.html
Leaflet/debug/map/controls.html
Leaflet/debug/map/geolocation.html
Leaflet/debug/map/map-mobile.html
Leaflet/debug/map/map.html
Leaflet/debug/map/max-bounds.html
Leaflet/debug/map/scroll.html
Leaflet/debug/map/wms-marble.html
Leaflet/debug/map/wms.html
Leaflet/debug/vector/bounds-extend.html
Leaflet/debug/vector/editable.html
Leaflet/debug/vector/feature-group-bounds.html
Leaflet/debug/vector/geojson-sample.js
Leaflet/debug/vector/geojson.html
Leaflet/debug/vector/rectangle.html
Leaflet/debug/vector/route.js
Leaflet/debug/vector/vector-bounds.html
Leaflet/debug/vector/vector-canvas.html
Leaflet/debug/vector/vector-mobile.html
Leaflet/debug/vector/vector-simple.html
Leaflet/debug/vector/vector.html
Leaflet/dist/images/layers.png
Leaflet/dist/images/marker-icon.png
Leaflet/dist/images/marker-shadow.png
Leaflet/dist/images/popup-close.png
Leaflet/dist/images/zoom-in.png
Leaflet/dist/images/zoom-out.png
Leaflet/dist/leaflet-src.js
Leaflet/dist/leaflet.css
Leaflet/dist/leaflet.ie.css
Leaflet/dist/leaflet.js
Leaflet/spec/jasmine/jasmine-html.js
Leaflet/spec/jasmine/jasmine.css
Leaflet/spec/jasmine/jasmine.js
Leaflet/spec/runner.html
Leaflet/spec/suites/LeafletSpec.js
Leaflet/spec/suites/SpecHelper.js
Leaflet/spec/suites/core/ClassSpec.js
Leaflet/spec/suites/core/EventsSpec.js
Leaflet/spec/suites/core/UtilSpec.js
Leaflet/spec/suites/dom/DomEventSpec.js
Leaflet/spec/suites/dom/DomUtilSpec.js
Leaflet/spec/suites/geo/LatLngBoundsSpec.js
Leaflet/spec/suites/geo/LatLngSpec.js
Leaflet/spec/suites/geo/ProjectionSpec.js
Leaflet/spec/suites/geometry/BoundsSpec.js
Leaflet/spec/suites/geometry/PointSpec.js
Leaflet/spec/suites/geometry/TransformationSpec.js
Leaflet/spec/suites/layer/TileLayerSpec.js
Leaflet/spec/suites/layer/vector/PolylineGeometrySpec.js
Leaflet/spec/suites/map/MapSpec.js
Leaflet/src/Leaflet.js
Leaflet/src/control/Control.Attribution.js
Leaflet/src/control/Control.Layers.js
Leaflet/src/control/Control.Scale.js
Leaflet/src/control/Control.Zoom.js
Leaflet/src/control/Control.js
Leaflet/src/core/Browser.js
Leaflet/src/core/Class.js
Leaflet/src/core/Events.js
Leaflet/src/core/Handler.js
Leaflet/src/core/Util.js
Leaflet/src/dom/DomEvent.DoubleTap.js
Leaflet/src/dom/DomEvent.js
Leaflet/src/dom/DomUtil.js
Leaflet/src/dom/Draggable.js
Leaflet/src/dom/transition/Transition.Native.js
Leaflet/src/dom/transition/Transition.Timer.js
Leaflet/src/dom/transition/Transition.js
Leaflet/src/geo/LatLng.js
Leaflet/src/geo/LatLngBounds.js
Leaflet/src/geo/crs/CRS.EPSG3395.js
Leaflet/src/geo/crs/CRS.EPSG3857.js
Leaflet/src/geo/crs/CRS.EPSG4326.js
Leaflet/src/geo/crs/CRS.Simple.js
Leaflet/src/geo/crs/CRS.js
Leaflet/src/geo/projection/Projection.LonLat.js
Leaflet/src/geo/projection/Projection.Mercator.js
Leaflet/src/geo/projection/Projection.SphericalMercator.js
Leaflet/src/geo/projection/Projection.js
Leaflet/src/geometry/Bounds.js
Leaflet/src/geometry/LineUtil.js
Leaflet/src/geometry/Point.js
Leaflet/src/geometry/PolyUtil.js
Leaflet/src/geometry/Transformation.js
Leaflet/src/layer/FeatureGroup.js
Leaflet/src/layer/GeoJSON.js
Leaflet/src/layer/ImageOverlay.js
Leaflet/src/layer/LayerGroup.js
Leaflet/src/layer/Popup.js
Leaflet/src/layer/marker/DivIcon.js
Leaflet/src/layer/marker/Icon.js
Leaflet/src/layer/marker/Marker.Drag.js
Leaflet/src/layer/marker/Marker.Popup.js
Leaflet/src/layer/marker/Marker.js
Leaflet/src/layer/tile/TileLayer.Canvas.js
Leaflet/src/layer/tile/TileLayer.WMS.js
Leaflet/src/layer/tile/TileLayer.js
Leaflet/src/layer/vector/Circle.js
Leaflet/src/layer/vector/CircleMarker.js
Leaflet/src/layer/vector/MultiPoly.js
Leaflet/src/layer/vector/Path.Popup.js
Leaflet/src/layer/vector/Path.SVG.js
Leaflet/src/layer/vector/Path.VML.js
Leaflet/src/layer/vector/Path.js
Leaflet/src/layer/vector/Polygon.js
Leaflet/src/layer/vector/Polyline.Edit.js
Leaflet/src/layer/vector/Polyline.js
Leaflet/src/layer/vector/Rectangle.js
Leaflet/src/layer/vector/canvas/Circle.Canvas.js
Leaflet/src/layer/vector/canvas/Path.Canvas.js
Leaflet/src/layer/vector/canvas/Polygon.Canvas.js
Leaflet/src/layer/vector/canvas/Polyline.Canvas.js
Leaflet/src/map/Map.js
Leaflet/src/map/anim/Map.PanAnimation.js
Leaflet/src/map/anim/Map.ZoomAnimation.js
Leaflet/src/map/ext/Map.Control.js
Leaflet/src/map/ext/Map.Geolocation.js
Leaflet/src/map/ext/Map.Popup.js
Leaflet/src/map/handler/Map.BoxZoom.js
Leaflet/src/map/handler/Map.DoubleClickZoom.js
Leaflet/src/map/handler/Map.Drag.js
Leaflet/src/map/handler/Map.ScrollWheelZoom.js
Leaflet/src/map/handler/Map.TouchZoom.js
README
ajax.php
index.html

Download

Click the following link to download Leaflet-Lazy-Loading-Markers-Ajax-master.zip.

Leaflet-Lazy-Loading-Markers-Ajax-master.zip




















Home »
  Javascript Free Code Download »
    Network »




AJAX
Client
Network
RESTful
Server
URL
URL Shortener
WebSocket