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 Versions

23
8

3.0.1

Diff

Changelog

Source

3.0.1

  • Use maintained gyp version
  • Add check if layer extent (size!) is !=0 to avoid devisions by zero + default initialise scale_ to 1.0
  • Fix bunch of compiler warnings e.g warning: explicitly defaulted copy constructor is implicitly deleted [-Wdefaulted-function-deleted]
  • Fix name resultion error (../src/vector_tile_geometry_encoder_pbf.ipp:70:16: error: call to 'encode_geometry_pbf' is ambiguousreturn encode_geometry_pbf(geom, feature_, x_, y_);)
  • Fix issue with command lengths causing extra executions of a loop in tileinfo
flippmoke
published 3.0.0 •

Changelog

Source

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.
flippmoke
published 2.2.1 •

Changelog

Source

2.2.1

  • Fix bug where on linestring and point data the clipping box passed to boost geometry was malformed.
flippmoke
published 2.2.0 •

Changelog

Source

2.2.0

  • Changed the underlying storage of the tile buffer to be a unique ptr controlled string so that it could be passed off if necessary outside the tile class.
springmeyer
published 2.1.1 •

Changelog

Source

2.1.1

  • Fixed packaging to include all relevant commits from 2.1.0
springmeyer
published 2.1.0 •

Changelog

Source

2.1.0

  • Fixed handling of value type conversion/storage (#280)
  • Minimized geometry conversions to clean up code duplication (#282)
flippmoke
published 1.6.1 •

Changelog

Source

1.6.1

  • Solved problem surrounded odd reprojection issues when dealing with low zoom level tiles and projections covering small geographic areas.
flippmoke
published 2.0.0 •

Changelog

Source

2.0.0

  • Release for new mapnik series compatability (3.1.x or possibly 4.0.0).
flippmoke
published 1.6.0 •

Changelog

Source

1.6.0

  • Bug fix for possible massive allocations in invalid vector tiles
  • Fixed mercator bounding box code so that it does not require tile size, removed spherical mercator class
  • Added the ability to use SSE code to improve the performance of simplification prior to vector tile creation.
springmeyer
published 1.5.0 •

Changelog

Source

1.5.0

  • Added back ability to build against external mapnik (see docs for instructions)
  • Added support for variables @rafatower: https://github.com/mapbox/mapnik-vector-tile/pull/248
23
8
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