Changeset 36322 in osm for applications/editors/josm/plugins
- Timestamp:
- 2024-08-22T13:31:07+02:00 (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/src/livegps/LiveGpsData.java
r36121 r36322 179 179 DataSet ds = MainApplication.getLayerManager().getActiveDataSet(); 180 180 if (ds != null) 181 Geometry.getClosestPrimitive(n, ds.getWays()); 181 way = Geometry.getClosestPrimitive(n, ds.getWays()); 182 182 if (way != null) { 183 183 wayString = way.getDisplayName(new DefaultNameFormatter() {
Note:
See TracChangeset
for help on using the changeset viewer.