Ignore:
Timestamp:
2019-04-07T09:48:42+02:00 (7 years ago)
Author:
gerdp
Message:

fix #17569: building_tools crashes when drawing circular building near 180 longitude

  • use method Node.isOutSideWorld() instead of LatLon.isOutSideWorld() (requires JOSM r14960)
  • improve code which tries to find an address node below the building to work also with circular buildings
  • fix some SonarLint inssues Use "==" to perform this enum comparison instead of using "equals"
File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/buildings_tools/build.xml

    r34572 r34968  
    44    <property name="commit.message" value="BuildingTools: Alt key to disable tags"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="14153"/>
     6    <property name="plugin.main.version" value="14960"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
Note: See TracChangeset for help on using the changeset viewer.