[josm-dev] LiveGPS plugin - autocenter patch

Mark Wilkinson mark.wilkinson at 2pmtech.com
Tue Jun 24 14:18:06 BST 2008


Hello,
     I'm not sure if this is the right place to send this, but here is a 
short (1 line) patch to get the livegps plugin's autocenter feature to work.
Hope someone finds it of use.

Regards
Mark Wilkinson

Index: livegps/LiveGpsPlugin.java
===================================================================
--- livegps/LiveGpsPlugin.java  (revision 8435)
+++ livegps/LiveGpsPlugin.java  (working copy)
@@ -63,7 +63,7 @@

         public void actionPerformed(ActionEvent e) {
             if(lgpslayer != null) {
-                lgpslayer.center();
+                setAutoCenter(lgpsautocenter.isSelected());
             }
         }
     }





More information about the josm-dev mailing list