leaflet-search

WebJar for leaflet-search

License

License

MIT
Categories

Categories

Github Development Tools Version Controls Leaf Data Databases Search Business Logic Libraries
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

github-com-gavioto-leaflet-search
Last Version

Last Version

1.8.4-gavioto
Release Date

Release Date

Type

Type

jar
Description

Description

leaflet-search
WebJar for leaflet-search
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/gavioto/leaflet-search

Download github-com-gavioto-leaflet-search

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/github-com-gavioto-leaflet-search/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>github-com-gavioto-leaflet-search</artifactId>
    <version>1.8.4-gavioto</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-gavioto-leaflet-search/
implementation 'org.webjars.bower:github-com-gavioto-leaflet-search:1.8.4-gavioto'
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-gavioto-leaflet-search/
implementation ("org.webjars.bower:github-com-gavioto-leaflet-search:1.8.4-gavioto")
'org.webjars.bower:github-com-gavioto-leaflet-search:jar:1.8.4-gavioto'
<dependency org="org.webjars.bower" name="github-com-gavioto-leaflet-search" rev="1.8.4-gavioto">
  <artifact name="github-com-gavioto-leaflet-search" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='github-com-gavioto-leaflet-search', version='1.8.4-gavioto')
)
libraryDependencies += "org.webjars.bower" % "github-com-gavioto-leaflet-search" % "1.8.4-gavioto"
[org.webjars.bower/github-com-gavioto-leaflet-search "1.8.4-gavioto"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Leaflet Control Search

npm version

A Leaflet control that search markers/features location by custom property.
Support ajax/jsonp autocompletion and JSON data filter/remapping.

Copyright 2014 Stefano Cudini

Tested in Leaflet 0.7.2

Image

#Where

Demo online:
labs.easyblog.it/maps/leaflet-search

Source code:
Github
Bitbucket
NPM
Atmosphere

Bug tracking: Waffle.io

Websites that use Leaflet.Control.Search

#Examples (require src/leaflet-search.css)

Adding the search control to the map:

map.addControl( new L.Control.Search({layer: searchLayer}) );
//searchLayer is a L.LayerGroup contains searched markers

Short way:

L.map('map', { searchControl: {layer: searchLayer} });

#Build

Therefore the deployment require npm installed in your system.

npm install
grunt

Versions

Version
1.8.4-gavioto