[OSM-dev] svn again, revision number in public file?

2009-05-28 Thread Gary G:
hi, thanks for all the answers so far. i imported my first file and even got svn to show revision no in my working copy. however if i access the file via http://svn... there are no substitutions taking place for the variables like $Rev$. So how does a normal user know what revision of a file

Re: [OSM-dev] svn again, revision number in public file?

2009-05-28 Thread Brett Henderson
Gary G: wrote: hi, thanks for all the answers so far. i imported my first file and even got svn to show revision no in my working copy. however if i access the file via http://svn... there are no substitutions taking place for the variables like $Rev$. So how does a normal user know

Re: [OSM-dev] Osmosis crash for large map import to osmbin format

2009-05-28 Thread Brett Henderson
Curt Nowak wrote: Hi all, when trying to import a large map (Germany) into the osmbin format[1] using osmosis, the program crashes with the output shown at the end of this mail. I'd like to use the map of Germany for simple routing problems with the help of libosm[2]. So the osmbin format

Re: [OSM-dev] Osmosis error read-xml (NullPointerException)

2009-05-28 Thread Brett Henderson
JuergenL wrote: Hi I try to extract a polygon out of a osm file using osmosis and I get an error reading the osm file. I use http://albspotter.org/osm/test-osmosis.osm but also tried other osm-files and different versions of osmosis. This is the output from osmosis --read-xml

Re: [OSM-dev] Osmosis crash for large map import to osmbin format

2009-05-28 Thread marcus.wolschon
On Thu, 28 May 2009 17:37:11 +1000, Brett Henderson br...@bretth.com wrote: Curt Nowak wrote: Hi all, when trying to import a large map (Germany) into the osmbin format[1] using osmosis, the program crashes with the output shown at the end of this mail. I'd like to use the map of Germany for

Re: [OSM-dev] Osmosis error read-xml (NullPointerException)

2009-05-28 Thread marcus.wolschon
On Thu, 28 May 2009 17:42:02 +1000, Brett Henderson br...@bretth.com wrote: Line 43 of RelationMemberWriter above deals with the relation member role. Your osm file above is missing all of the role attributes on relation members which would cause this problem to occur. Perhaps xapi

Re: [OSM-dev] Osmosis crash for large map import to osmbin format

2009-05-28 Thread Curt Nowak
Great timing! Thanks a lot, Marcus and Brett. Can't wait to try the new version. -Ursprüngliche Nachricht- Von: marcus.wolsc...@googlemail.com [mailto:marcus.wolsc...@googlemail.com] Gesendet: Donnerstag, 28. Mai 2009 13:49 An: Brett Henderson Cc: Curt Nowak; dev@openstreetmap.org

Re: [OSM-dev] Osmosis crash for large map import to osmbin format

2009-05-28 Thread marcus.wolschon
Curt: BTW, for the next time you find an issue. You do know that http://apps.sourceforge.net/phpbb/travelingsales/ would be a far better place to ask questions and http://travelingsales.sourceforge.net/mantisbt-1.1.6/ for reporting bugs to Traveling Salesman then the general mailing-list

Re: [OSM-dev] Osmosis crash for large map import to osmbin format

2009-05-28 Thread Curt Nowak
Thanks for the hint. I had read a few of osmosis-related issues on this list but I had somehow overseen, that I was actually using the traveling-salesman plugin. Next time, I'll know better. Curt -Ursprüngliche Nachricht- Von: marcus.wolsc...@googlemail.com

[OSM-dev] Fwd: [OSM-newbies] Reverse geo coding

2009-05-28 Thread Thomas Wood
Forwarding this to OSM dev from newbies. -- Forwarded message -- From: Michael Handerek o...@handerek.net Date: 2009/5/28 Subject: [OSM-newbies] Reverse geo coding To: newb...@openstreetmap.org newb...@openstreetmap.org Hi, I am new to osm. I am currently developing a

Re: [OSM-dev] Fwd: [OSM-newbies] Reverse geo coding

2009-05-28 Thread gary
For place polygons look in the wiki.: boundaries.pl -- Urspr. Mitt. -- Betreff: [OSM-dev] Fwd: [OSM-newbies] Reverse geo coding Von: Thomas Wood grand.edgemas...@gmail.com Datum: 28.05.2009 14:50 Forwarding this to OSM dev from newbies. -- Forwarded message -- From: Michael

Re: [OSM-dev] Fwd: [OSM-newbies] Reverse geo coding

2009-05-28 Thread Emilie Laffray
I have looked at the script boundaries.pl, but if you want to do a proper reverse geocoding the information in OSM is currently not enough. The script is very useful about generating a polygon but you can only do so if you have the proper data in the first place. For example, France doesn't have

Re: [OSM-dev] Fwd: [OSM-newbies] Reverse geo coding

2009-05-28 Thread Stefan de Konink
On Thu, 28 May 2009, Thomas Wood wrote: Forwarding this to OSM dev from newbies. What is the length of his coding ;) Stefan -- Forwarded message -- From: Michael Handerek o...@handerek.net Date: 2009/5/28 Subject: [OSM-newbies] Reverse geo coding To:

Re: [OSM-dev] svn again, revision number in public file?

