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
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).
Copy file name to clipboardExpand all lines: pages/downloads.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,24 @@ title: Downloads
5
5
6
6
## Latest Release
7
7
8
-
The latest release is Mapnik v4.1.3.
8
+
The latest release is Mapnik v4.1.4.
9
9
10
-
## Mapnik 4.1.3
10
+
## Mapnik 4.1.4
11
11
12
-
Release Date: 1 October 2025
12
+
Release Date: 6 November 2025
13
13
14
14
### Source Installation (using SCons)
15
15
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:
17
17
18
18
git clone https://github.com/mapnik/mapnik.git
19
19
cd mapnik
20
-
git checkout v4.1.3
20
+
git checkout v4.1.4
21
21
git submodule update --init
22
22
python3 ./scons/scons.py configure
23
23
python3 ./scons/scons.py install -j8
24
24
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)
26
26
27
27
You can also use git to fetch the latest code (will default to `master` branch):
0 commit comments