Re: [OSM-dev] Problem In Updating Map Data

2010-09-05 Thread Stephan Plepelits
On Mon, Sep 06, 2010 at 02:17:58AM +0530, Parveen Arora wrote: > Using projection SRS 900913 (Spherical Mercator) > Couldn't open style file '/usr/local/share/osm2pgsql/default.style': > No such file or directory > Error occurred, cleaning up You could try a little harder to resolve the error yours

Re: [OSM-dev] Q regarding export by RoadMap

2010-09-05 Thread Nic Roets
Hello Danny, The Api/0.6 is used by editor software like JOSM because it always has the most up-to-date data. That quality does come at a price though: A big Xeon server with 32GB of RAM and many discs. I'm not sysadmin, but I suspect they are starting to clamp down on non-editors using this valua

Re: [OSM-dev] Q regarding export by RoadMap

2010-09-05 Thread Tom Hughes
On 05/09/10 21:50, Danny Backx wrote: The buildmap tool from the roadmap project (http://sf.net/projects/roadmap) accesses OSM to download map info, via queries like www.openstreetmap.org/api/0.6/map?bbox=5.053710,52.163085,5.097655,52.207030 It often gets "HTTP/1.1 509 Bandwidth Limit Exceede

Re: [OSM-dev] Release candidate for OSM binary format is in osmosis trunk.

2010-09-05 Thread Scott Crosby
On Sun, Sep 5, 2010 at 11:42 AM, Frederik Ramm wrote: > Scott, > > Scott Crosby wrote: >> >> message HeaderBlock { >>  required HeaderBBox bbox = 1; >> >>  // Author, name, and version number of the dataset in this file. (to >> permit >>  // patches/updates to be incrementally applied) >>  optiona

[OSM-dev] Q regarding export by RoadMap

2010-09-05 Thread Danny Backx
Hi, The buildmap tool from the roadmap project (http://sf.net/projects/roadmap) accesses OSM to download map info, via queries like www.openstreetmap.org/api/0.6/map?bbox=5.053710,52.163085,5.097655,52.207030 It often gets "HTTP/1.1 509 Bandwidth Limit Exceeded" replies. My basic question is ho

Re: [OSM-dev] Problem In Updating Map Data

2010-09-05 Thread Parveen Arora
On Mon, Sep 6, 2010 at 1:03 AM, Stephan Plepelits wrote: >> But I have not clearly understand that what this process is? > Congrats, osmosis is working. But you are using a fairly old version, > apparently 0.31. This version didn't have support for replication. Try it > with the newest available

Re: [OSM-dev] Release candidate for OSM binary format is in osmosis trunk.

2010-09-05 Thread Scott Crosby
On Sun, Sep 5, 2010 at 7:02 AM, Peter Körner wrote: > Am 05.09.2010 05:51, schrieb Scott Crosby: >> >> This schema is more expressive than the current XML which only >> includes a 'source' field in the  tag. Should I alter my >> schema to have just one field, 'source'? Or define a mapping between

Re: [OSM-dev] Problem In Updating Map Data

2010-09-05 Thread Stephan Plepelits
On Mon, Sep 06, 2010 at 01:10:40AM +0530, Parveen Arora wrote: > On Mon, Sep 6, 2010 at 1:03 AM, Stephan Plepelits > >> But I have not clearly understand that what this process is? > > Congrats, osmosis is working. But you are using a fairly old version, > > apparently 0.31. This version didn't hav

Re: [OSM-dev] Problem In Updating Map Data

2010-09-05 Thread Parveen Arora
On Mon, Sep 6, 2010 at 1:03 AM, Stephan Plepelits wrote: >> But I have not clearly understand that what this process is? > Congrats, osmosis is working. But you are using a fairly old version, > apparently 0.31. This version didn't have support for replication. Try it > with the newest available

Re: [OSM-dev] Problem In Updating Map Data

2010-09-05 Thread Stephan Plepelits
On Mon, Sep 06, 2010 at 12:55:04AM +0530, Parveen Arora wrote: > and it's working > output is > > 6 Sep, 2010 12:48:48 AM org.openstreetmap.osmosis.core.Osmosis run > INFO: Osmosis Version 0.31 > [ ... ] > org.openstreetmap.osmosis.core.OsmosisRuntimeException: Task type > read-replication-interva

Re: [OSM-dev] Problem In Updating Map Data

2010-09-05 Thread Parveen Arora
On Mon, Sep 6, 2010 at 12:40 AM, Stephan Plepelits wrote: > On Mon, Sep 06, 2010 at 12:31:49AM +0530, Parveen Arora wrote: >> But the next step I am unable to understand >> >> osmosis --read-replication-interval-init workingDirectory=$WORKDIR_OSM >> error: Command not found > Looks like osmosis is

Re: [OSM-dev] Problem In Updating Map Data

2010-09-05 Thread Stephan Plepelits
On Mon, Sep 06, 2010 at 12:31:49AM +0530, Parveen Arora wrote: > But the next step I am unable to understand > > osmosis --read-replication-interval-init workingDirectory=$WORKDIR_OSM > error: Command not found Looks like osmosis is either not installed or not in your path. Try to give the whole p

[OSM-dev] Problem In Updating Map Data

2010-09-05 Thread Parveen Arora
I am trying to update my map data as suggest by this community members. with the help of Minutely Map with the following link: http://wiki.openstreetmap.org/wiki/Minutely_Mapnik But i am unable to go with it. First of all i have done the initialization Step export WORKDIR_OSM=$HOME/.osmosis then

Re: [OSM-dev] Release candidate for OSM binary format is in osmosis trunk.

2010-09-05 Thread Frederik Ramm
Scott, Scott Crosby wrote: message HeaderBlock { required HeaderBBox bbox = 1; // Author, name, and version number of the dataset in this file. (to permit // patches/updates to be incrementally applied) optional string datasetauthor = 16; // TODO: WANT THIS? optional string datasetnam

Re: [OSM-dev] Release candidate for OSM binary format is in osmosis trunk.

2010-09-05 Thread Peter Körner
Am 05.09.2010 05:51, schrieb Scott Crosby: This schema is more expressive than the current XML which only includes a 'source' field in the tag. Should I alter my schema to have just one field, 'source'? Or define a mapping between this schema and current XML? If I define a mapping, any suggestio