Re: [josm-dev] location of elemstyles.xml and Eclipse

2010-02-11 Thread Robin Rattay
Hi! Am 26.01.2010 13:57, schrieb Matthias Julius: Pierenpier...@gmail.com writes: On Tue, Jan 26, 2010 at 7:11 AM, Matthias Juliusli...@julius-net.netwrote: I think you have to add the /data in your eclipse project classpath (included path). Is it not already done in the commited

Re: [josm-dev] ewmsplugin on win32

2008-11-30 Thread Robin Rattay
Dirk Stöcker schrieb: On Sat, 22 Nov 2008, Robin Rattay wrote: However webkit-image doesn't work for me on Win XP. I've try this new version and the previous version. How did you install it? You need to copy all files (including subdirectories) to the path where the executable

Re: [OSM-dev] Public Playground-/Testserver

2008-10-24 Thread Robin Rattay
Matthias Brandt schrieb: I'm developing an OSM editor for Android devices. That sounds interesting. Can you give some more details? Robin ___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

[josm-dev] More Work on the Tag Corrector

2008-09-20 Thread Robin Rattay
Hi, I've continued with some work on the tag corrrector, however that names doesn't quite fit anymore, since it supports correcting role names in relations now, too. Patch is attached. Robin Index: src/org/openstreetmap/josm/corrector/Correction.java

Re: [josm-dev] slippymap plugin not wanting to make render requests

2008-08-26 Thread Robin Rattay
Dirk Stöcker schrieb: a) Temporary filename is final name+.tmp. b) Do the move as is done now. When move fails, leave the tmp file. c) On start check if there is a temp file and move it when possible. If not, inform the user. I've done it over. I called the new plugins files *.new

Re: [josm-dev] slippymap plugin not wanting to make render requests

2008-08-25 Thread Robin Rattay
Dirk Stöcker schrieb: On Mon, 25 Aug 2008, Robin Rattay wrote: Has this actually worked at all or only on specific environments? It seems that the update mechanism needs to be changed. Works on Linux, but probably you're right and it wont work on Windows due to the strange Windows file

Re: [josm-dev] slippymap plugin not wanting to make render requests

2008-08-25 Thread Robin Rattay
Dirk Stöcker schrieb: Nah, that always creates a usually useless directory Ok. and also always creates the temporaryfile-on-start-copy. Both is not useful on non-Windows systems. New plugins can't be used until the next restart anyway, so IMHO it makes no difference when the files are

Re: [josm-dev] Reworked virtual nodes

2008-08-24 Thread Robin Rattay
Dirk Stöcker schrieb: On Sun, 24 Aug 2008, Robin Rattay wrote: - The virtual nodes cover the segment numbers, which are IMHO quite important. Yes. Need to shift the segment numbers a bit, when drawing the virtual nodes. I don't use that option, :-) What is it good for? Good question. I

Re: [josm-dev] Reworked virtual nodes

2008-08-24 Thread Robin Rattay
Dirk Stöcker schrieb: Now also works for ways (Rev 860). Also segment numbers are fixed. And to make it nicer, they are drawn like virtual nodes only in a certain zoom level and on top of the way. Great work! I was actually trying to do the same, but I have not understood the drawing yet.

Re: [josm-dev] Refactoring of the JOSM architecture vs. Plugins

2008-08-18 Thread Robin Rattay
J.H. schrieb: - Introduce an API version management for plugins (let a plugin return its expected API version. Assume pre-version-management version on NoSuchMethodError). - Make it easy for refactorers to run a workspace with all the (critical) plugins checked out. - By the way of

Re: [josm-dev] JOSM, plugins and Eclipse

2008-08-17 Thread Robin Rattay
Pieren schrieb: The problem is that Josm is loading the plugin jar's from the ~/josm/plugins folder and not from where it is compiled. What I did to fix this is create an export file descriptor (Eclipse-Export-jar-save to file) .jardesc in the plugin project which export the plugin jar file

Re: [josm-dev] UngluePlugin source?

2008-08-17 Thread Robin Rattay
Bodo Meissner schrieb: | Is the source code of the UnGluePlugin available somewhere? The source code (two small .java files) is in the .jar file. D'oh. Well, i've changed it so that you can select a node and a way allowing you to only unglue that way at that node. Now I just need a way to

Re: [josm-dev] Patch for sorting members in the relation editor

2008-08-16 Thread Robin Rattay
Dirk Stöcker schrieb: Ah. Ok. Now I'm sure the settings of eclipse can be changed accordingly. Mainly the change is to have the internal directory /styles/standard/icons in /images now as /images/styles/standard (mainly to allow accessing it from other places as well). Anyone using

Re: [josm-dev] Patch for sorting members in the relation editor

2008-08-16 Thread Robin Rattay
Dirk Stöcker schrieb: Unfortunatly one of the biggest weaknesses of Eclipse is the poor ant building and jar file integration. It can't use inforation from a build file to set things like class path and source directtories. And there is no other way to tell exclipse, what it needs to do?

Re: [josm-dev] Automatic tag correction

2008-08-15 Thread Robin Rattay
Dirk Stöcker schrieb: You are not up-to-date. Revision 764. :-) Oops! Thanks :-) Robin ___ josm-dev mailing list josm-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/josm-dev

Re: [josm-dev] Automatic tag correction

2008-07-17 Thread Robin Rattay
Dirk Stöcker schrieb: Did you fix your problems. The reload is easy: You need to emit the correct signal. Don't ask me which one or how :-) Yes, I've got it. I'll post a new patch tomorrow. P.S. I used your src/org/openstreetmap/josm/data/osm/OSMUtils.java as OsmUtils.java in my

Re: [josm-dev] Automatic tag correction

2008-07-07 Thread Robin Rattay
Raphael Mack schrieb: Am Sonntag, 6. Juli 2008 schrieben Sie: You mean I should use public fields? Well, the access methods *is* the correct way :-) but on the other hand it's such a simple record class so public fields are probably ok here. No, actually not. I do think we should clean up