LiteratureMapper
LiteratureMapper copied to clipboard
A QGIS plugin to add geoJSON geometries to records in a Zotero library
Currently when saving we request the online version of record, update the Extra and the push back. We already have a copy of the record when we loaded the plugin,...
We should only upload things that have been changed locally. We can check this at the saveZotero stage, or mark records when they get changed before calling Save.
Currently LiteratureMapper only supports points and multipoint geometries. To be really useful we need to add: - [ ] Line - [ ] Multiline - [ ] Polygon - [...
On the initial dialog, depending on system font chosen by user, some labels get cut off. Label widgets should get put into an auto width spacer in Qt.
People may want to be able to fix, adjust, or add to the points, lines, and polgyons they've already made instead of just overwriting them.
You could map many different kinds of locations for one paper - the study cite, the author's institution(s), etc. Let's add a tag system to the geometry strings that lets...