koordinates / kart-qgis-plugin

A QGIS integration plugin for Kart repositories. Distributed version-control for geospatial and tabular data.
https://kartproject.org
GNU General Public License v2.0
37 stars 16 forks source link

Only x and y are used in the diff viewer #68

Closed pfw closed 2 years ago

pfw commented 2 years ago

Exclude any z values from geometries when creating points. Geometries with x,y,z would crash the geometry diff viewer.

pfw commented 2 years ago

Agreed on splitting out. I think there is a bunch in the UI related modules that could go to a more general module, just data handling.

This was a drive by error and the quickest fix without diving too deep down a rabbit hole. The diff view makes 4 calls to kart to get the data for that dialog so potentially that should be pulled together and the clean up to 2-dimensional points done there.