2009-05-28 Thread Gary68
hi brett, i already downloaded the pdf - even read it :-) i enabled it and it worked in the working copy - but not if someone without access to the real svn accesses http://svn.file.txt. and besides. my application is only one perl file, so no tags, compilations, releases etc. so again

Re: [OSM-dev] svn again, revision number in public file?

2009-05-28 Thread Ed Loach
so again the problem. how does a user who downloaded my application know what version of the file he is using? Perhaps I'm misunderstanding the issue, but couldn't you just update # $Revision$ by $Author$, $Date$ manually each time you upload a revision? Ed

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

2009-05-28 Thread Tels
On Wednesday 27 May 2009 15:20:26 Richard Fairhurst wrote: Ed Loach wrote: Is there anywhere though that z13 Yahoo imagery is of any use? Sure. It's ok for lakes, woods, built-up areas, that sort of thing. I'm just looking at somewhere near Rhayader and it's pretty useful. I like Shaun's

Re: [OSM-dev] svn again, revision number in public file?

2009-05-28 Thread Gary68
yes, of course i could. but what does my computer or the one svn is running on do then??? ;-) if this is the way... On Thu, 2009-05-28 at 17:32 +0100, Ed Loach wrote: so again the problem. how does a user who downloaded my application know what version of the file he is using?

Re: [OSM-dev] svn again, revision number in public file?

2009-05-28 Thread Iván Sánchez Ortega
El día Thursday 28 May 2009 18:32:27, Ed Loach dijo: Perhaps I'm misunderstanding the issue, but couldn't you just update # $Revision$ by $Author$, $Date$ manually each time you upload a revision? No, because you can't know the revision number until you've commited the file. And, at that

Re: [OSM-dev] svn again, revision number in public file?

2009-05-28 Thread Karl Newman
2009/5/28 Iván Sánchez Ortega i...@sanchezortega.es El día Thursday 28 May 2009 18:32:27, Ed Loach dijo: Perhaps I'm misunderstanding the issue, but couldn't you just update # $Revision$ by $Author$, $Date$ manually each time you upload a revision? No, because you can't know the

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

2009-05-28 Thread Jeffrey Warren
Ok well i have the rails port running (and serving JSON instead of XML, hooray!), but I'd like to try getting the tests passing too; where's a place to document that process thoroughly? the wiki? Jeff On Wed, May 27, 2009 at 2:16 AM, Andy Allan gravityst...@gmail.com wrote: On Wed, May 27, 2009

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

2009-05-28 Thread Shaun McDonald
http://wiki.openstreetmap.org/wiki/Rails#Running_the_tests is the best place to document it. (Some content may be better placed earlier in the page.) There is also some information on http://wiki.openstreetmap.org/wiki/The_Rails_Port/Testing Shaun On 28 May 2009, at 20:36, Jeffrey Warren

Re: [OSM-dev] svn again, revision number in public file?

2009-05-28 Thread Brett Henderson
Gary68 wrote: hi brett, i already downloaded the pdf - even read it :-) Hmm, it seems I was guilty of not reading your email properly ;-) ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [josm-dev] homepage down

2009-05-28 Thread Paul Johnson
Martin Koppenhoefer wrote: looks as if there is some problem on the Josm-Startpage (online): http://josm.openstreetmap.de/ Why is it so darn hard to revert in Trac compared to Mediawiki, anyway? signature.asc Description: OpenPGP digital signature

Re: [josm-dev] Download OSM data by ID

2009-05-28 Thread Kirill Bestoujev
Is there any possibility to pass the API call via a link on a web page? What I want to do: I have a list of errors in OSM objects, I have their IDs, I want to make a web page where I can click on a link and automatically open that object in JOSM... Is it possible? 2009/5/28 Dirk Stöcker

Re: [josm-dev] homepage down

2009-05-28 Thread Dirk Stöcker
On Wed, 27 May 2009, Paul Johnson wrote: Martin Koppenhoefer wrote: looks as if there is some problem on the Josm-Startpage (online): http://josm.openstreetmap.de/ Why is it so darn hard to revert in Trac compared to Mediawiki, anyway? Well, it is not. You need to click on Delete this

Re: [josm-dev] Download OSM data by ID

2009-05-28 Thread Dirk Stöcker
On Thu, 28 May 2009, Kirill Bestoujev wrote: Is there any possibility to pass the API call via a link on a web page? What I want to do: I have a list of errors in OSM objects, I have their IDs, I want to make a web page where I can click on a link and automatically open that object in

Re: [josm-dev] Download OSM data by ID

2009-05-28 Thread Kirill Bestoujev
Thanx. I\ll try it! 2009/5/28 Dirk Stöcker openstreet...@dstoecker.de On Thu, 28 May 2009, Kirill Bestoujev wrote: Is there any possibility to pass the API call via a link on a web page? What I want to do: I have a list of errors in OSM objects, I have their IDs, I want to make a web

Re: [josm-dev] homepage down

2009-05-28 Thread Paul Johnson
Dirk Stöcker wrote: On Wed, 27 May 2009, Paul Johnson wrote: Martin Koppenhoefer wrote: looks as if there is some problem on the Josm-Startpage (online): http://josm.openstreetmap.de/ Why is it so darn hard to revert in Trac compared to Mediawiki, anyway? Well, it is not. You need to