leaflet-control-geocoder
Advanced tools
Comparing version 1.2.1 to 1.3.0
{ | ||
"name": "leaflet-control-geocoder", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"homepage": "https://github.com/perliedman/leaflet-control-geocoder", | ||
@@ -17,3 +17,10 @@ "authors": [ | ||
"geocoder", | ||
"nominatim" | ||
"locations", | ||
"nominatim", | ||
"bing", | ||
"google", | ||
"mapbox", | ||
"photon", | ||
"what3words", | ||
"mapquest" | ||
], | ||
@@ -20,0 +27,0 @@ "license": "BSD-2-Clause", |
{ | ||
"name": "leaflet-control-geocoder", | ||
"version": "1.2.1", | ||
"description": "Extendable geocoder with builtin OSM/Nominatim support", | ||
"main": "Control.Geocoder.js", | ||
"version": "1.3.0", | ||
"description": "Extendable geocoder with builtin support for Nominatim, Bing, Google, Mapbox, Photon, What3Words, MapQuest", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"prepublish": "sh ./scripts/build.sh", | ||
"publish": "sh ./scripts/publish.sh" | ||
}, | ||
@@ -16,3 +17,10 @@ "repository": { | ||
"geocoder", | ||
"nominatim" | ||
"locations", | ||
"nominatim", | ||
"bing", | ||
"google", | ||
"mapbox", | ||
"photon", | ||
"what3words", | ||
"mapquest" | ||
], | ||
@@ -24,5 +32,12 @@ "author": "Per Liedman <per@liedman.net>", | ||
}, | ||
"browserify-shim": { | ||
"leaflet": "global:L" | ||
}, | ||
"dependencies": { | ||
"leaflet": "~0.7.2" | ||
"leaflet": "~0.7.3" | ||
}, | ||
"devDependencies": { | ||
"browserify": "^11.0.1", | ||
"browserify-shim": "^3.8.10" | ||
} | ||
} |
@@ -21,3 +21,4 @@ ## A few words on diversity in tech | ||
* [MapQuest Geocoding API](http://developer.mapquest.com/web/products/dev-services/geocoding-ws) | ||
* [RaveGeo](http://www2.idevio.com/ravegeo-server.html) | ||
* [What3Words](http://http://what3words.com/) | ||
* [Photon](http://photon.komoot.de/) | ||
@@ -30,6 +31,6 @@ The plugin can easily be extended to support other providers. | ||
Load the CSS and Javascript: | ||
[Download latest release](http://www.liedman.net/leaflet-control-geocoder/download). Load the CSS and Javascript: | ||
```HTML | ||
<link rel="stylesheet" href="../Control.Geocoder.css" /> | ||
<link rel="stylesheet" href="Control.Geocoder.css" /> | ||
<script src="Control.Geocoder.js"></script> | ||
@@ -36,0 +37,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
130854
50
2791
1
158
2
2
1
Updatedleaflet@~0.7.3