Ticket #1929 (closed feature: fixed)

Opened 4 years ago

Last modified 4 years ago

Add split method for linestring and multilinestring.

Reported by: tschaub Owned by:
Priority: minor Milestone: 2.8 Release
Component: Geometry.LineString Version: 2.7
Keywords: Cc:
State: Complete

Description

To split one geometry with another.

Attachments

split.patch Download (38.9 KB) - added by tschaub 4 years ago.
split linestring and multilinestring

Change History

Changed 4 years ago by tschaub

Depends on #1192.

Changed 4 years ago by tschaub

  • state set to Review

Changed 4 years ago by tschaub

split linestring and multilinestring

Changed 4 years ago by tschaub

All tests pass in FF3.

Changed 4 years ago by ahocevar

  • state changed from Review to Commit

Tests also pass in FF7. I'd say this is good to commit -- and thanks for your efforts!

Changed 4 years ago by tschaub

  • status changed from new to closed
  • state changed from Commit to Complete
  • resolution set to fixed

(In [8974]) Add split method for linestring and multilinestring geometries. Use for splitting one geometry with another. Optionally performs a mutual split. r=ahocevar (closes #1929)

Note: See TracTickets for help on using tickets.