MicheleTobias / LiteratureMapper

A QGIS plugin to add geoJSON geometries to records in a Zotero library
GNU General Public License v2.0
28 stars 7 forks source link

Add Geometries: Lines, Polygons #11

Open MicheleTobias opened 6 years ago

MicheleTobias commented 6 years ago

Currently LiteratureMapper only supports points and multipoint geometries. To be really useful we need to add:

MicheleTobias commented 6 years ago

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 based on the geometry tag (all points into a file, all the polygons in another, etc.) to make the files more easy to work with in a map (i.e. no one wants to deal with 100 files containing one point each).