Michele Tobias

Results 8 comments of Michele Tobias

I had the same error with QGIS 3.20.0 I solved it by installing piexif (and then scipy because that was also missing) into my python 3.9 folder. I followed the...

I should probably note that in my error message, the folder it was looking for was Python39 and not Python37 like in the example above.

Idea: Each citation gets text equivalent to a geojson file in the Extra field On opening the plugin, the plugin can sort through the available files and group them up...

I thought maybe it isn't able to make polygons yet, so I tried points and lines in a geopackage and both of them gave me a similar error message.

I did some more investigating. On line 394 of pic2map.py, `isEditTool` is a property of mapTool in version 2.0 of the API and isn't available in 3.0 so I wonder...

That makes sense. I think potentially there could be some reorganization in the code that might help make implementing this fix a little easier (the code currently calls the API...

Is the collection you're trying to connect to public? Literature Mapper doesn't yet work with private collections.

That's what Issue #50 is about.