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

mapnik-vector-tile

Package Overview
Dependencies
Maintainers
7
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mapnik-vector-tile - npm Package Compare versions

Comparing version 2.2.1 to 3.0.0

5

CHANGELOG.md
# Changelog
## 3.0.0
- Set up layer resolution as layer extent (4096 by default) per width or height. Previously, if the layer had a datasource of type Vector the resolution would be set as 256 per layer width or height which caused some incorrect interactions with some Mapnik plugins that use this value to modify geometries. From now on, these operations will be done depending on the layer extent and not the default 256.
This change will only affect those that are using the Postgis plugin with simplification enabled (`simplify_distance : true`) or the Pgraster plugin using overviews (`use_overviews : true`) or raster prescaling (`prescale_rasters: true`). None of the options above are the default ones for those plugins.
## 2.2.1

@@ -4,0 +9,0 @@

2

package.json
{
"name": "mapnik-vector-tile",
"version": "2.2.1",
"version": "3.0.0",
"description": "Mapnik Vector Tile API",

@@ -5,0 +5,0 @@ "main": "include_dirs.js",

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