#5599 closed enhancement (fixed)
[patch] Join areas speed improvement
| Reported by: | extropy | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
Hi.
Improved intersections testing performance and fixed bug when intersection very close to existing node.
Also moved several functions to tools/Geometry.java, that are used in Extrude action and the multipolygon plugin.
Attachments (1)
Change History (6)
Changed 3 years ago by extropy
comment:1 Changed 3 years ago by extropy
- Summary changed from Join areas speed improvement to [patch] Join areas speed improvement
comment:2 Changed 3 years ago by bastiK
- Resolution set to fixed
- Status changed from new to closed
comment:3 follow-up: ↓ 4 Changed 3 years ago by bastiK
When you adapt multipolygon plugin, please don't forget to set JOSM main version in build.xml.
Some unit tests for Geometry would be helpful!
comment:4 in reply to: ↑ 3 ; follow-up: ↓ 5 Changed 3 years ago by extropy
Replying to bastiK:
When you adapt multipolygon plugin, please don't forget to set JOSM main version in build.xml.
Sure.
Some unit tests for Geometry would be helpful!
I'll try to make some. Where do I put them? In the same package or somewhere else?
comment:5 in reply to: ↑ 4 Changed 3 years ago by bastiK
Replying to extropy:
I'll try to make some. Where do I put them? In the same package or somewhere else?
In "test" folder.



In [3650/josm]: