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());
}
}
}
_______________________________________________
josm-dev mailing list
[email protected]
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/josm-dev