Changeset 16290 in osm for applications/editors/josm/plugins/livegps
- Timestamp:
- 2009-07-03T12:34:14+02:00 (17 years ago)
- Location:
- applications/editors/josm/plugins/livegps
- Files:
-
- 2 edited
-
build.xml (modified) (1 diff)
-
src/livegps/LiveGpsLayer.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/build.xml
r14120 r16290 26 26 <attribute name="Plugin-Description" value="Support live GPS input (moving dot) through a connection to gpsd server."/> 27 27 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/LiveGPS"/> 28 <attribute name="Plugin-Mainversion" value="1 498"/>28 <attribute name="Plugin-Mainversion" value="1722"/> 29 29 <attribute name="Plugin-Stage" value="50"/> 30 30 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> -
applications/editors/josm/plugins/livegps/src/livegps/LiveGpsLayer.java
r14057 r16290 74 74 { 75 75 if (lastPoint != null) 76 Main.map.mapView.zoomTo(lastPoint.eastNorth , Main.map.mapView.getScale());76 Main.map.mapView.zoomTo(lastPoint.eastNorth); 77 77 } 78 78
Note:
See TracChangeset
for help on using the changeset viewer.
