-
Notifications
You must be signed in to change notification settings - Fork 0
WindowsInstallation
Mapnik binaries can be installed and configured manually, or installed using OSGEO4W. The instructions below highlight these options.
If you are interested in installing Mapnik on other operating systems see Mapnik-Installation
If you an interested in compiling Mapnik from source on windows see the windows scripts at https://github.com/mapnik/mapnik-packaging
For 2.0 binaries see: http://mapnik.org/news/2011/11/29/windows-binaries-progress
The Windows builds have a slightly less complete feature set than is possible from source builds. Full support is planned, and this table tracks the versions in which new features are added:
Mapnik Feature | 0.5.0 | 0.5.1 | 0.6.0 | 0.6.1 | 0.7.0 | 0.7.1 |
---|---|---|---|---|---|---|
Cairo Rendering | - | - | - | - | - | - |
ICU Unicode Support | - | - | *** | *** | *** | *** |
Python 2.5 Support | *** | *** | *** | *** | *** | *** |
Python 2.6 Support | - | - | - | - | *** | *** |
Libxml2 Parser Support | - | - | - | *** | *** | *** |
Shapefile Plugin | *** | *** | *** | *** | *** | *** |
Raster Plugin | *** | *** | *** | *** | *** | *** |
PostGIS Plugin | *** | *** | *** | *** | *** | *** |
GDAL Plugin | - | - | *** | *** | *** | *** |
OGR Plugin | - | - | - | *** | *** | *** |
SQLite Plugin | - | - | *** | *** | *** | *** |
OSM Plugin | - | - | - | - | - | - |
shapeindex.exe | - | *** | *** | *** | *** | *** |
pgsql2sqlite.exe | - | - | *** | *** | *** | *** |
-
- : not available
-
***: available
-
Note: as of Mapnik 0.6.1 memory-mapped files are disabled in the Shapefile Plugin in windows builds (see #342)
-
Download OSGEO4W installer: http://trac.osgeo.org/osgeo4w/
-
Select 'Advanced Install'
-
Choose the Mapnik Python package under '''Libs > mapnik: mapnik python bindings""" which will install both mapnik.dll and the python bindings.
-
Once OSGEO4W finishes installing you should be able to use the OSGEO4W shell to test:
>>> import mapnik
- Note: this mapnik version will only be available under default settings from the OSGEO4W shell, and other previously installed versions should be disabled through editing your 'PATH' and 'PYTHONPATH' system variables
To download and manually configure the Mapnik 0.7.1, please follow the instructions below.
- Windows XP or Vista (not yet tested in Windows 7)
- Python 2.5 or Python 2.6 - python.org
- Mapnik 0.7.1 Binary Files (Alt link)
- PROJ4 binary files, if you are planning to use the OGC WMS server or wish to specify projections using EPSG codes
This Guide will walk you through installing Mapnik and then running a test script to generate the sample map below:
-
Download the Mapnik binary
-
Place the unzipped folder into "C:\mapnik-0.7.1" a. open the
python\VERSION\site-packages\mapnik\paths.py
file and confirm that the 'mapniklibpath' points to 'C:/mapnik-0.7.1/lib/mapnik' b. do this for whichever python version you want to use, or both. -
Set your system and/or users environment variables:
- Hint: Control Panel->System->Advanced->Environment Variables
a. add "C:\mapnik-0.7.1\lib" to the
PATH
variable.- Note: you may also need to set your user path environment variable.
- If the variable
PATH
is not already present, add it. - Setting this correctly allows the Mapnik python bindings to find the
mapnik.dll
b. for PYTHON support add: - PYTHON 2.5: '''"C:\mapnik-0.7.1\python\2.5\site-packages"''' to the
PYTHONPATH
variable. - PYTHON 2.6: '''"C:\mapnik-0.7.1\python\2.6\site-packages"''' to the
PYTHONPATH
variable. - Setting this correctly allows Python to find the Mapnik python bindings when you do
>>> import mapnik
- Open a new console by running "cmd" to test settings:
- Type "path" to make sure your PATH contains "C:\mapnik-0.7.1\lib"
- Run "C:\Python25\python.exe" , then type at a python prompt:
from mapnik import *
- If you get no error message, you made it!
- If you do get an error message, see Troubleshooting below
- open explorer, go to "C:\mapnik-0.7.1\demo\python", double click
rundemo.py
- you should see several demo.* files output.
- If you run into errors, confirm that you've added the right paths to your environment.
- Post further errors to the mailing list for assistance.
- Head over to GettingStarted for your first tutorial on the Mapnik Python API.
To download and manually configure the Mapnik 0.6.1, please follow the instructions below.
- Windows XP or Vista (not yet tested in Windows 7)
- Python 2.5 - python.org
- If you'd like to see support for Python 2.6 let us know by sending a note to the mailing list
- Mapnik 0.6.1 Binary Files (Alternate download link)
- PROJ4 binary files, if you are planning to use the OGC WMS server or wish to specify projections using EPSG codes
- For installation information see the readme.txt in the zip download
This Guide will walk you through installing Mapnik and then running a test script to generate the sample map below:
-
Download the Mapnik binary
-
Place the unzipped folder into "C:\mapnik_0_6_1"
-
Set your system and/or users environment variables:
- Hint: Control Panel->System->Advanced->Environment Variables
a. add "c:\mapnik_0_6_1\lib" to the
PATH
variable.- Note: you may also need to set your user path environment variable.
- If the variable
PATH
is not already present, add it. - Setting this correctly allows the Mapnik python bindings to find the
mapnik.dll
b. add "c:\mapnik_0_6_1\site-packages" to thePYTHONPATH
variable. - Setting this correctly allows Python to find the Mapnik python bindings
- Open a new console by running "cmd" to test settings:
- Type "path" to make sure your PATH contains "c:\mapnik_0_6_1\lib"
- Run "C:\Python25\python.exe" , then type at a python prompt:
from mapnik import *
- If you get no error message, you made it!
- If you do get an error message, see Troubleshooting below
- open explorer, go to "c:\mapnik_0_6_1\demo\python", double click
rundemo.py
- you should see several demo.* files output. (The demo folder is currently missing from the Windows 0_6_1 package but can be found in the 0_6_0 Windows package or the 0_6_1 linux package.)
- If you run into errors, confirm that you've installed Boost and added the right paths to your environment.
- Post further errors to the mailing list for assistance.
- Head over to GettingStarted for your first tutorial on the Mapnik Python API.
You get an error like:
Can't find mapnik.dll
Solution: make sure that you complete Step 3.a properly.
Problem: When importing mapnik in python you get:
>>> import mapnik
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named mapnik
Solution: make sure that you have put the 'site-packages' folder on your PYTHONPATH by completing Step 3.b.
Problem: When importing mapnik in python you get:
>>> import mapnik
[...snip...]
from _mapnik import *
ImportError: DLL load failed: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
Solution:
- You likely have an older system and need to install the 2008 Visual Studio Runtime Libraries (msvcrt90.dll) from the Microsoft Developer Network. If that does not fix it you may also be missing the 2005 version
- This problem may also occur on a freshly installed system that is missing some dependecies or has an incompatible version of some DLLs. In my case I had to install the MSVC dependencies (vcredist_x86.exe) and additionally put a downloaded msvcr90.dll into the mapnik/lib folder.
- You can get more information on what is missing or incompatible by examining mapnik.dll with Dependency Walker. On a 64bit system you must use the 32bit Version.