Re: [OSM-dev] Use API to get bbox of way/relation ids?

2009-12-19 Thread John Smith
2009/12/20 Laurence Penney : > What's the best method of getting a bbox for a given way or relation > id, using the API? Is it cached anywhere? If you know the node/way/relation ID you don't need to specify the bbox.. http://www.openstreetmap.org/api/0.6/node/ http://www.openstreetmap.org/api/0.6

Re: [OSM-dev] Removing Minutely and Hourly Changesets

2009-12-19 Thread Brett Henderson
On Sun, Dec 20, 2009 at 6:44 AM, Florian Lohoff wrote: > Ich am still using the normal hourly diffs as of lately the replicated > diff stuff has not been documented and i didnt want to read java code > to find out ... > Okay, that's fair enough. I'll update the wiki as soon as I can. I can kee

Re: [OSM-dev] Removing Minutely and Hourly Changesets

2009-12-19 Thread Brett Henderson
On Sun, Dec 20, 2009 at 5:20 AM, Shaun McDonald wrote: > Would it be safe to put a redirect/symlink from the old folder to the new > folder? > Not really. The new diffs and old diffs use very different directory layouts, filenames, etc. Plus the new files contain potentially multiple changes fo

Re: [OSM-dev] duplicated entities with osmosis diff-update

2009-12-19 Thread Brett Henderson
On Sun, Dec 20, 2009 at 9:47 AM, Frederik Ramm wrote: > > Be aware that --simplify-change is meant to be used with the replicating > > diffs, and --rci is used to process the old-style (non-replicating) diff > > files. > > > Oh, I overlooked that, sorry. But then I wonder why Harald has the > pro

Re: [OSM-dev] duplicated entities with osmosis diff-update

2009-12-19 Thread Frederik Ramm
Hi, Lennard wrote: > Frederik Ramm wrote: > >>> osmosis --rci workingDirectory=/path/dir --rx old.osm --ac > ... >> I think if you throw in a "--simplify-change" before the --rx then it >> should work! I haven't tried, just that Brett wrote in a recent mail >> to osmosis-dev that he has introdu

Re: [OSM-dev] duplicated entities with osmosis diff-update

2009-12-19 Thread Lennard
Frederik Ramm wrote: >> osmosis --rci workingDirectory=/path/dir --rx old.osm --ac ... > I think if you throw in a "--simplify-change" before the --rx then it > should work! I haven't tried, just that Brett wrote in a recent mail to > osmosis-dev that he has introduced this new undocumented feat

Re: [OSM-dev] duplicated entities with osmosis diff-update

2009-12-19 Thread Frederik Ramm
Hi, Harald Kleiner wrote: > I'm trying to update an excerpt of the planet file with diff files using > this command: > > osmosis --rci workingDirectory=/path/dir --rx old.osm --ac >--bb left=1 top=2 right=3 bottom=4 >idTrackerType=BitSet completeWays=yes completeRelations=yes >--wx ne

[OSM-dev] duplicated entities with osmosis diff-update

2009-12-19 Thread Harald Kleiner
I'm trying to update an excerpt of the planet file with diff files using this command: osmosis --rci workingDirectory=/path/dir --rx old.osm --ac --bb left=1 top=2 right=3 bottom=4 idTrackerType=BitSet completeWays=yes completeRelations=yes --wx new.osm Problem is: nodes/ways/relations t

[OSM-dev] Use API to get bbox of way/relation ids?

2009-12-19 Thread Laurence Penney
What's the best method of getting a bbox for a given way or relation id, using the API? Is it cached anywhere? I'm using OSM element IDs as tags, and it would be great to have easy access to their bboxes. With long ways and recursive relations, doing it using repeated API calls could take fo

Re: [OSM-dev] Removing Minutely and Hourly Changesets

2009-12-19 Thread Florian Lohoff
On Sat, Dec 19, 2009 at 03:06:13PM +1100, Brett Henderson wrote: > Are there any objections to me disabling the old minute and hourly > changesets and deleting their files from the planet server? > http://planet.openstreetmap.org/minute/ > http://planet.openstreetmap.org/minute-slow/ > http://plane

Re: [OSM-dev] Removing Minutely and Hourly Changesets

2009-12-19 Thread Shaun McDonald
Would it be safe to put a redirect/symlink from the old folder to the new folder? Shaun On 19 Dec 2009, at 04:06, Brett Henderson wrote: > Are there any objections to me disabling the old minute and hourly changesets > and deleting their files from the planet server? > http://planet.openstreet

Re: [OSM-dev] Removing Minutely and Hourly Changesets

2009-12-19 Thread Jeremy Adams
On Fri, Dec 18, 2009 at 11:06 PM, Brett Henderson wrote: > Are there any objections to me disabling the old minute and hourly > changesets and deleting their files from the planet server? > http://planet.openstreetmap.org/minute/ > http://planet.openstreetmap.org/minute-slow/ > http://planet.open

Re: [OSM-dev] Removing Minutely and Hourly Changesets

2009-12-19 Thread Lennard
Brett Henderson wrote: > Are there any objections to me disabling the old minute and hourly > changesets and deleting their files from the planet server? No objections from me, but you might take your time, between this announcement/request and actually removing them. > I haven't heard any comp