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

mapnik

Package Overview
Dependencies
Maintainers
9
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mapnik - npm Package Compare versions

Comparing version 3.5.6 to 3.5.7

19

CHANGELOG.md
# Changelog
## 3.5.7
- Fixed a situation where repeated holes on top of each other could result in self intersections in vector tile geometries
- Improved the speed of vector tile creation by removing unrequired checks in clipper library
- Fixed a situation in clipper where horizontals could result in invalid self intersections.
- Prevent intersections outside the clipper from being processed after intersections inside the clipped area as this in very rare situations would cause an intersection.
- Updated to mapnik `3.0.11`, see [changelog](https://github.com/mapnik/mapnik/blob/master/CHANGELOG.md#3011).
## 3.5.6

@@ -21,2 +29,3 @@

- Stopped building node v0.12 binaries. Use node v4 or v5 instead if you need node-mapnik binaries.
- No code changes: Just a rebuild of 3.5.2 but with debug binaries that can be installed with `npm install --debug`

@@ -71,2 +80,10 @@

## 3.4.19
- Update to mapnik-core 3.0.11 with a fix to unquoted strings
## 3.4.18
- Fixed decoding bug that assumed tags came before geometries in vector-tile layers
## 3.4.17

@@ -212,2 +229,4 @@

clipping extent will be used for the operation. If provided the data will be restricted to this extent.
- Landed in https://github.com/mapnik/node-mapnik/commit/ef3b12a36f529a1a8fbb70f4ddd6a92e1bd22008
- Previously compositing was using a hardcoded global extent of `-20037508.34,-20037508.34,20037508.34,20037508.34` which meant that all vector tile data was being clipped to global extents. This was harmless in all cases except when data contained data outside of global extents intentionally in order to avoid rendering of lines and blurs being visible at tile boundaries.
- Added `reencode` (boolean) option to `VectorTile.composite`. If `true` will trigger re-rendering

@@ -214,0 +233,0 @@ even if the z/x/y of all tiles matches. If `false` (the default) then tiles will be concatenated for

10

package.json

@@ -7,3 +7,4 @@ {

"author": "Dane Springmeyer <dane@mapbox.com> (mapnik.org)",
"version": "3.5.6",
"version": "3.5.7",
"mapnik_version":"3.0.11",
"main": "./lib/mapnik.js",

@@ -46,9 +47,5 @@ "binary": {

"nan": "~2.2.0",
"node-pre-gyp": "~0.6.22",
"node-pre-gyp": "~0.6.25",
"protozero": "~1.3.0"
},
"bundledDependencies": [
"mapnik-vector-tile",
"node-pre-gyp"
],
"bin": {

@@ -62,2 +59,3 @@ "mapnik-inspect.js": "./bin/mapnik-inspect.js",

"test": "jshint bin lib/index.js lib/mapnik.js && mocha -R spec --timeout 50000",
"preinstall":"npm install node-pre-gyp",
"install": "node-pre-gyp install --fallback-to-build",

@@ -64,0 +62,0 @@ "docs": "documentation src/*.cpp --polyglot -o documentation -f html --github --name Mapnik"

deps/clipper/clipper.cpp

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