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

Download and join relationship and party attributes #89

Closed meomancer closed 7 years ago

meomancer commented 7 years ago

Oliver's question:

Related to this is the project download option. You can download a project but only look at it, but there's no way to update anything. Also, is there a way to download and join relationship and party attributes?

oliverroick commented 7 years ago

Regarding our discussions this morning about the m:n-relationships to relationships and parties:

One thing that came to my mind that might help in this case is thinking of relationship and party data as CSVs. In QGIS, you can add CSV files to your list of layers and view and edit like any other attribute table, they are just not shown on the map. This is the way we handle this problem in exports: You get a Shapefile and CSVs for parties and relationships.

screen shot 2017-02-08 at 16 42 55

Would that be a feasible way forward?

dimasciput commented 7 years ago

Thanks @oliverroick , we will look into it today.

dimasciput commented 7 years ago

Hi @oliverroick I addressed this issue in https://github.com/kartoza/cadasta-qgis-plugin/pull/102 with different layer for relationships and parties, here's the screencast :

cadasta

oliverroick commented 7 years ago

Looks good! Nice work.