GithubHelp home page GithubHelp logo

ariesw / leaflet-layerjson Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stefanocudini/leaflet-layerjson

0.0 2.0 0.0 158 KB

Build dynamic JSON Layer via Ajax/JSONP with caching

Home Page: http://labs.easyblog.it/maps/leaflet-layerjson/

JavaScript 74.90% HTML 25.10%

leaflet-layerjson's Introduction

Leaflet JSON Layer

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.3

How to use

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

Options

Data Source:

  • url remote url,
  • jsonpParam callback parameter name for jsonp request append to url
  • callData custom function for data source, params: (req: url|bbox, callback: func), return {abort: func} or jQuery jqXHR Object

Filtering:

  • propertyItems json property used contains data items
  • propertyLoc json property used as Latlng of marker, if is array: ['lat','lon'] select double fields
  • locAsGeoJSON interpret location data as [lon, lat] value pair instead of [lat, lon]
  • propertyTitle json property used as title in marker
  • filterData function for pre-filter data

Rendering:

  • dataToMarker function that will be used for creating markers from json points
  • onEachMarker function called on each marker created, similar to option onEachFeature of L.GeoJSON
  • layerTarget pre-existing layer to add markers(L.LayerGroup, L.MarkerClusterGroup)
  • buildPopup function popup builder
  • optsPopup popup options
  • buildIcon function icon builder

Caching:

  • minShift min shift for update data(in meters)
  • updateOutBounds request new data only if current bounds higher than last bounds
  • precision number of digit send to server for lat,lng precision

Where

Demos:

http://labs.easyblog.it/maps/leaflet-layerjson

Source:

Github
Bitbucket
NPM
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

leaflet-layerjson's People

Contributors

stefanocudini avatar jpochyla avatar skakri avatar thomasg77 avatar

Watchers

James Cloos avatar Aries Widodo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.