Skip to content

Releases: naturalatlas/tilestrata-mapnik

0.4.0

09 Dec 21:06
Compare
Choose a tag to compare
  • Breaking: The xml option is now pathname.
  • XML as a string can now be used via the xml option (#4, #5 @apeters)

0.2.3

12 May 18:02
Compare
Choose a tag to compare
  • Removed the need for git to install tilestrata-mapnik (#1)

0.2.2

12 May 18:05
Compare
Choose a tag to compare
  • Disabled the solid cache until a new version of mapnik lands. There's a bug that causes solid-colored tiles to be rendered incorrectly at times – mapnik/node-mapnik#433

0.2.1

12 May 18:06
Compare
Choose a tag to compare
  • Bugfix: Clone output headers to prevent ever mutating tilelive's cache. Without this, later transforms and response hooks can inadvertently affect future headers served from this provider.

0.2.0

12 May 18:08
Compare
Choose a tag to compare
  • Addition: Added support for UTFGrid interactivity via an interactivity: true|false setting.