Re: [OSM-dev] generate image failed

2012-02-02 Thread Anwar Azulfa
It's not working on me, what repository which i must add to install mapnik2 or libmapnik2 ? i hvae add repostiry apt-get install python-software-properties sudo apt-get install python-mapnik2 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to

Re: [OSM-dev] generate image failed

2012-02-02 Thread Andre Joost
Am 02.02.2012 10:56, schrieb Anwar Azulfa: It's not working on me, what repository which i must add to install mapnik2 or libmapnik2 ? i hvae add repostiry apt-get install python-software-properties sudo apt-get install python-mapnik2 Reading package lists... Done Building dependency tree

[OSM-dev] Copying data from OSM to another open mapping project using the same software stack.

2012-02-02 Thread Morten Olsen Lysgaard
Case: I export an bbox containing some features from the OSM database using the api. Now I want to push those features as new features to another database, OpenAviationMap, running the same API. That means that all the id's in the OSM XML are invalid for the OpenAviationMap database. What

Re: [OSM-dev] Copying data from OSM to another open mapping project using the same software stack.

2012-02-02 Thread andrzej zaborowski
On 2 February 2012 12:48, Morten Olsen Lysgaard mor...@lysgaard.no wrote: Case: I export an bbox containing some features from the OSM database using the api. Now I want to push those features as new features to another database, OpenAviationMap, running the same API. That means that all the

[OSM-dev] generate_xml.py problem with fonts

2012-02-02 Thread Alexandre Busquets
Hi, I try to generate my osm.xml file with this command /generate_xml.py osm.xml my_osm.xml --dbname xxx --user xxx --password xxx --host localhost --port 5432 but I have this error: Traceback (most recent call last): File ./generate_xml.py, line 201, in module

Re: [OSM-dev] generate_xml.py problem with fonts

2012-02-02 Thread Lennard
On 2-2-2012 23:41, Alexandre Busquets wrote: I downloaded the code from http://svn.openstreetmap.org/applications/rendering/mapnik/ ... libmapnik0.7 from package Try: svn co -r27279 http://svn.openstreetmap.org/applications/rendering/mapnik/ -- Lennard

[OSM-dev] [Nominatim] Import hangs inside virtualized host

2012-02-02 Thread fatzopilot
Hi, hope this is the right/best place to ask. I am trying to import the mapquest npi data inside a virtualized environment and it gets stuck all the time after a while. Latest svn version tried is 27508 and last time it got stuck after 38765(k) features. I don't think the problem is related to

Re: [OSM-dev] generate image failed

2012-02-02 Thread Anwar Azulfa
I check on /usr/lib/ ,obviously that there are libmapnik.0.7.so and libmapnk2.so Then i remove them and build mapnik2 again. Now i got no error when i try to import mapnik2 on pythn Python 2.6.6 (r266:84292, Sep 15 2010, 15:52:39) [GCC 4.4.5] on linux2 Type help, copyright, credits or license

[OSM-dev] renderd mod_tile

2012-02-02 Thread Dewi Robiatul mubararah
when I start rendering the command. / render-f I get an error, you can see here http://pastebin.com/nNcBDndV please solution :)___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] generate image failed

2012-02-02 Thread Andre Joost
Am 03.02.2012 04:13, schrieb Anwar Azulfa: I check on /usr/lib/ ,obviously that there are libmapnik.0.7.so and libmapnk2.so Then i remove them and build mapnik2 again. Now i got no error when i try to import mapnik2 on pythn Python 2.6.6 (r266:84292, Sep 15 2010, 15:52:39) [GCC 4.4.5] on

Re: [OSM-dev] generate_xml.py problem with fonts

2012-02-02 Thread Andre Joost
Am 02.02.2012 23:41, schrieb Alexandre Busquets: Hi, I try to generate my osm.xml file with this command /generate_xml.py osm.xml my_osm.xml --dbname xxx --user xxx --password xxx --host localhost --port 5432 but I have this error: Traceback (most recent call last): File ./generate_xml.py,

Re: [OSM-dev] renderd mod_tile

2012-02-02 Thread yvecai
Is mapnik working alone? Check with ./generate_image.py. Yves Le 03/02/2012 05:39, Dewi Robiatul mubararah a écrit : when I start rendering the command. / render-f I get an error, you can see here http://pastebin.com/nNcBDndV please solution :) ___

Re: [OSM-dev] generate image failed

2012-02-02 Thread Anwar Azulfa
I have reconfigure mod_tile again, then when i try to restart apache2, renderd then execute renderd -f, image still not found this is pieces of output: Serif-Bold.ttf renderd[18198]: DEBUG: Loading font: /usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif-BoldItalic.ttf renderd[18198]: DEBUG:

Re: [OSM-dev] generate image failed

2012-02-02 Thread Graham Jones
It looks like www-data needs write permission on /var/run/renderd? Graham from my phone On 3 Feb 2012 07:37, Anwar Azulfa an...@troyans.net wrote: I have reconfigure mod_tile again, then when i try to restart apache2, renderd then execute renderd -f, image still not found this is pieces of