0.3.4 • Published 3 years ago

leaflet-layerjson v0.3.4

Weekly downloads
37
License
MIT
Repository
github
Last release
3 years ago

Leaflet JSON Layer

npm version

Simple way for transform any JSON data source in a Leaflet Layer!

A Dynamic Leaflet Layer that load JSON data in layer in the form of markers with attributes

and minimize remote requests with caching system

Tested in Leaflet 0.7 and 1.1

Options

OptionDataDescription
urlStringremote url
jsonpParamStringcallback parameter name for jsonp request append to url
jsonpParamStringcallback parameter name for jsonp request append to url
callDataFunctioncustom function for data source, params: (req: urlbbox, callback: func), return {abort: func} or jQuery jqXHR Object
Filtering
propertyItemsStringjson property used contains data items
propertyLocStringjson property used as Latlng of marker, if is array: 'lat','lon' select double fields
locAsGeoJSONStringinterpret location data as lon, lat value pair instead of lat, lon
propertyTitleStringjson property used as title in marker
filterDataFunctionfunction for pre-filter data
Rendering
dataToMarkerFunctionfunction that will be used for creating markers from json points
layerTargetL.Layerpre-existing layer to add markers(L.LayerGroup, L.MarkerClusterGroup)
buildPopupFunctionfunction popup builder
optsPopupStringpopup options
buildIconFunctionfunction icon builder
Caching
minZoomNumbermin zoom for call data
cachingBooleanremote requests caching
cacheIdFunctionfunction to generate id used to uniquely identify data items in cache
minShiftNumbermin shift for update data(in meters)
precisionNumbernumber of digit send to server for lat,lng precision
updateOutBoundsStringrequest new data only if current bounds higher than last bounds
updateMarkersBooleanupdate all markers in map to last results of callData

Events

EventDataDescription
'dataloading'{req: urlbbox}fired before ajax/jsonp request, req is bbox if url option is null
'dataloaded'{data: json}fired on ajax/jsonp request success

Usage

var l = new L.LayerJSON({url: "search.php?lat1={lat1}&lat2={lat2}&lon1={lon1}&lon2={lon2}" });
map.addLayer(l);

Where

Demos:

https://opengeo.tech/maps/leaflet-layerjson

Source:

Github

Atmosphere

Build

This plugin support Grunt for building process. Therefore the deployment require NPM installed in your system.

After you've made sure to have npm working, run this in command line:

npm install
grunt
0.3.4

3 years ago

0.3.2

4 years ago

0.3.3

4 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.8

7 years ago

0.2.5

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.0

8 years ago

0.1.8

8 years ago

0.1.7

9 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago