You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During testing of the import --replace-existing flag I've found that re-importing an identical shapefile appears to result in a schema change and a change to every feature. It was expected that I'd get an empty commit.
Similarly, if a minor change is made before re-importing, a schema change is applied and every feature modified. I would expect just the minor change to be applied.
To Reproduce
Steps to reproduce the behaviour:
mkdir test
kart import ~/Desktop/territorial-authorities-SHP/territorial-authorities.shp
kart import ~/Desktop/territorial-authorities-SHP/territorial-authorities.shp --replace-existing
kart show
Describe the bug
During testing of the
import --replace-existing
flag I've found that re-importing an identical shapefile appears to result in a schema change and a change to every feature. It was expected that I'd get an empty commit.Similarly, if a minor change is made before re-importing, a schema change is applied and every feature modified. I would expect just the minor change to be applied.
To Reproduce
Steps to reproduce the behaviour:
Produces
Version Info
The text was updated successfully, but these errors were encountered: