Skip to content

Commit 7f67972

Browse files
committed
mapnik release 3.0.4
1 parent a40a08d commit 7f67972

3 files changed

Lines changed: 21 additions & 5 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: 01_post
3+
title: "Mapnik 3.0.4 Release"
4+
author: Artem Pavlenko
5+
category: Mapnik
6+
---
7+
8+
![image](/images/fyn.jpg)
9+
10+
Latest Mapnik v3.0.4 (codenamed "Fyn") is here. It comes with a fully refreshed CSV plug-in and various bug fixes and improvements. `CSV.input` was optimised for a very light memory footprint at runtime. The refactored code will make it easier to add more features in the future. For example, supporting more ways to encode geometry in CSV (https://github.com/mapnik/mapnik/issues/2876).
11+
12+
For more details head to [v3.0.4 Changelog](https://github.com/mapnik/mapnik/blob/master/CHANGELOG.md#304)
13+
14+
## Download
15+
16+
Follow links to [download the official source](https://mapnik.s3.amazonaws.com/dist/v3.0.4/mapnik-v3.0.4.tar.bz2) directly or you can grab it from our [downloads page](/pages/downloads.html).

images/fyn.jpg

259 KB
Loading

pages/downloads.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@ title: Downloads
55

66
## Latest Major Release
77

8-
The latest release is Mapnik v3.0.3.
8+
The latest release is Mapnik v3.0.4.
99

1010
## Mapnik 3.0
1111

1212
Release Date: July 30th, 2015
1313

1414
### Prebuilt Binaries
1515

16-
We plan on providing prebuilt binaries soon for Mapnik 3.0.3.
16+
We plan on providing prebuilt binaries soon for Mapnik 3.0.4.
1717

1818
### Source Installation
1919

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:
20+
To build Mapnik v3.0.4 from source either download the [v3.0.4 tarball](https://mapnik.s3.amazonaws.com/dist/v3.0.4/mapnik-v3.0.4.tar.bz2) or pull directly from github:
2121

2222
git clone https://github.com/mapnik/mapnik.git
23-
git checkout v3.0.3
23+
git checkout v3.0.4
2424
git submodule update --init
2525
./configure && make && make test
2626

27-
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.3/INSTALL.md)
27+
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v3.0.4/INSTALL.md)
2828

2929
You can also use git to fetch the latest code (will default to `master` branch):
3030

0 commit comments

Comments
 (0)