You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is official! We have released Mapnik 3.0.0! This has been an effort over two years in the making and we are beyond excited to arrive at this milestone.
9
+
10
+
So many people have helped us develop, document, and debug during these past two years and we are so grateful to our community for all the support. Thank you!
11
+
12
+
## Download
13
+
14
+
You can [download the official source](https://mapnik.s3.amazonaws.com/dist/v3.0.0/mapnik-v3.0.0.tar.bz2) directly or you can grab it from our [downloads page](/pages/downloads.html).
15
+
16
+
## What Changed
17
+
18
+
There are two really phenomenal new features of Mapnik 3: text shaping support and "expressions everywhere".
19
+
20
+
The new text support brings world-class text layout and rendering support to Mapnik for nearly every language (formally `script`) in the world thanks to the powerful [harfbuzz library](http://www.freedesktop.org/wiki/Software/HarfBuzz/). It landed in [this pull](https://github.com/mapnik/mapnik/
21
+
pull/2087) and represents the first official release that includes Herm's work [from GSOC 2013](news/gsoc2012-status9/).
22
+
23
+
The "expressions everywhere" support allows all single styling properties in Mapnik to be data-driven. Previously in Mapnik 2.x only a few properties could be dynamically driven by feature attributes (like `text-name` and `marker-width`). Now every property you know in Mapnik supports expressions and expressions now also support `@variables` that can be passed at render-time.
24
+
25
+
For all the details see the [v3.0.0 Changelog](https://github.com/mapnik/mapnik/blob/master/CHANGELOG.md#300)
26
+
27
+
For key API changes see [the wiki](https://github.com/mapnik/mapnik/wiki/Api-changes-between-v2.3-and-v3.0).
28
+
29
+
## Looking Forward
30
+
31
+
There is still plenty to work to do on Mapnik. We anticipate issuing frequent and smaller releases in the upcoming months. We want to keep expanding on our abilities to provide fast and beautiful maps with a focus on vector tiles. We are looking at ways to improve the distribution of our binary packages. And we are looking for [help on documentation](https://github.com/mapnik/mapnik.github.com/issues/25).
32
+
33
+
Expect to see more documentation and more news here soon! And get in touch if you have more ideas. As always, tweet to us at <https://twitter.com/mapnikproject>, send a note to [the mailing list](https://groups.google.com/forum/#!forum/mapnik), or ask a question via a [github support issue](https://github.com/mapnik/mapnik-support/issues).
Copy file name to clipboardExpand all lines: pages/downloads.md
+38-16Lines changed: 38 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,34 +5,64 @@ title: Downloads
5
5
6
6
## Latest Major Release
7
7
8
-
The latest release is Mapnik v2.2.0.
8
+
The latest release is Mapnik v3.0.0.
9
9
10
-
## Platforms
10
+
## Mapnik 3.0
11
11
12
-
### OS X
12
+
Release Date: July 7th, 2015
13
+
14
+
### Prebuilt Binaries
15
+
16
+
We plan on providing prebuilt binaries soon for Mapnik 3.0.0.
17
+
18
+
### Source Installation
19
+
20
+
To build Mapnik v2.2.0 from source either download the [v3.0.0 tarball](https://mapnik.s3.amazonaws.com/dist/v3.0.0/mapnik-v3.0.0.tar.bz2) or pull directly from github:
21
+
22
+
git clone https://github.com/mapnik/mapnik.git
23
+
git checkout v3.0.0
24
+
25
+
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.0/INSTALL.md)
26
+
27
+
You can also use git to fetch the latest code (will default to `master` branch):
28
+
29
+
git clone https://github.com/mapnik/mapnik.git
30
+
31
+
Browse the code at [github](https://github.com/mapnik/mapnik).
32
+
33
+
Download a snapshot as a [zip archive](https://github.com/mapnik/mapnik/archive/master.zip).
34
+
35
+
36
+
## Mapnik 2.2
37
+
38
+
Release Date: June 3rd, 2013
39
+
40
+
### Platforms
41
+
42
+
#### OS X
13
43
14
44
The recommend install method on OS X is `homebrew`. If you are running `homebrew` simply do:
15
45
16
46
brew update && brew install mapnik
17
47
18
48
We also provide a pre-built [OS X 64 bit package](http://mapnik.s3.amazonaws.com/dist/v2.2.0/mapnik-osx-v2.2.0.dmg) that will install into the same place (`/usr/local`) as homebrew.
To build Mapnik v2.2.0 from source either download the [v2.2.0 tarball](http://mapnik.s3.amazonaws.com/dist/v2.2.0/mapnik-v2.2.0.tar.bz2) or pull directly from github:
38
68
@@ -41,15 +71,7 @@ To build Mapnik v2.2.0 from source either download the [v2.2.0 tarball](http://m
41
71
42
72
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v2.2.0/INSTALL.md)
43
73
44
-
You can also use git to fetch the latest code (will default to `master` branch):
45
-
46
-
git clone https://github.com/mapnik/mapnik.git
47
-
48
-
Browse the code at [github](https://github.com/mapnik/mapnik).
49
-
50
-
Download a snapshot as a [zip archive](https://github.com/mapnik/mapnik/archive/master.zip).
51
-
52
-
## Extra Installation Details
74
+
### Extra Installation Details
53
75
54
76
See platform specific notes at [Mapnik Wiki](https://github.com/mapnik/mapnik/wiki/Mapnik-Installation).
0 commit comments