Skip to content

Commit bbbb525

Browse files
committed
Merge pull request #51 from mapnik/node-mapnik-3.5
node mapnik 3.5.0 release post
2 parents 45224b6 + 4627174 commit bbbb525

3 files changed

Lines changed: 29 additions & 0 deletions

File tree

_data/author.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ Jean-François Doyon:
6363
twitterurl:
6464
twitter:
6565

66+
Sam Matthews:
67+
- name: Sam Matthews
68+
image: /images/authors/sam-matthews.jpg
69+
github: https://github.com/mapsam
70+
twitterurl: https://twitter.com/vancematthews
71+
twitter: vancematthews
72+
6673
Paul Norman:
6774
- name: Paul Norman
6875
image: /images/authors/blank.jpg
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
layout: 01_post
3+
title: "Node Mapnik 3.5.0 Release"
4+
author: Sam Matthews
5+
category: Mapnik
6+
---
7+
8+
We are happy to announce the newest release for Node Mapnik, version `3.5.0`! This is a significant moment in Mapnik's history. With the recent update to the [Mapbox Vector Tile Specification](https://github.com/mapbox/vector-tile-spec), we are now creating tiles according to the updated spec. This version is built with the recently released `1.0.0` version of [Mapnik Vector Tile](https://github.com/mapbox/mapnik-vector-tile) and against core Mapnik `3.0.10`, which was released last week.
9+
10+
## Download
11+
12+
You can download the latest version from [npm](https://www.npmjs.com/package/mapnik) or simply run `npm install mapnik`.
13+
14+
## What Changed
15+
16+
The updated Mapbox Vector Tile Specification is a major milestone for vector tile encoding. In general, the specification makes rules for generating vector tiles more explicit, with a focus on simple goemetry and implicit winding order to improve rendering speeds. For all the information on what changed in the API see the [v3.5.0 Changelog](https://github.com/mapnik/node-mapnik/blob/master/CHANGELOG.md#350).
17+
18+
We have also updated our documentation surrounding Node Mapnik! Check out [mapnik.org/node-mapnik](http://mapnik.org/node-mapnik) where we have introduced more general information and versioned API docs.
19+
20+
## Looking Forward
21+
22+
We will be focusing on rounding up any bugs and potential regressions in regards to the `3.5.0` release. If you notice anything unusual, [open up an issue](https://github.com/mapnik/node-mapnik/issues)!

images/authors/sam-matthews.jpg

27.5 KB
Loading

0 commit comments

Comments
 (0)