[josm-dev] Image caching eats up all memory (since r1704)

2009-07-03 Thread Sebastian Klein
Hi, about a week ago jttt cleaned up the code for the photo viewer. I like the patch: The structure is much better now, it does not take ages to load the images and some apparent bugs are gone. There is one thing I'd like to discuss though. - After starting up and loading a gpx track josm

Re: [josm-dev] Remove internal help browser?

2009-10-09 Thread Sebastian Klein
Karl Guggisberg wrote: Hi, I plan to remove JOSMs internal help browser and to always delegate to an external browser, for two reasons: Good idea. Having an internal browser for help seems quite strange and old-fashioned to me. Also, the current version is far from usable. Nowadays, if

[josm-dev] make slippy map a core feature

2009-10-11 Thread Sebastian Klein
Hi, Is it just me, or is the slippy map plugin a pain to work with? It lags on my system and is a memory hog. WMS is better, but it's not designed for changing the zoom levels dynamically. (And it has some dependencies.) In contrast to that, the slippy map in the download dialog is just

Re: [josm-dev] Restricting Zoom from plugins (more slippymap plugin)

2009-10-14 Thread Sebastian Klein
Resizing an image usually is quite cheap and shouldn't slow down anything. But the fact remains, it doesn't look very nice. I see two possibilities here: First would be to have an entry optimize zoom level in the context menu of the slippy map layer. When clicked, it would jump to the nearest

[josm-dev] jar compression level; JOSM takes too long to compile

2009-11-01 Thread Sebastian Klein
Hi, Frederik Ramm changed the jar compression level to maximum (9) in r2368. While I thank him for bringing this up, I would rather set it to 0 (uncompressed). This is because I spend quite some time waiting for JOSM to compile and compress. This is what I get: comress level time for

Re: [josm-dev] jar compression level; JOSM takes too long to compile

2009-11-07 Thread Sebastian Klein
Hi, apparently no one cares about this. So I checked it in but set the default value to 9. The current behavior is *not* changed. (Just setting the value to 0 in my local copy is not an option because it might get checked in accidentally. :) ) __ Basti

