Changeset 34106 in osm
- Timestamp:
- 2018-03-25T05:19:34+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/indoor_sweepline
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/indoor_sweepline/build.xml
r33828 r34106 5 5 <property name="commit.message" value="Commit message"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value="1 2643"/>7 <property name="plugin.main.version" value="13558"/> 8 8 9 9 <property name="plugin.author" value="Roland M. Olbricht"/> -
applications/editors/josm/plugins/indoor_sweepline/src/indoor_sweepline/IndoorSweeplineModel.java
r33828 r34106 23 23 24 24 public IndoorSweeplineModel(OsmDataLayer activeLayer, LatLon center) { 25 target = new ModelGeography(activeLayer. data, center);25 target = new ModelGeography(activeLayer.getDataSet(), center); 26 26 27 27 beams = new Vector<>();
Note:
See TracChangeset
for help on using the changeset viewer.