Ticket #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
Change History
comment:1 Changed 19 months ago by extropy
- Summary changed from Join areas speed improvement to [patch] Join areas speed improvement
comment:2 Changed 19 months ago by bastiK
- Status changed from new to closed
- Resolution set to fixed
In [3650/josm]:
comment:3 follow-up: ↓ 4 Changed 19 months 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 19 months 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?


