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-08-03 Thread Dirk Stöcker
On Sun, 3 Aug 2008, Robin Rattay wrote: here is a small update of the TagCorrector. Some code cleanup and addition of the key prefixes/suffixes forward and backward. This does not work: + return applyCorrections( + tagCorrections, +

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

Re: [josm-dev] Automatic tag correction

2008-07-06 Thread Raphael Mack
Hi, Am Sonntag, 6. Juli 2008 schrieb Robin Rattay: That's why I've attemped implement a tag corrector feature, that I really like that feature and think we should include it. I've set it up in a way that allows to use the functionalty elsewhere, [...] A next step would be to have corrections

Re: [josm-dev] Automatic tag correction

2008-07-06 Thread Dirk Stöcker
On Sun, 6 Jul 2008, Robin Rattay wrote: I've attached a patch, with the hope that someone could give their opinion on the idea in general and my implementation in particular. Idea in general is very nice. Implementation probably has some problems to be fixed, but I'm not yet the one to