Alex I. Mandel
Alex I. Mandel
When you get to page that lists several items, so 1 level from the bottom (this may also in part apply to items), provide a map viewer showing the extents...
In discussing how users might want to access a spatially referenced Zotero library. Some users may want to simply export an existing Collection as a spatial layer. We should research...
Right now, pretty sure only public collections work, is that a limitation of the API?
Related to #44 it does not seem that shared collections work, needs more testing to verify. Specifically does it work for the owner but not additional people on the share....
Given an API key and user, the plugin could look up available collections, and let you select from a list, instead of having to figure out what the Key is.
Include an open in browser option for records to make it easy for a user to open a paper while digitizing in order to read the location descriptions. Should be...
As GeoJson currently only supports EPSG:4236 and it's the most interchangeable, only record data in that crs, reprojecting if needed from the map canvas. Optional: Could also set the map...
Looking at the Extra Field specification, I'm wondering if we should move to Geometry: {geosjon} \n , to follow the conventions noted in the docs. It's more similar to json...
The API request for a group library appears to succeed(maybe not), but the json returned might not be exactly the same as direct user collections. Was working on this in...
Ran ```make pep8``` which checks the code against python style guidelines. Should be easy to fix most of these, not critical as it doesn't break code. `./literature_mapper.py:24:80: E501 line too...