Re: [OSM-dev] osmosis 0.31.1 not starting

2009-05-26 Thread Hanno Böck
Am Dienstag 26 Mai 2009 schrieben Sie: It sounds like the classpath isn't being setup correctly. Can you modify the osmosis launch script and add this statement: echo $EXEC just before the exec statement exec $EXEC That should tell us why the jpf-1.5.jar file isn't being found by osmosis.

Re: [OSM-dev] osmosis 0.31.1 not starting

2009-05-26 Thread marcus.wolschon
Looks like the fat jar(tm) osmosis.jar did not contain the jpf-1.5.jar here. Hanno: If you use -jar for an executable jar then setting -classpath is ignored. Marcus On Tue, 26 May 2009 10:09:06 +0200, Hanno Böck ha...@hboeck.de wrote: java -classpath

[OSM-dev] [API] Suggestion: Baselines

2009-05-26 Thread Chris Browet
I see a lot of mails regarding reverting changesets et al. Now that we have a version number for each object, wouldn't the next logical step be creating baselines? It could be actual baselines, i.e. saving every x min/hours the version numbers of every objects in the db and adding a baseline

Re: [OSM-dev] osmosis 0.31.1 not starting

2009-05-26 Thread Brett Henderson
marcus.wolsc...@googlemail.com wrote: Looks like the fat jar(tm) osmosis.jar did not contain the jpf-1.5.jar here. Osmosis doesn't have a far jar. It would be handy in cases like this so if anybody wishes to produce one it would be appreciated. Hanno: If you use -jar for an executable

[OSM-dev] Wiki search not working

2009-05-26 Thread Martin Koppenhoefer
The wikisearch is currently working quite badly: even primary doesn't result in any hit. Martin ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] [API] Suggestion: Baselines

2009-05-26 Thread Stefan de Konink
Chris Browet wrote: What do you think? I see perspective in a Copy-On-Write; because my main problem with changesets, is with parsing from the last baseline back to the point in time you actually want to have. If you just want to materialise the entire database at a certain interval, don't

[OSM-dev] using svn

2009-05-26 Thread Gary G:
hi, i try to start a new try to use svn to publish my programs. but... first of all: yes, i did some google search, but... i wasn't lucky. so: what is the (best) way to use the svn? do i need special software (linux!) or will usual commands do? I want to create new files and update them if

Re: [OSM-dev] [API] Suggestion: Baselines

2009-05-26 Thread Chris Browet
2009/5/26 Stefan de Konink ste...@konink.de Chris Browet wrote: What do you think? I see perspective in a Copy-On-Write; because my main problem with changesets, is with parsing from the last baseline back to the point in time you actually want to have. It has nothing to do with

Re: [OSM-dev] using svn

2009-05-26 Thread Iván Sánchez Ortega
El Martes, 26 de Mayo de 2009, Gary G: escribió: what is the (best) way to use the svn? do i need special software (linux!) You need to install subversion. Depending on your distro, do apt-get install subversion or urpmi subversion, or whatever is neccesary. is there any (good!) introduction

Re: [OSM-dev] [API] Suggestion: Baselines

2009-05-26 Thread Stefan de Konink
Chris Browet wrote: If you just want to materialise the entire database at a certain interval, don't you think this will grow very fast? I don't know. A baseline would only consist of a list of all objects id with their associated version number at a certain point in time, not the

Re: [OSM-dev] [API] Suggestion: Baselines

2009-05-26 Thread Chris Browet
2009/5/26 Stefan de Konink ste...@konink.de Chris Browet wrote: If you just want to materialise the entire database at a certain interval, don't you think this will grow very fast? I don't know. A baseline would only consist of a list of all objects id with their associated version

Re: [OSM-dev] Wiki search not working

2009-05-26 Thread Grant Slater
Martin Koppenhoefer wrote: The wikisearch is currently working quite badly: even primary doesn't result in any hit. Fixed. lsearchd didn't restart after a reboot, fixed now. Regards Grant ___ dev mailing list dev@openstreetmap.org

Re: [OSM-dev] [API] Suggestion: Baselines

2009-05-26 Thread Stefan de Konink
Chris Browet wrote: 2009/5/26 Stefan de Konink ste...@konink.de mailto:ste...@konink.de Chris Browet wrote: If you just want to materialise the entire database at a certain interval, don't you think this will grow very fast? I don't know. A

[OSM-dev] Reminder - London Hack Weekend this weekend

2009-05-26 Thread Andy Allan
Hi Everyone, As a reminder, the London Hack Weekend kicks off on Friday evening with a planning meeting (heh) in the pub, and coding on both Saturday and Sunday. Full details and sign-up on the wiki at http://wiki.openstreetmap.org/wiki/London_Hack_Weekend If you can't make it in person - IRC

[OSM-dev] type four_byte_unsigned does not exist

2009-05-26 Thread Dan Karran
I'm trying to set up a copy of the rails site on my machine, using Postgres, but I'm running into a problem on the initial db:migrate ... can anyone point me to how to fix this? = rake db:migrate --trace (in /Users/dankarran/Sites/openstreetmap) ** Invoke db:migrate (first_time) ** Invoke

Re: [OSM-dev] type four_byte_unsigned does not exist

