Cadasta / cadasta-qgis-plugin

[DEPRECATED] QGIS plugin to create, edit, upload and download Cadasta projects
GNU General Public License v3.0
4 stars 7 forks source link

about attributes in JSON format #90

Closed meomancer closed 7 years ago

meomancer commented 7 years ago

Problem

Oliver's question:

The attributes are shown as JSON in the attribute table. Will that be changed, so each field in the JSON is a separate field in the attribute table?

Solution

Yes, we can parse it. Although for geojson, the correct way is bring all of attributes json to just in properties. So it is separate properties.

timlinux commented 7 years ago

@cchristelis This sounds like the thing I flagged with you guys where the JSON raw value were not being split out into their own fields.....it is the same issue @meomancer ?

cchristelis commented 7 years ago

exactly @timlinux. So @meomancer, we need to convert from json to attributes table and vice versa.