[OSM-dev] Demonstration of Altitude Profile (soc update)

2008-06-14 Thread Sjors Provoost
Hi everyone, You can see a demonstration here: http://sprovoost.nl/2008/06/13/demonstration/ I also wrote about what I would like to focus on next. Kind regards, Sjors ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/cgi-bin/

Re: [OSM-dev] Question about .bz2 file parsing

2008-06-14 Thread Fire Girl
Thank you Stefan, I will give that a try! I think I am grasping the command line structures better now. Quick question Lauri, ... is that Polygon file you referenced something I can get my hands on? The country2pts.txt looks like it might be quite useful! :) Best wishes, Fire Girl. -

Re: [OSM-dev] Tiled download of larger areas from the api

2008-06-14 Thread Christopher Schmidt
On Sat, Jun 14, 2008 at 11:21:59AM +0100, Andy Robinson (blackadder-lists) wrote: > bvh wrote: > >Sent: 13 June 2008 4:26 PM > >To: dev@openstreetmap.org > >Subject: [OSM-dev] Tiled download of larger areas from the api > > > >Timo Schlussler proposed a patch to merkaartor to work around the > >AP

Re: [OSM-dev] Tiled download of larger areas from the api

2008-06-14 Thread Thomas Wood
On Sat, 2008-06-14 at 17:06 +0300, Lauri Hahne wrote: > 2008/6/14 Andy Robinson (blackadder-lists) <[EMAIL PROTECTED]>: > > bvh wrote: > >>Sent: 13 June 2008 4:26 PM > >>To: dev@openstreetmap.org > >>Subject: [OSM-dev] Tiled download of larger areas from the api > >> > >>Timo Schlussler proposed a

Re: [OSM-dev] Tiled download of larger areas from the api

2008-06-14 Thread Lauri Hahne
2008/6/14 Andy Robinson (blackadder-lists) <[EMAIL PROTECTED]>: > bvh wrote: >>Sent: 13 June 2008 4:26 PM >>To: dev@openstreetmap.org >>Subject: [OSM-dev] Tiled download of larger areas from the api >> >>Timo Schlussler proposed a patch to merkaartor to work around the >>API limit on the download a

Re: [OSM-dev] Fwd: I have GPS data - Would it be of any use?

2008-06-14 Thread Stefan de Konink
Gervase Markham schreef: > SteveC wrote: >> Anyone able to help? > > Wouldn't it make most sense just to say "yes please" and get a tarball. > Then we can just put up a wiki page about it and wait for someone to > have the time to process it. > > If you just throw out a "does anyone have time?" q

Re: [OSM-dev] Tiled download of larger areas from the api

2008-06-14 Thread Andy Robinson (blackadder-lists)
bvh wrote: >Sent: 13 June 2008 4:26 PM >To: dev@openstreetmap.org >Subject: [OSM-dev] Tiled download of larger areas from the api > >Timo Schlussler proposed a patch to merkaartor to work around the >API limit on the download area. It basically divides the area in >chunks acceptable for the api and

Re: [OSM-dev] Fwd: I have GPS data - Would it be of any use?

2008-06-14 Thread Gervase Markham
SteveC wrote: > Anyone able to help? Wouldn't it make most sense just to say "yes please" and get a tarball. Then we can just put up a wiki page about it and wait for someone to have the time to process it. If you just throw out a "does anyone have time?" question and no-one does right now, then

Re: [OSM-dev] Question about .bz2 file parsing

2008-06-14 Thread Lauri Hahne
E.g. java -jar osmosis.jar --read-xml file="planet-latest.osm" --bounding-polygon file="country2pts.txt" --write-xml file="germany.osm" 2008/6/14 Fire Girl <[EMAIL PROTECTED]>: > > Wow, that is excellent. I had this right under my nose and didn't know it! > > I installed Java 5 on my Windows XP

Re: [OSM-dev] Question about .bz2 file parsing

2008-06-14 Thread Stefan Baebler
My command line for extracting a bounding box can serve as example: java -jar "Osmosis\osmosis.jar" --rx "slovenia.osm.bz2" enableDateParsing="yes" --lp interval="600" --bb left="14.4" right="14.6" top="46.15" bottom="46" --wx "ljubljana.osm.bz2" --rx = read xml (your input.osm.bz2) --lp = log