2009-05-26 Thread Tom Hughes
Dan Karran wrote: I'm trying to set up a copy of the rails site on my machine, using Postgres, but I'm running into a problem on the initial db:migrate ... can anyone point me to how to fix this? It's a bug, related to a change of some sort in rails 2.2 (it used to work as is in 2.1). Add a

Re: [OSM-dev] type four_byte_unsigned does not exist

2009-05-26 Thread Jeffrey Warren
I noticed that during db:migrate it doesn't pick up the /lib/migrate.rb type definitions... so I just changed it to :integer, :limit = 8, which is how four_byte_unsigned is defined in migrate.rb. I'm also setting up the rails port and am having trouble so if you want to compare notes I'd love to.

Re: [OSM-dev] using svn

2009-05-26 Thread Stefan Ziegler
Hi Gary, From: Gary G: g...@gary68.de Subject: [OSM-dev] using svn To: dev@openstreetmap.org Message-ID: 200905261213.n4qcdh7s017...@post.webmailer.de Content-Type: text/plain; charset=ISO-8859-1 hi, i try to start a new try to use svn to publish my programs. but... first of all:

Re: [OSM-dev] using svn

2009-05-26 Thread Stefan Ziegler
Hi Gary, From: Gary G: g...@gary68.de Subject: [OSM-dev] using svn To: dev@openstreetmap.org Message-ID: 200905261213.n4qcdh7s017...@post.webmailer.de Content-Type: text/plain; charset=ISO-8859-1 hi, i try to start a new try to use svn to publish my programs. but... first of all: yes,

Re: [OSM-dev] using svn

2009-05-26 Thread Stefan Ziegler
Hello, (sorry for the last empty replies). From: Gary G: g...@gary68.de i try to start a new try to use svn to publish my programs. but... first of all: yes, i did some google search, but... i wasn't lucky. so: what is the (best) way to use the svn? do i need special software (linux!) or

Re: [OSM-dev] type four_byte_unsigned does not exist

2009-05-26 Thread Tom Hughes
Dan Karran wrote: Hi Jeff, 2009/5/26 Jeffrey Warren war...@mit.edu: I noticed that during db:migrate it doesn't pick up the /lib/migrate.rb type definitions... so I just changed it to :integer, :limit = 8, which is how four_byte_unsigned is defined in migrate.rb. I'm also setting up the

Re: [OSM-dev] type four_byte_unsigned does not exist

2009-05-26 Thread Jeffrey Warren
which migration is that? I need pgsql so I'm sticking to my guns, but i think i'm doing all right now... i briefly had a problem with btree_gist but after struggling to make that, i retried rake db:migrate and i successfully completed the migrations. if you have booted the application in another

Re: [OSM-dev] type four_byte_unsigned does not exist

2009-05-26 Thread Thomas Wood
2009/5/26 Tom Hughes t...@compton.nu: Dan Karran wrote: I'm trying to set up a copy of the rails site on my machine, using Postgres, but I'm running into a problem on the initial db:migrate ... can anyone point me to how to fix this? It's a bug, related to a change of some sort in rails 2.2

Re: [OSM-dev] type four_byte_unsigned does not exist

2009-05-26 Thread Jeffrey Warren
OK I managed to get it booted, but I encountered this error in rails: NoMethodError in ApiController#map You have a nil object when you didn't expect it! The error occurred while evaluating nil.visible? RAILS_ROOT: /Users/eco/Sites/openstreetmap Application

Re: [OSM-dev] type four_byte_unsigned does not exist

2009-05-26 Thread Shaun McDonald
Do all the tests run? That will show if there are any problems with your setup. Is there anything in the data that would cause this problem? Shaun On 26 May 2009, at 23:40, Jeffrey Warren wrote: OK I managed to get it booted, but I encountered this error in rails:

Re: [OSM-dev] type four_byte_unsigned does not exist

2009-05-26 Thread Jeffrey Warren
It's just a big slice of Rome, so i doubt the data is the problem. I got a lot of errors, most were because i couldn't get libpgosm.so to compile for OSX Leopard, (maptile_for_point() does not exist, etc), but there were a lot more too. Given that mine is not really a standard install (lacking

Re: [OSM-dev] type four_byte_unsigned does not exist

2009-05-26 Thread Tom Hughes
Jeffrey Warren wrote: It's just a big slice of Rome, so i doubt the data is the problem. I got a lot of errors, most were because i couldn't get libpgosm.so to compile for OSX Leopard, (maptile_for_point() does not exist, etc), but there were a lot more too. Given that mine is not really a

[OSM-dev] JSON/GeoJSON output format for 0.6 api

2009-05-26 Thread Jeffrey Warren
I'm adding GeoJSON and also structured OSM JSON output formats to a rails port 0.6 API I'm running; are these changes I could potentially commit, so such formats could be offered by OSM proper, or are they too specific a need? I'll be posting the changes online regardless. The osm JSON will be an

[josm-dev] Download OSM data by ID

2009-05-26 Thread Daniel Nüst
Hej! I'm currently working with OpenStreetMap data and especially the tags to create a visualisation in a proprietary tool. During my attempts to group/classify elements I regularly come along unique tags that are often erroneous (spelling errors, semantic redundancy etc, just as listed on