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
Very pleased to announce 3.0.3 release! This release adds three new image-filters to simulate types of colour blindness - great work [Blake](https://github.com/flippmoke)! We restored support for legacy format for setting JPEG output quality - welcome back `jpeg85`. As always the main focus is on stability, performance and addesssing issues which we discovered while testing. Check out [v3.0.3 Changelog](https://github.com/mapnik/mapnik/blob/master/CHANGELOG.md#303) for more details.
9
+
10
+
## Download
11
+
12
+
Follow links to [download the official source](https://mapnik.s3.amazonaws.com/dist/v3.0.3/mapnik-v3.0.3.tar.bz2) directly or you can grab it from our [downloads page](/pages/downloads.html).
Copy file name to clipboardExpand all lines: pages/downloads.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,35 +5,35 @@ title: Downloads
5
5
6
6
## Latest Major Release
7
7
8
-
The latest release is Mapnik v3.0.2.
8
+
The latest release is Mapnik v3.0.3.
9
9
10
10
## Mapnik 3.0
11
11
12
12
Release Date: July 30th, 2015
13
13
14
14
### Prebuilt Binaries
15
15
16
-
We plan on providing prebuilt binaries soon for Mapnik 3.0.2.
16
+
We plan on providing prebuilt binaries soon for Mapnik 3.0.3.
17
17
18
18
### Source Installation
19
19
20
-
To build Mapnik v3.0.1 from source either download the [v3.0.2 tarball](https://mapnik.s3.amazonaws.com/dist/v3.0.2/mapnik-v3.0.2.tar.bz2) or pull directly from github:
20
+
To build Mapnik v3.0.3 from source either download the [v3.0.3 tarball](https://mapnik.s3.amazonaws.com/dist/v3.0.3/mapnik-v3.0.3.tar.bz2) or pull directly from github:
21
21
22
-
git clone https://github.com/mapnik/mapnik.git
23
-
git checkout v3.0.2
24
-
git submodule update --init
25
-
./configure && make && make test
22
+
git clone https://github.com/mapnik/mapnik.git
23
+
git checkout v3.0.3
24
+
git submodule update --init
25
+
./configure && make && make test
26
26
27
-
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.2/INSTALL.md)
27
+
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.3/INSTALL.md)
28
28
29
29
You can also use git to fetch the latest code (will default to `master` branch):
30
30
31
-
git clone https://github.com/mapnik/mapnik.git
31
+
git clone https://github.com/mapnik/mapnik.git
32
32
33
33
Browse the code at [github](https://github.com/mapnik/mapnik).
34
34
35
35
Download a snapshot as a [zip archive](https://github.com/mapnik/mapnik/archive/master.zip).
36
-
36
+
37
37
38
38
## Mapnik 2.2
39
39
@@ -45,7 +45,7 @@ Release Date: June 3rd, 2013
45
45
46
46
The recommend install method on OS X is `homebrew`. If you are running `homebrew` simply do:
47
47
48
-
brew update && brew install mapnik
48
+
brew update && brew install mapnik
49
49
50
50
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.
51
51
@@ -68,8 +68,8 @@ We also provide a pre-built [OS X 64 bit package](http://mapnik.s3.amazonaws.com
68
68
69
69
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:
70
70
71
-
git clone https://github.com/mapnik/mapnik.git
72
-
git checkout v2.2.0
71
+
git clone https://github.com/mapnik/mapnik.git
72
+
git checkout v2.2.0
73
73
74
74
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v2.2.0/INSTALL.md)
0 commit comments