Skip to content

Commit 3378614

Browse files
committed
1 parent 85a750b commit 3378614

File tree

3 files changed

+24
-6
lines changed

3 files changed

+24
-6
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: 01_post
3+
title: "Mapnik 4.1.4 Release"
4+
author: Artem Pavlenko
5+
category: Mapnik
6+
---
7+
8+
![image](/images/dornoch-beach.jpg)
9+
10+
Latest Mapnik release is [v4.1.4](https://github.com/mapnik/mapnik/releases/tag/v4.1.4).
11+
12+
For more deatail head to [CHANGELOG](https://github.com/mapnik/mapnik/blob/v4.1.4/CHANGELOG.md#mapnik-414)
13+
14+
## Download
15+
16+
Follow the links to [download the official source](https://github.com/mapnik/mapnik/releases/tag/v4.1.4) directly or grab it from our [downloads page](/pages/downloads.html).
17+
18+
Mapnik team

images/dornoch-beach.jpg

180 KB
Loading

pages/downloads.md

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

66
## Latest Release
77

8-
The latest release is Mapnik v4.1.3.
8+
The latest release is Mapnik v4.1.4.
99

10-
## Mapnik 4.1.3
10+
## Mapnik 4.1.4
1111

12-
Release Date: 1 October 2025
12+
Release Date: 6 November 2025
1313

1414
### Source Installation (using SCons)
1515

16-
To build Mapnik v4.1.3 from source either download the [v4.1.3 tarball](https://github.com/mapnik/mapnik/releases/download/v4.1.3/mapnik-v4.1.3.tar.bz2) or pull directly from github:
16+
To build Mapnik v4.1.4 from source either download the [v4.1.4 tarball](https://github.com/mapnik/mapnik/releases/download/v4.1.4/mapnik-v4.1.4.tar.bz2) or pull directly from github:
1717

1818
git clone https://github.com/mapnik/mapnik.git
1919
cd mapnik
20-
git checkout v4.1.3
20+
git checkout v4.1.4
2121
git submodule update --init
2222
python3 ./scons/scons.py configure
2323
python3 ./scons/scons.py install -j8
2424

25-
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v4.1.3/INSTALL.md)
25+
For source install help see the [Install docs](https://github.com/mapnik/mapnik/blob/v4.1.4/INSTALL.md)
2626

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

0 commit comments

Comments
 (0)