Re: [josm-dev] JOSM Tested! [#3772 - Help browser calling external program]

2009-11-27 Thread Sebastian Klein
Dirk Stöcker wrote: Jiri fixed #3920. Means #3772 is left. What is the problem with launching the help browser as a new process? Seems fine to me. (At least all gnome apps do it this way and it's quite customary in the Windows world, too.) from the ticket: Idea how to solve: Set help

Re: [josm-dev] JOSM Tested! [#3772 - Help browser calling external program]

2009-11-28 Thread Sebastian Klein
Dirk Stöcker wrote: a) Security issues. When you launch an application you must be sure it is really the right one. Isn't it similarly insecure to run binary plugins that are located in the user's home folder? Btw., to address the memory problem, josm could exec itself on start with a

Re: [josm-dev] AGPIFOJ and JOSM core

2009-11-29 Thread Sebastian Klein
Yes I really think this should be done. Agpifoj is more stable and has more features than the core version. I would help to integrate the code. Here is a possible agenda: 1. Start with the code of the Agpifoj-Plugin. 2. Add all features of Geoimage that are not in Agpifoj. (Not many...) This

[josm-dev] How to make the filter feature foolproof

2009-12-06 Thread Sebastian Klein
Hi, The Filter feature [1] is great, but still not ready for general use. I, for one, fool myself every now and then and think I have lost data, when it was actually just hidden by the filter. So how can we improve the situation? First of all I think that the vast majority of all filter texts

Re: [josm-dev] Login at josm.openstreetmap.de fails

2009-12-22 Thread Sebastian Klein
Dirk Stöcker wrote: It is already planned to switch the server. Good news. The downtimes start to get a little annoying: Currently I cannot commit: svn: Server sent unexpected return value (200 OK) in response to MKACTIVITY request for '/svn/!svn/act/fd14fec2-11cd-40ea-88b6-dac48a886378'

Re: [josm-dev] Localisation policy for quotes etc.

2010-01-13 Thread Sebastian Klein
Already announced for some time: 20.04.2010. Typo: I think you mean 20.01.2010 ___ josm-dev mailing list josm-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/josm-dev

Re: [josm-dev] Plugin for wifi geolocalization inside building ...

2010-01-13 Thread Sebastian Klein
Minh Quang wrote: Hi, Thanks for your reply. As you sugested, we can use the filter to hide and display objects according to their tags. Now, I dont know how to use this feature, I send you PM on how to activate this feature. in which directory, I can find it... Thanks I'm sure you

[josm-dev] Remove tooltips in relation list dialog

2010-01-19 Thread Sebastian Klein
Hi, I'd like to remove the tooltips from relation list dialog and layer list dialog. It isn't unique information, but can be quite distracting (See #3639 and #4227 for example). Any objections? __ Basti ___ josm-dev mailing list

Re: [josm-dev] Remove tooltips in relation list dialog

2010-01-20 Thread Sebastian Klein
Alan Mintz wrote: I don't see anything useful in the relation tooltips, but the layers tooltips contain useful info, like the feature count and complete path for OSM layers, or zoom level for WMS layers. How about creating a preferences item to control tooltips for each type of dialog?

Re: [josm-dev] JOSM moved

2010-01-31 Thread Sebastian Klein
Dirk Stöcker wrote: On Sun, 31 Jan 2010, Sebastian Klein wrote: today JOSM moved to a new server. Please report any missing or nonworking functions. The plugin mechanism does not work for me. (Cannot add new ones.) Be a bit more verbose. The have been no tries to add a new plugin

Re: [josm-dev] [JMapViewer] Improvements

2010-02-04 Thread Sebastian Klein
Sven Meier wrote: I'm using the JMapViewer component do display maps in a Swing application. Many thanks to the contributors for their work. Is this the right list to discuss improvements to this component? Where can I add issues and patches? Hi Sven, please open a trac ticket on the

[josm-dev] jmapviewer: specify revision number for svn:externals

2010-02-04 Thread Sebastian Klein
Hi, Incluing the jmapviewer as svn:external seems a little strange to me. The two versions are not in synch, one single change to the jmapviewer API and you cannot compile any previous versions of JOSM without much hassle. The problem is discussed here [1] and one guy suggests, to explicitly

Re: [josm-dev] new clock icon

2010-02-06 Thread Sebastian Klein
Jonas Stein wrote: there have been some problems with the rendering of the arrow width in Clock.svg. Hi Jonas, thanks for helping out! I found 2 images: core/images/styles/standard/service/clock.png core/images/clock.png Which one do you like to fix? (Btw., the josm trac is a more

Re: [josm-dev] new clock icon

2010-02-06 Thread Sebastian Klein
Jonas Stein wrote: The arrows are lines and renderers make crazy things with it. And its not that good visible. Now its a thick hour, thin minutes arrow. Are you on the right list? The renderer is not related to the JOSM editor. You should go to http://trac.openstreetmap.org Every project

Re: [josm-dev] JOSM setup color question Area Fills block view on aerial images

2010-02-06 Thread Sebastian Klein
ce-test, qualified testing bv - Gert Gremmen wrote: How to set JOSM so as areas such as residential do not block the view on the download wms data. When selected that is not aproblem, but when tracking small roads it is a real pita. The fill color seems to be a percentage of the contour

Re: [josm-dev] trac: please provide a link to go back to last page after login

2010-02-08 Thread Sebastian Klein
Dirk Stöcker wrote: Sorry but I do not understand your problem. For me the website stays on the same page as before when doing a login. Maybe, but for us mortals it does not perform this magic. Instead, my workflow is as follows: click a link to a ticket; click login; enter credentials;

[josm-dev] Introduce versioning scheme

2010-02-08 Thread Sebastian Klein
Hi, I was wondering, why we still have revision numbers for the releases. I assume, most users won't know the concept of software revisions (and don't care) but are much more familiar with handy version numbers. The fact that the version of the plugins is one magnitude higher than the JOSM

Re: [josm-dev] Introduce versioning scheme

2010-02-08 Thread Sebastian Klein
Karl Guggisberg wrote: Hi Sebastian Absolutely. That's one of the things we should do in the next release: * proper release naming * proper labeling in SVN I came up with a slightly different naming scheme, though. If we want to be understood by users with less technical background a

Re: [josm-dev] deleting relations fails due to not fullfiled prerequirements

2010-02-13 Thread Sebastian Klein
Karl Guggisberg wrote: Hi Werner I'd say it's a JOSM *feature*, not a defect. JOSM correctly detects that the server wasn't able to delete a relation because it was still in use by some other relation. Simple workaround: Remove 73724 first and 73723 with a second changeset. That's

[josm-dev] svn:eol-style=native

2010-03-04 Thread Sebastian Klein
Hi, I'd like to set svn:eol-style=native for 481 source files. Any objections? One-third (207) of the files already have this flag. Btw, you can put the following in the subversion config: enable-auto-props = yes *.java = svn:eol-style=native This way all added files get the

Re: [josm-dev] how does the transition to tested work ?

2010-03-08 Thread Sebastian Klein
colliar wrote: I still wonder how the transition to tested works. As bug #4666 is/was really annoying but is fixed now exists still in r3070. This has also effects on update data (see #4663). Please update tested to r3081. Dirk suggested that we maybe make comming saturday version tested

Re: [josm-dev] how does the transition to tested work ?

2010-03-09 Thread Sebastian Klein
Ævar Arnfjörð Bjarmason wrote: I just tried and I can't reproduce this or the issue with the number of objects to be uploaded drifting from what really needs to be uploaded. Now if I upload a per-object upload and it fails partway the objects that were uploaded up until that point will be

Re: [josm-dev] Plugins not working with 3094 and Linux ?

2010-03-09 Thread Sebastian Klein
Karl Guggisberg wrote: I don't know when the JOSM core is going to be compiled for Java 6. On this list I have been reading about plans to switch to Java 6 one or two weeks ago. Perhaps it has been postponed by another month or two in the meantime. Plugins should probably wait to compile

Re: [josm-dev] Simply convert a area into a multypolygon

2010-03-10 Thread Sebastian Klein
Hi Stéphane! I have create a plugin to simply convert a area into a multipolygon. Have you considered adding it to the original multipolygon plugin? I noticed that it shows on error if you try to execute it on a selection like the one you have described. It would be nice if it would not show

[josm-dev] JOSM file format extensions

2010-03-19 Thread Sebastian Klein
Hi, there are 2 tickets that require an extension of the josm file format. The first (#4043 - Have an 'upload prohibited' flag in .osm files) should be easy, something like that: osm version='0.6' generator='JOSM' uploadintended='no' ... /osm And simply drop that additional attribute if the

Re: [josm-dev] JOSM file format extensions

2010-03-19 Thread Sebastian Klein
Frederik Ramm wrote: Hi, Sebastian Klein wrote: What do you think? Feel free to suggest a better wording for the tags! A long time ago there was a somewhat heated discussion on one of the mailing lists involving one of the lead Merkaator developers who droned on about how the format

Re: [josm-dev] New Tested

2010-04-05 Thread Sebastian Klein
Pieren wrote: On Sat, Apr 3, 2010 at 3:46 PM, Dirk Stöcker openstreet...@dstoecker.dewrote: Hello, time for next release is reached. Any objections against releasing current latest as tested and move on with JAVA6 from now on? Ciao I have submitted a patch 5 weeks ago for a change in

Re: [josm-dev] question about UI strings in plugins

2010-04-18 Thread Sebastian Klein
Frederik Ramm wrote: Simply add whatever you want in a tr() call. That serves as a hook for the i18n engine but of it remains untranslated then it will just display as-is. Make sure to use proper number formatting and the singular/plural stuff (trn()). There is some kind of script that

Re: [josm-dev] New unstable phase opened

2010-04-24 Thread Sebastian Klein
Hi, We still have this one open: http://josm.openstreetmap.de/ticket/4861 Today there was another report of basically the same problem http://josm.openstreetmap.de/ticket/4942 For me it happened frequently on upload of large data sets (with active filters). This can be a little disturbing

Re: [josm-dev] JOSM BBoxes in and out

2010-04-26 Thread Sebastian Klein
Rolf Bode-Meyer wrote: 2010/4/26 Sebastian Klein basti...@googlemail.com: Rolf Bode-Meyer wrote: I think that slowly but surely I've gone mad. I'm trying to understand org.openstreetmap.josm.data.osm.BBox.inside(BBox b) for over an hour now, but I just don't get it. In both of the following

Re: [josm-dev] Open offer to convert JOSM to Git

2010-04-29 Thread Sebastian Klein
Ævar Arnfjörð Bjarmason wrote: In case it eluded anyone I'm pretty fond of Git [1][2]. The rails_port has now switched over (with some help of mine), as well as Merkaartor (with no help of mine). I've also set up Git mirror of JOSM on GitHub[3] which I plan to keep up to date. If the JOSM

Re: [josm-dev] ExtendedDialog: enable/disable OK and Cancel button

2010-05-02 Thread Sebastian Klein
Lambertus wrote: While creating an instace of org.openstreetmap.josm.gui.ExtendedDialog you can add default buttons like OK and Cancel. Once the buttons are created I would like to disable/enable these buttons based upon some input field checks but I have no idea how to locate the

Re: [josm-dev] Another 66 relations bite the dust

2010-05-10 Thread Sebastian Klein
Richard Fairhurst wrote: ... I don't want to get into an editor argument here Right, don't start a fight you can't win. :) In http://www.openstreetmap.org/browse/changeset/4653538 , a vast number of relations have been deleted - 66 or so. In potlatch I didn't manage to delete a _single_

Re: [josm-dev] Another 66 relations bite the dust

2010-05-10 Thread Sebastian Klein
Roland Olbricht wrote: [1] http://trac.openstreetmap.org/ticket/2652 You can get an approximate solution: http://78.46.81.38/api/rels-extended?id=34631 This points to the OSM3S server and returns the desired relation-ids for the given relation id. But still this would be a great step

Re: [josm-dev] Another 66 relations bite the dust

2010-05-11 Thread Sebastian Klein
Matthias Julius wrote: Sebastian Klein basti...@googlemail.com writes: Roland Olbricht wrote: [1] http://trac.openstreetmap.org/ticket/2652 You can get an approximate solution: http://78.46.81.38/api/rels-extended?id=34631 This points to the OSM3S server and returns the desired relation

Re: [josm-dev] Refactroring JOSM Dev help

2010-05-14 Thread Sebastian Klein
Matthias Meißer wrote: Hi everybody, during the last weeks I recognize a massive lack in the wiki docs for JOSM developer. I would like to refactor and extend the docs, would anybody else interested ? Sure, contribution to the documentation is more than welcome. You can also put

Re: [josm-dev] Register for keys/shortcuts

2010-05-17 Thread Sebastian Klein
Matthias Meißer wrote: Sorry folks for my newbie questions but I doesn't get a working solution to get callbacks if somebody presses the cursor keys in the main window. main.parent.addkeyeventlistener(this); doesn't work, too :( Is there some kind of Input map or does I have to use

Re: [josm-dev] orthogonalize shape algorithm

2010-05-27 Thread Sebastian Klein
On Thu, May 27, 2010 at 7:34 AM, Harald Kucharek harald.kucha...@gmx.netwrote: I wrote the initial code, some postings about it from October 31st 2006 ff should be in the archive of this list. Last time I looked at the code it it was heavily rewritten, don't know if it still uses the approach

[josm-dev] [Fwd: Re: Register for keys/shortcuts]

2010-05-30 Thread Sebastian Klein
Hi, haven't you received my email? (see below) Cheers, Sebastian Original Message Subject: Re: [josm-dev] Register for keys/shortcuts Date: Tue, 18 May 2010 21:23:41 +0200 From: Sebastian Klein basti...@gmail.com To: Matthias Meißer dig...@arcor.de References: 4bf13fe9.8030

Re: [josm-dev] [Fwd: Re: Register for keys/shortcuts]

2010-05-31 Thread Sebastian Klein
Matthias Meißer wrote: Hi Sebastian, no sry missed your mail. Your code doesn't work cause in Main (and in every published method) is no possibility to .registerActionShortcut(a, KeyStroke.getKeyStroke(KeyEvent.VK_SPACE, 0)); Damn I didn't expected that such an easy thing would

Re: [josm-dev] JOSM-Tested

2010-06-04 Thread Sebastian Klein
Dirk Stöcker wrote: Status: We are down to 143 core bugs. The most important ones again in one list: #4832 - Ask before download plugins with newer JOSM version #5078 - draw areas below ways, selections above, filtered below #4142 - Missing relations when loading elements #4998 -

Re: [josm-dev] detect focused layer

2010-06-15 Thread Sebastian Klein
Matthias Meißer wrote: Hi devs, I would like to know how I can get notified if the user has picked another layer from the list to disable a menu. The LayerChangeListener fires only, if you add a layer but not if the focus changes :( AFAIK, there is nothing like that, yet. (But you can be

Re: [josm-dev] Filters

2010-06-17 Thread Sebastian Klein
Gert Gremmen wrote: I was trying to use filters. Somehow there is a discrepancy between the help page and the latest tested 3329 version. I do not see how to select the options suggested on the help page such as hide or disable. The only thing I can select are add to selection and a

Re: [josm-dev] Handling of invisible objects and conflict system simplification

2010-06-26 Thread Sebastian Klein
Upliner wrote: But what to do if we have two local osm files where same object with same version has different visible attribute and user asks to merge them? Silently ignore the conflict and assume that source layer has precedence? Or ask the user to update visibility state from the server? What

Re: [josm-dev] Problem with large changeset

2010-07-06 Thread Sebastian Klein
Alan Mintz wrote: If I bring up the history dialog for this node, it says that v2 was edited in changeset 3504242, agreeing with the OSM file, but that it's coordinates were 33.80988, -117.40063. It says that v3 was edited in changeset 5131096 (the one in question) and the coordinates are

Re: [josm-dev] Problem with large changeset

2010-07-06 Thread Sebastian Klein
Alan Mintz wrote: At 2010-07-06 01:16, Sebastian Klein wrote: (But you said something about way conflicts, have you analysed these as well?) Not quite yet. The few I looked at were because the ways contained new nodes (with negative IDs) that had not been updated with the newly-assigned

Re: [josm-dev] JOSM Tested

2010-07-11 Thread Sebastian Klein
Dirk Stöcker wrote: Hello, a new month means a new tested. There have been no new features, bot only minor improvements and bug fixes in the last time. It seems nothing prevents a new tested version now. Core translations of the major languages are also nearly complete. What about making

[josm-dev] MapPaint Styles - combining line style and modifier

2010-07-19 Thread Sebastian Klein
Hi, if I have the following style: rule condition k=highway v=motorway/ line width=15 realwidth=15 colour=00f496 priority=1000/ linemod mode=over width=+70 colour=00ff00 dashed=7/ /rule it ignores the over line modifier. This is because of l. 144 in ElemStyles.java:

Re: [josm-dev] MapPaint Styles - combining line style and modifier

2010-07-19 Thread Sebastian Klein
compared to the example with one condition.) Sebastian On 7/19/10, Dirk Stöcker openstreet...@dstoecker.de wrote: On Mon, 19 Jul 2010, Sebastian Klein wrote: rule condition k=highway v=motorway/ line width=15 realwidth=15 colour=00f496 priority=1000/ linemod mode=over width=+70 colour=00ff00

Re: [josm-dev] Change to changeset comment handling, RfD

2010-08-02 Thread Sebastian Klein
Frederik Ramm wrote: Hi, I have changed the way JOSM treats changeset comments. This is a politically sensitive topic (see recent discussion on talk list), so I'd value your input. I'm willing to revert the change (applied in r3399) if people think it is for the worse. Tha vast majority

Re: [josm-dev] Change to changeset comment handling, RfD

2010-08-03 Thread Sebastian Klein
Frederik Ramm wrote: Hi, ce-test, qualified testing bv - Gert Gremmen wrote: I suggest we try to JOSM add some comments by itself: Merkaartor did that, or perhaps does it still. These auto-generated comments are next to worthless. They cannot replace one human being telling another human

Re: [josm-dev] JOSM and Java 6

2010-08-04 Thread Sebastian Klein
Dirk Stöcker wrote: Hello, according to a Trac ticket JOSM now finally used Java 6 functions. Could the one who did these changes please document the specific revision in the Startup page. The autosave feature [3378] by Jiri introduced Java 6 functions. So

Re: [josm-dev] Change to changeset comment handling, RfD

2010-08-04 Thread Sebastian Klein
Dirk Stöcker wrote: On Wed, 4 Aug 2010, Anthony wrote: And it is something that should be consistent across different editors. Actually this is nothing we need to worry about. JOSM is still settings the standards here. We have 50% of the market. Potlatch the remaining 50%. The other

[josm-dev] Windows-Installer: default projection is WGS84

2010-08-05 Thread Sebastian Klein
Hi, I just tried the windows installer and it creates the following default preference file: projection=org.openstreetmap.josm.data.projection.Epsg4326 layerlist.visible=true selectionlist.visible=true commandstack.visible=true propertiesdialog.visible=true

Re: [josm-dev] WMS requiring an EULA acceptance

2010-08-12 Thread Sebastian Klein
Pieren wrote: Dear josm-devs, In my country, we have a commercial imagery supplier which is ready to open its images but only for the OSM project (licencing issues fixed). For that, they will set-up a WMS for a limited coverage during an experimental period and want to check that only allowed

Re: [josm-dev] WMS and remote-control

2010-08-12 Thread Sebastian Klein
Komяpa wrote: Hi all, 1) Due to Landsat WMS being down and overloaded usually, we've set up a caching WMS proxy for it. JOSM URL is http://irs.gis-lab.info/?layers=landsat; Please consider updating JOSM defaults. Do you want it to show up in the list on the bottom, or make it installed by

Re: [josm-dev] WMS and remote-control

2010-08-14 Thread Sebastian Klein
Komяpa wrote: 2010/8/12 Sebastian Klein basti...@googlemail.com: Komяpa wrote: 1) Due to Landsat WMS being down and overloaded usually, we've set up a caching WMS proxy for it. JOSM URL is http://irs.gis-lab.info/?layers=landsat; Please consider updating JOSM defaults. Do you want

Re: [josm-dev] questions about plugin loading

2010-08-15 Thread Sebastian Klein
Bodo Meissner wrote: Does JOSM call a function of a plugin when all enabled plugins are loaded? This can be useful to override in Plugin class: mapFrameInitialized(MapFrame, MapFrame) Sebastian ___ josm-dev mailing list

Re: [josm-dev] Deploying third party libraries

2010-08-18 Thread Sebastian Klein
Matthias Meißer wrote: Hi everybody, I'd like to know how the deployment system works for external libraries. I added them in Eclipse and build.xml as external .jar libs. So what can I do to make sure that they get installed to the users computer? Or does they already become part of my

Re: [josm-dev] WMS and remote-control

2010-08-18 Thread Sebastian Klein
Bodo Meissner wrote: Hello Komяpa, I modified the plugins remotecontrol and wmsplugin. see http://wiki.openstreetmap.org/wiki/JOSM/Plugins/RemoteControl#other_commands and http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WMSPlugin#Remote_control I hope this is what you imagined. Please inform

Re: [josm-dev] WMS and remote-control

2010-08-18 Thread Sebastian Klein
Sebastian Klein wrote: Bodo Meissner wrote: Hello Komяpa, I modified the plugins remotecontrol and wmsplugin. see http://wiki.openstreetmap.org/wiki/JOSM/Plugins/RemoteControl#other_commands and http://wiki.openstreetmap.org/wiki/JOSM/Plugins/WMSPlugin#Remote_control I hope this is what

Re: [josm-dev] Cancel while downloading relations

2010-08-19 Thread Sebastian Klein
Maarten Deen wrote: I downloaded a relation which contains a lot of relations. So I selected them all and did download members. These were some 140 relations. The downloading went fast until all of a sudden it stopped. This was after about 84 relations. So I pressed cancel, expecting the

[josm-dev] Mailing list configuration - reply address

2010-08-19 Thread Sebastian Klein
Hi, who is managing the mailing list? I would appreciate, if mails sent to the list would have Reply-To: josm-dev@openstreetmap.org in the header. This way you can answer more easily to the list. Sebastian ___ josm-dev mailing list

Re: [josm-dev] Mailing list configuration - reply address

2010-08-19 Thread Sebastian Klein
Bodo Meissner wrote: Am 19.08.2010 19:57, schrieb Simone Cortesi: a reply-to sent directly to the user is there just to prevent somebody sending a personal mail to the whole list. any sufficiently advanced mailer has a reply to all button. +1 Thunderbird has a Reply to list button. This is

Re: [josm-dev] Mailing list configuration - reply address

2010-08-19 Thread Sebastian Klein
Paul Johnson wrote: On Thu, 19 Aug 2010 19:52:38 +0200, Sebastian Klein wrote: Hi, who is managing the mailing list? I would appreciate, if mails sent to the list would have Reply-To: josm-dev@openstreetmap.org in the header. This way you can answer more easily to the list. Reply

Re: [josm-dev] Add nodes and ways via remoteControl

2010-08-21 Thread Sebastian Klein
Bodo Meissner wrote: When I experimented with remotecontrol and wmsplugin I sometimes got NoSuchMethodException and JOSM suggested to disable the plugin, but sometimes JOSM simply hung. No console output? I will also implement a function to request the API version of the remotecontrol

Re: [josm-dev] Add nodes and ways via remoteControl

2010-08-22 Thread Sebastian Klein
Bodo Meissner wrote: Dirk Stöcker wrote: If you can automate it, it may work. this is impossible. I cannot automatically detect if there are incompatible changes in remotecontrol. Otherwise you will find, that updating the version tends to be forgotten more often than it is updated. We

Re: [josm-dev] WMS and remote-control

2010-08-22 Thread Sebastian Klein
Stephan Knauss wrote: Sebastian Klein wrote: So either the common protocol must be included in Josm core or another possible solution would be to use reflection. How about adding the basic functionality into core? Providing the listener and accepting commands. By default it will have

Re: [josm-dev] Add nodes and ways via remoteControl

2010-08-22 Thread Sebastian Klein
Bodo Meissner wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 22.08.2010 22:40, schrieb Sebastian Klein: Bodo Meissner wrote: I added a getVersion method to remotecontrol. [...] On compatible extensions the minor version should be incremented, on incompatible changes the major version

Re: [josm-dev] Add nodes and ways via remoteControl

2010-08-22 Thread Sebastian Klein
Bodo Meissner wrote: I added a getVersion method to remotecontrol. [...] On compatible extensions the minor version should be incremented, on incompatible changes the major version should be incremented and the minor version set to 0. What is the minor version good for? Sebastian

Re: [josm-dev] New Tested

2010-08-25 Thread Sebastian Klein
Stephan Knauss wrote: M∡rtin Koppenhoefer wrote: I'm talking about plugins that redefine common standard keys. That is IMHO bad for the usability. Is this possible? I always thought that once a shortcut is defined it can only be changed by the user. First one wins... The problem is,

Re: [josm-dev] GPX upload?

2010-09-01 Thread Sebastian Klein
Morten Kjeldgaard wrote: Hi, GPX upload from within JOSM stopped working for me a good time ago. SInce then, I have not uploaded any tracks, which is a shame, since I normally think of tracks as documentation for new map features (in case someone postulates that features have been copied

Re: [josm-dev] New Tested

2010-09-06 Thread Sebastian Klein
Dirk Stöcker wrote: On Wed, 25 Aug 2010, Dirk Stöcker wrote: as we forgot the tested release in August, we now can schedule a new release in time for September. So please prepare everything for a new release in first week of September. Any objections against 3514 as tested? Ciao No. Do

Re: [josm-dev] New Tested

2010-09-08 Thread Sebastian Klein
M∡rtin Koppenhoefer wrote: 2010/9/8 Dirk Stöcker openstreet...@dstoecker.de: On Wed, 8 Sep 2010, André Riedel wrote: 1-2 days, but I don't expect serious bugs - we usually get these in latest already :-) A little but nasty bug. http://josm.openstreetmap.de/ticket/5397 This one has been

Re: [josm-dev] Windows-Installer: default projection is WGS84

2010-09-10 Thread Sebastian Klein
Ulf Lamping wrote: Am 05.08.2010 18:51, schrieb Sebastian Klein: Hi, I just tried the windows installer and it creates the following default preference file: projection=org.openstreetmap.josm.data.projection.Epsg4326 layerlist.visible=true selectionlist.visible=true commandstack.visible=true

[josm-dev] ImportImagePlugin - contact authors?

2010-09-19 Thread Sebastian Klein
Hi, ImportImagePlugin has been added to svn, recently. It would be great to have it published for all users, but there has been a problem to contact the authors (Christoph Beekmans, Fabian Kowitz, Anna Robaszkiewicz, Oliver Kuhn, Martin Ulitzny according to the build file). Fabian alias

Re: [josm-dev] JOSM map display bugs - I'm not related to this ...

2010-10-01 Thread Sebastian Klein
Hi, are you referring to #4623? I'm sure it is absolutely coincidental and no one wants to talk down your contributions to josm. Please accept that within 2 years a view bugs in the painting code slip through, considering that the internal structure of josm has changed a lot. If you

Re: [josm-dev] Expanded functionality of Join Areas action

2010-10-07 Thread Sebastian Klein
Hi, I wonder if the user would expect all these features from a Join Areas command. How would you call it then, Swiss Army Knife for Areas? Why not have one tool for joining areas and another tool for creating them? (Just in case you don't know already: There are Multipolygon creation

Re: [josm-dev] Expanded functionality of Join Areas action

2010-10-07 Thread Sebastian Klein
Viesturs Zariņš wrote: On 2010.10.07. 14:29, Sebastian Klein wrote: The multipoly plugin will be included in JOSM core as soon as it has all features that you would expect from such a tool. (E.g. create multipolygon from several unclosed ways that together form a closed way.) So you can

Re: [josm-dev] EPSG:31287 projection

2010-10-12 Thread Sebastian Klein
Hi Georg, you did just the right thing, i.e. open a ticket and link the changes there. On the at-mailing list, there where reports about an offset of a view meters. Have the reasons been investigated? Could be a jmapproj bug or incorrect wms... Sebastian Fichtennadel wrote: Hello, I've

Re: [josm-dev] My first plugin: DirectDownload (and some help needed)

2010-10-12 Thread Sebastian Klein
Hi, For a relatively simple example, see http://trac.openstreetmap.org/browser/applications/editors/josm/plugins/photo_geotagging/src/org/openstreetmap/josm/plugins/photo_geotagging/GeotaggingAction.java#L161 Does that help? Sebastian Hartmut Holzgraefe wrote: Hi, i finally sat down

Re: [josm-dev] JOSM session

2010-10-18 Thread Sebastian Klein
Hi, can you show, what you have done so far? Then it might be easier to help. Sebastian Nakor wrote: Hello, I made good progress implementing ticket #4029 (JOSM sessions) but I am stuck at some point. To be able to reorder the layers correctly, set their visibilities and so on, I need

Re: [josm-dev] GPX upload?

2010-11-06 Thread Sebastian Klein
Hi Axel, you are right, DirectUpload plugin could benefit a lot from the code in OsmApi. Actually I have the feeling it might be easier to add the gpx upload code directly to the OsmApi class. (Or is there an easy way to hook in?) If you like, you can fully integrate the plugin into JOSM

Re: [josm-dev] GPX upload?

2010-11-07 Thread Sebastian Klein
Axel Kollmorgen wrote: On 2010-11-07 06:57, Sebastian Klein wrote: you are right, DirectUpload plugin could benefit a lot from the code in OsmApi. Actually I have the feeling it might be easier to add the gpx upload code directly to the OsmApi class. (Or is there an easy way to hook

[josm-dev] New tools plugin?

2010-11-07 Thread Sebastian Klein
Hi, there have been a couple of code submissions lately that add new entries to the tools menu: #5563 - Unglue relation (by Kalle Lampila) In a similar way that a single node is shared by 2 ways and you like to unglue it, there are sometimes 2 relations (e.g. multipolygon) that have the

Re: [josm-dev] Process to commit a patch ?

2010-11-11 Thread Sebastian Klein
Olivier Croquette wrote: Hi ! I would like to commit the patch below to increase the precision of the PicLayer rotation and scaling. Since i have a SVN account, I can technically just do it, but what's the process to do so ? Just do it. :) Is there a review ? A defined process ? No,

Re: [josm-dev] New tools plugin?

2010-11-14 Thread Sebastian Klein
Done. http://trac.openstreetmap.org/changeset/24236/applications/editors/josm Sebastian ___ josm-dev mailing list josm-dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/josm-dev

Re: [josm-dev] Process to commit a patch ?

2010-11-14 Thread Sebastian Klein
Axel Kollmorgen wrote: On 2010-11-13 20:50, Dirk Stöcker wrote: For everything else we are much happier when you just do it instead of bothering us with Trac tickets ;-) hm - wasn't aware (or didn't think) of that. so if i had a svn account, could i just check in my gpx upload patch (which

Re: [josm-dev] EastNorth immutable and cloning

2010-11-16 Thread Sebastian Klein
Olivier Croquette wrote: Hi all While implementing my improvements for PicLayer, I came upon 2 issues in the core code. NB: while I know other languages quite well (in particular C++ and Perl), I am a Java newbie. That may explains things ;-) 1) First, it's documented as a immutable class :

Re: [josm-dev] AddPrimitivesCommand constructor

2010-11-19 Thread Sebastian Klein
Roman Byshko wrote: Hi guys, currently AddPrimitivesCommand does not have a constructor where OsmLayer can be give as a parameter. I'm developing a plugin right now and need this option. May I ask what the plugin if for? The patch in the attachment adds this functionality. Would you please

Re: [josm-dev] TIFF support

2010-11-19 Thread Sebastian Klein
Olivier Croquette wrote: Hi ! When I call this code from JOSM : String[] formats = ImageIO.getReaderFormatNames(); for (String f:formats) { System.out.println(f); } It outputs tiff (lowercase, other variants like tif, TIF and TIFF are

Re: [josm-dev] Improved multipolygon plugin

2010-11-25 Thread Sebastian Klein
Viesturs Zarins wrote: Hi All, Just commited improvements to the multipolygon plugin. Changes: - Can now handle polygons consisting of several unclosed ways. - Supports multiple outer ways and deeper nesting. - Detects crossings. - Opens relation editor. It does not open the relation editor

[josm-dev] Tools menu too long when plugins installed

2010-11-27 Thread Sebastian Klein
Hi, it has been reported, that with many plugins installed, the tools menu grows such that some entries become invisible on a normal monitor. (See http://josm.openstreetmap.de/ticket/5638 for an example.) Any ideas how to fix this? We could move the simpler tools to a new top level menu,

Re: [josm-dev] sac_scale in JOSM - RFC for change of translation

2010-11-27 Thread Sebastian Klein
Dirk Stöcker wrote: On Thu, 25 Nov 2010, Fichtennadel wrote: I see your point, but if you look at the template it's not possible to put a long description in the list of values for sac_scale. And the current information is misleading, so the idea has been better none than wrong. There is

  1   2   >