Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

leaflet-geometryutil

Package Overview
Dependencies
Maintainers
5
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leaflet-geometryutil - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

docs/fonts/OpenSans-Bold-webfont.eot

42

package.json
{
"name": "leaflet-geometryutil"
, "version": "0.5.0"
, "description": "Leaflet utility functions on geometries"
, "keywords": ["Leaflet", "GIS"]
, "main": "dist/leaflet.geometryutil.js"
, "scripts": {
"test": "make test"
}
, "dependencies": {
"name": "leaflet-geometryutil",
"version": "0.5.1",
"description": "Leaflet utility functions on geometries",
"keywords": [
"Leaflet",
"GIS"
],
"repository": {
"type": "git",
"url": "https://github.com/makinacorpus/Leaflet.GeometryUtil.git"
},
"license": "BSD-3-Clause",
"main": "src/leaflet.geometryutil.js",
"scripts": {
"test": "node_modules/.bin/mocha-phantomjs spec/index.html",
"generate-docs": "rm -rf docs; node_modules/.bin/jsdoc -c jsdoc.config -d ./docs/"
},
"dependencies": {
"leaflet": "^0.7.0"
},
"devDependencies": {
"chai": "3.5.0",
"jsdoc": "3.4.0",
"minami": "^1.1.1",
"mocha": "3.0.2",
"mocha-phantomjs": "4.1.0"
}
, "devDependencies": {
"mocha": "1.9.0",
"chai": "1.6.0",
"mocha-phantomjs": "2.0.1",
"jsdoc": "https://github.com/jsdoc3/jsdoc/tarball/v3.1.1"
}
}
}

@@ -8,2 +8,8 @@ Leaflet.GeometryUtil

For Leaflet 1.0, some users encounter problems with closest method.
We plan to open a new branch for testing purpose soon !
Don't hesitate to submit issues or Pull Request if you detect something wrong.
Usage

@@ -42,3 +48,3 @@ -----

```
make test
npm test
```

@@ -48,5 +54,15 @@

---------
### master ###
* Nothing changed yet.
### 0.5.1 ###
* Fix closestLayer to be able to work with GeoJSON nested layers
* Restrict closest method to Array and L.Polyline (L.Polygon extend L.Polyline)
### 0.5.0 ###
- Add function `layersWithin()` (#34, thanks @haoliangyu)
* Add function `layersWithin()` (#34, thanks @haoliangyu)
* Fix safety check on the ratio value in ``interpolateOnLine()` (#29, thanks @Marcussacapuces91)

@@ -53,0 +69,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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc