Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple geometry columns #21

Open
m-kuhn opened this issue Dec 5, 2015 · 2 comments
Open

Multiple geometry columns #21

m-kuhn opened this issue Dec 5, 2015 · 2 comments

Comments

@m-kuhn
Copy link
Member

m-kuhn commented Dec 5, 2015

Situation is: additional geometry columns are internally propagated as EKWT (SRID=XXX;WKT)

Proposal: propagate them as QgsGeometry internally and move the CRS information to the field definition.

@nyalldawson
Copy link
Contributor

I would VERY much like to see this, as it would open up lots of possibilities such as:

It would also allow us to make the attribute table usable for layers with multiple geometry columns. Currently the conversion to EKWT can result in huge strings, which kill performance in the attribute table.

I would like to see the the attribute table use a special "geometry widget" to display additional geometries - see eg nyalldawson/QGIS@0b14f82 (more of a proof-of-concept than anything usable - but allows easy copying of geometry as wkt/json and pasting geometries into an existing row, or removing geometries from a row) and http://hub.qgis.org/issues/10283

@haubourg
Copy link
Member

+1 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants