mtop / speciesgeocoder

Species locality data + polygons -> nexus file.
GNU General Public License v3.0
39 stars 21 forks source link

Allow graphical output for overlapping polygons #46

Closed azizka closed 10 years ago

azizka commented 10 years ago

The graphical output can not deal with overlapping polygons.

azizka commented 10 years ago

I fixed the problem for the barcharts. Output maps for files including overlapping polygons will not be possible for now. This is due to how the R-code structures the output of the point in polygon test. Sample identity is conserved via row in the data.frame, which is corrupted if each sample is assigned to multiple polygons. I propose to disable the map output for files containing overlapping polygons with a warning message for now and the implementation of this feature for a later version of the program. Maybe we should exclude the overlapping polygon from the example file to show the full spectrum of functionality.

azizka commented 10 years ago

overlapping polygons are possible now