#5599 closed enhancement (fixed)
[patch] Join areas speed improvement
Reported by: | extropy | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
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)
by , 14 years ago
Attachment: | joinAreas_fixes.diff added |
---|
comment:1 by , 14 years ago
Summary: | Join areas speed improvement → [patch] Join areas speed improvement |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
follow-up: 4 comment:3 by , 14 years ago
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!
follow-up: 5 comment:4 by , 14 years ago
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 by , 14 years ago
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]: