ucd-cws / PISCES

Software for tracking and analyzing fish species range data
Other
0 stars 2 forks source link

PISCES mapping code only handles single data frames #78

Open nickrsan opened 9 years ago

nickrsan commented 9 years ago

Original report by Nicholas Santos (Bitbucket: nickrsan, GitHub: nickrsan).


From mapping.py line 236 as of #7c7d75d4f135dd9521be894245d42894235084b2

"# TODO: WARNING - this won't handle MXDs with multiple data frames - we can fix this by having it check all data frames for the first one with the reference layer in it. That way we could support inset maps, etc"

I know Andy is currently working on allowing inset maps to be part of the template, so we should fix this soon.