This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Where can I download Mapnik from?

2

unable to download svn co http://svn.mapnik.org/tags/release-0.7.1/ mapnik for mapnik gives result svn: 'http://svn.mapnik.org/tags/release-0.7.1' path not found

please proide me details and help me to configure open street map on ubuntu 9.10 i follow http://weait.com/content/build-your-own-openstreetmap-server to configure OSM but getting lots of error


asked 18 Nov '11, 07:58

baban's gravatar image

baban
41447
accept rate: 0%

edited 21 Nov '11, 08:52

Jonathan%20Bennett's gravatar image

Jonathan Ben...
8.3k1785108

1

(not that it's relevant to you on an older version of Ubuntu but) the packaged version of mapnik in later versions of Ubuntu would probably also work:

apt-get install libmapnik0.7 mapnik-utils python-mapnik
(21 Nov '11, 14:31) SomeoneElse ♦

One Answer:

3

It looks like Mapnik have recently moved from svn to git. I think you can get the 0.7.1 release from this link (zipped, so you'll need to unzip it afterwards, and probably then move the files into the correct path - where the svn co command would have put them). The link is the download link at the bottom of this page.

answered 18 Nov '11, 08:39

EdLoach's gravatar image

EdLoach ♦
19.5k16156280
accept rate: 22%

Thanks Sir! It works .. Mapnik is installed Successfully

(21 Nov '11, 07:08) baban

If the download link is somewhat obscured, try: http://prdownload.berlios.de/mapnik/mapnik-0.7.1.tar.bz2 for Mapnik 0.7.1

(16 Jan '12, 12:00) SomeoneElse ♦

Source code available on GitHub .