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,
+   way,
+   tr(When reverting this way  + nameVisitor.name
+   + , following changes to the properties are 
suggested 
+   + in order to maintain data consistency.));

You cannot join translatable strings.

Use {0} for arguments. tr( {0} yyy {1}..., arg1, arg2);

Ciao
-- 
http://www.dstoecker.eu/ (PGP key available)

___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


[josm-dev] two suggestions to improve JOSM a lot

2008-08-03 Thread Tobias Wendorff
Hi there,

suggestion 1:
Stop drawing Nodes by pressing ESC ... every professional GIS has it,
every graphic application has it. It's a very important panic-button!

suggestion 2:
Angle Snapping for 45° and 90° angles ... starting from the last node.
This is very helpful for drawing houses and places.

May parts of my study at University have to do with GIS and CAD. Since
man-made constructions mainly use 45° and 90° angles, it's okay to
work with this fixed values.

What do you think?

Best regards,
Tobias

___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev