Skip to content

Commit

Permalink
Update to JOSM 14628
Browse files Browse the repository at this point in the history
  • Loading branch information
don-vip committed Jan 5, 2019
1 parent 86ae425 commit 89c0045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- enter the SVN commit message -->
<property name="commit.message" value="Initial"/>
<!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
<property name="plugin.main.version" value="14153"/>
<property name="plugin.main.version" value="14628"/>
<property name="plugin.canloadatruntime" value="true"/>
<!-- Configure these properties (replace "..." accordingly).
See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private void nextWay() {
getLayerManager().getEditDataSet().addSelected(w.getPrimitiveId());
BoundingXYVisitor boundingVisitor = new BoundingXYVisitor();
boundingVisitor.visit(w);
boundingVisitor.enlargeToMinSize(2000.);
boundingVisitor.enlargeBoundingBoxLogarithmically();
MainApplication.getMap().mapView.zoomTo(boundingVisitor);
CheckDirectionDialog dialog = new CheckDirectionDialog(this, nWaysCompleted/(1.*nWaysFixme));
dialog.makeVisible();
Expand Down

0 comments on commit 89c0045

Please sign in to comment.