mapnik-vector-tile
Advanced tools
Comparing version 2.2.1 to 3.0.0
# 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 @@ |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
246418
46