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

geoJSON string missing final } #39

Closed MicheleTobias closed 5 years ago

MicheleTobias commented 5 years ago

Example of current geoJSON string: <geojson>{"type": "Point", "coordinates": [-123.06968518846, 38.3159900072391]</geojson>

Strings should have a } before the closing tag.

This is happening when LiteratureMapper saves the geometry to Zotero.

MicheleTobias commented 5 years ago

It appears that newly digitized points and multipoints are being saved with the correct string, so perhaps my malformed strings are from an older version. The new version is not fixing them, as I might have expected, but that's ok.