Closed GoogleCodeExporter closed 9 years ago
Issue 228 has been merged into this issue.
Original comment by underbluewaters
on 29 Mar 2010 at 3:51
Original comment by underbluewaters
on 8 Apr 2010 at 3:38
I had some work done on this already so i checked it in; revision r1443.
When you do a get request supplying some mpa ids:
http://localhost:8000/mpas/clip/?mpaid=1000017&mpaid=1000018&mpaid=1000016
you get a form with some fancy js stuff that allows the list items to be sorted
by
drag-n-drop and then posted in that order to the same URL. The order determines
clipping precedence.
The server-side view uses the geodjango methods to clip the mpas according to
their
order. I tried to put in a number of checks to handle all the edge cases but
there
will no doubt be wierd GEOS errors popping up in its current state.
All in all it works pretty well for the common cases but is not yet integrated
with
marinemap as we still have some UI/workflow issues to figure out first.
Original comment by perrygeo...@gmail.com
on 13 Apr 2010 at 8:11
Issue 335 has been merged into this issue.
Original comment by underbluewaters
on 16 Apr 2010 at 4:52
moving this to milestone 1.4
Original comment by sfletche@gmail.com
on 26 Apr 2010 at 6:19
After discussing this with Charles, it doesn't seem like this approach is going
to solve our problem. It makes it
possible that users could draw shapes in a way that creates topologically
correct MPAs, but only at one
boundary. It's unlikely that users would even go thru the trouble to do this
though. If it doesn't make hand-fixing
of the MPA boundaries unnecessary there isn't much point in adding it to the
interface.
A better solution would be to have some process that actually does
edge-matching. That would be great, but I
don't think we have time for it :(
Original comment by underbluewaters
on 31 May 2010 at 5:17
Original issue reported on code.google.com by
underbluewaters
on 29 Mar 2010 at 3:51