Re: [OSM-dev] New OSM binary fileformat implementation.

2010-05-05 Thread jamesmikedup...@googlemail.com
I have now reworked the reader code to use only the internal google protobuffer features for reading. It now can read the entire file to the end. Code is commited. Also, I have checked in an example small protobuffer file for testing. http://github.com/h4ck3rm1k3/OSM-Osmosis any testers would be

Re: [OSM-dev] Using relations to save data

2010-05-05 Thread Andreas Kalsch
This is what I didn't propose - introducing a new data type to make things more complicated. Semantically, a prototype-based object system - know from ECMA - is related to my concept, but my idea is just about data and using OSM's existing structures and functionality to save data which should

[josm-dev] few questions about plugin development

2010-05-05 Thread Matthias Meißer
Hi, just a few questions concerning about JOSM plugin development: Why is my main menu entry 'video' translated to 'Videoverleih' even if I don't use tr() ? How can I debug my plugin? I tried to append to a JOSM process but this doesn't seem to work :( How can I upload my plugin to SVN

Re: [josm-dev] Can't get Yahoo imagery to show up in JOSM

2010-05-05 Thread Jonas Stein
Although the best solution would be to include a downloader into the plugin or include a self-test function. We can't include a downloader in the plugin except someone writes a Java software to do so. I am not very familiar with java, but isn't there a standard lib for things like download?

Re: [josm-dev] Can't get Yahoo imagery to show up in JOSM

2010-05-05 Thread jamesmikedup...@googlemail.com
On Wed, May 5, 2010 at 12:58 PM, Jonas Stein n...@jonasstein.de wrote: Although the best solution would be to include a downloader into the plugin or include a self-test function. We can't include a downloader in the plugin except someone writes a Java software to do so. I am not very

Re: [josm-dev] Can't get Yahoo imagery to show up in JOSM

2010-05-05 Thread Frederik Ramm
Hi, Jonas Stein wrote: I tried to write a shell script, that downloads the URL given on command line like wget, but that did not work. Does webkit more? Webkit-Image creates an *image* of the web site as it would look like through a browser. Bye Frederik

Re: [josm-dev] OAuth secure ?

2010-05-05 Thread colliar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Claudius schrieb: No, OAuth is not about encryption at all. The inital OAuth setup call still allows to be listened into and the login+password to be retrieved. All subsequent API calls won't transmit username+PW but the token instead, but