< POI tools

POI tools/Installation

Install MonetDB, Cherokee, GEOS, Django.

Run POI tools as WSGI.

As long as it is not included in Django, you need to apply the patch attached to bug 11948 to get LineString interpolation. It requires GEOS 3.2.

Gentoo

If you did not use layman yet, install layman.

USE="git" emerge layman
echo "source /var/lib/layman/make.conf" >> /etc/make.conf

Add the POI tools overlay to /etc/layman/layman.cfg by adding the second line to overlays:

overlays  : http://www.gentoo.org/proj/en/overlays/repositories.xml
            http://gitorious.org/osm-poi-tools/gentoo-overlay/blobs/raw/master/overlays.xml

Update the overlays, add the POI tools overlay and install MonetDB:

layman -S
layman -a osm-poi-tools

USE="python odbc sphinx" emerge monetdb-geom

Install the Importer:

emerge osmparser

TODO: provide poitools ebuild that depends on the rest

This article is issued from Openstreetmap. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.