Re: [josm-dev] Loading JOSM+plugins into Eclipse for the first time.

2009-10-02 Thread Henrik Niehaus
Ray Foulkes schrieb: Hi Jan, thankyou, I do not know what I was doing wrong the first time around. I did as you suggested and created a java project using the sources in core - it all worked and runs the main program OK. I can navigate the Java e.g. find declarations, references and run the

Re: [josm-dev] New GPX implementation

2009-05-07 Thread Henrik Niehaus
Dirk Stöcker schrieb: On Thu, 7 May 2009, Henrik Niehaus wrote: 1. If we take all three steps you suggested, we have the same situation as today. There will be many spots in JOSM, which will change, because the old code has to be removed and the new merged into JOSM No. We would

Re: [josm-dev] New GPX implementation

2009-05-06 Thread Henrik Niehaus
Ľubomír Varga schrieb: It will run everywhere. Only problem with portability is that, that on java 1.5 systems is some aditional lib (packable into josm.jar) needed. afaik. But I see it like handicap, because if Iam not wrong, that lib has about 7 MB. It's only 1 MB and can be packaged into

Re: [josm-dev] New GPX implementation

2009-05-05 Thread Henrik Niehaus
Henrik Niehaus schrieb: Hi JOSM coders, I came across several problems and feature requests for GPX files while looking at the bug tracker and reading this list. So I decided to learn a new technology and gave JAXB a try. The result is a JOSM, which fully supports GPX 1.0 and 1.1, because

Re: [josm-dev] New GPX implementation

2009-05-05 Thread Henrik Niehaus
Russ Nelson schrieb: Henrik Niehaus writes: No one interested? Is JAXB a separate library? How does this extra code affect the portability? If you use Java = 1.5, JAXB is a separate library. Java 1.6 includes a JAXB implementation. Portability in terms of runnable on Win, Mac, Linux

[josm-dev] New GPX implementation

2009-05-01 Thread Henrik Niehaus
Hi JOSM coders, I came across several problems and feature requests for GPX files while looking at the bug tracker and reading this list. So I decided to learn a new technology and gave JAXB a try. The result is a JOSM, which fully supports GPX 1.0 and 1.1, because JAXB uses the xml schemas to

Re: [josm-dev] Localize new strings in my plugin

2009-04-25 Thread Henrik Niehaus
Dirk Stöcker schrieb: On Sat, 11 Apr 2009, Henrik Niehaus wrote: I have a question concerning my openstreetbugs plugin. I have added new strings and want to translate them. What do I have to do? The gettext support for my plugin has been added by Dirk, I think, and I don't have a clue how

Re: [josm-dev] connected nodes in blue

2009-04-24 Thread Henrik Niehaus
Ulf Lamping schrieb: I thought a bit about it, but I have no idea how to implement it in a good way. I had a look at the DataSet class and I would suggest to extend it with DataSetChanged listeners. Fortunately the class uses the interface Collection, so that the LinkedLists containing

Re: [josm-dev] connected nodes in blue

2009-04-23 Thread Henrik Niehaus
Jonas Krückel schrieb: Hi, at the moment all the normal nodes (if they don´t have a special tag) in ways are displayed in a red color (at least in my JOSM from today) Especially for debugging of osm data the following feature would be very useful: all nodes which are connected to another

Re: [josm-dev] Localize new strings in my plugin

2009-04-22 Thread Henrik Niehaus
Dirk Stöcker schrieb: On Sat, 11 Apr 2009, Henrik Niehaus wrote: I have a question concerning my openstreetbugs plugin. I have added new strings and want to translate them. What do I have to do? The gettext support for my plugin has been added by Dirk, I think, and I don't have a clue how

Re: [josm-dev] Plugins that depend on external libraries..

2009-04-15 Thread Henrik Niehaus
Mattias Dalkvist schrieb: Hi I'm trying to make a plugin of my geotiff code, but I can't get the dependencies to work. The plugin it self works fine, that is when josm is launched from eclipse, and the dependencies are added to the eclipse projects classpath. Do anyone have any experience

[josm-dev] Localize new strings in my plugin

2009-04-11 Thread Henrik Niehaus
Hi, I have a question concerning my openstreetbugs plugin. I have added new strings and want to translate them. What do I have to do? The gettext support for my plugin has been added by Dirk, I think, and I don't have a clue how this works. Cheers Henrik

[josm-dev] Validator: Node near landuse - no warning

2009-02-08 Thread Henrik Niehaus
Hi, I have noticed that the validator shows warnings, if an endnode of a way is near a landuse way, which is ok in most cases. For example: http://img140.imageshack.us/my.php?image=waynearlandusewn5.png (white area is landuse=residential, way is highway=residential). So I patched

Re: [josm-dev] OpenStreetBugs plugin

2008-10-11 Thread Henrik Niehaus
I have uploaded version 0.5 http://hampelratte.org/zeugs/openstreetbugs-0.5.tar.gz This version supports the creation of new bugs. Furthermore I have added some icons and improved the code here and there ;) Cheers Henrik ___ josm-dev mailing list

Re: [josm-dev] OpenStreetBugs plugin

2008-10-11 Thread Henrik Niehaus
There is a compiled version in the build directory of the archive. Tobias Wendorff schrieb: Henrik Niehaus schrieb: I have uploaded version 0.5 http://hampelratte.org/zeugs/openstreetbugs-0.5.tar.gz This version supports the creation of new bugs. Furthermore I have added some icons

Re: [josm-dev] OpenStreetBugs plugin

2008-10-10 Thread Henrik Niehaus
I have just uploaded version 0.4 to http://hampelratte.org/zeugs/openstreetbugs.tar.gz This version supports automatic downloading of data. If the dialog is visible, the plugin will download data, if the map has not been moved or zoomed for one second. To disable the download, just close the

Re: [josm-dev] wmsplugin improvements

2008-09-12 Thread Henrik Niehaus
best for me (with the server I am using). On Fri, 12 Sep 2008 16:10:08 +0200, Henrik Niehaus [EMAIL PROTECTED] wrote: That's no problem for me. It's only a small patch; nothing to speak of. Petr Dlouhý schrieb: On Fri, 12 Sep 2008 15:32:38 +0200, Henrik Niehaus [EMAIL PROTECTED] wrote

[josm-dev] wmsplugin improvements

2008-09-09 Thread Henrik Niehaus
Hi, yesterday I was using a WMS-Server, which randomly returned HTTP 500 (Internal Server Error). Unfortunately the wmsplugin failed quietly, so I couldn't see, what was happening. So I made some improvements: 1. The wms grabber tries to download the image 5 times. If it fails the 5th time, a

Re: [josm-dev] JOSM charset

2008-09-02 Thread Henrik Niehaus
Dirk Stöcker schrieb: Hello, now that I found a charset conflict in measurement plugin: Is there any definition in which charset the jar files are? Could we agree to use UTF-8 here or only plain ASCII? Ciao I would strongly recommend UTF-8

[josm-dev] JOSM Fon hotspot import

2008-08-31 Thread Henrik Niehaus
Hi, someone added fon hotspots to my village and because I wanted to have a look at the JOSM code, that inspired me to write a small plugin, which imports Fon hotspots from their KML-exports, which can be downloaded from http://maps.fon.com/ I don't know the legal aspect of importing their data