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

spatial view shows same data for all records #34

Open
eclecticlearner opened this issue Sep 15, 2016 · 0 comments
Open

spatial view shows same data for all records #34

eclecticlearner opened this issue Sep 15, 2016 · 0 comments

Comments

@eclecticlearner
Copy link

I created an innerjoin as part of spatial view. It succeeded without issue and loaded the result into QGIS. The resulting table and multipolygons displayed the same data for all 970 records and treated the table as if it was only 1 record. When I view the spatial view inside the plugin all records display correctly. I don't know if this is a qgis issue or qspatialite.

SELECT buildings., building_addresses.
FROM buildings
INNER JOIN building_addresses
ON buildings.Label = building_addresses.FacilityNumber;

buildings is mulitpolygon
building_addresses is a table

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

1 participant