Open antoniolocandro opened 2 years ago
If you currently have a need to have two versions of the same dataset in a repo you can use the command line with something similar to this:
kart import postgresql://username:@localhost/data_gov_au mdb_boundaries:another
Which will import the mdb_boundaries table as a dataset with the name another
. You can also import a GPKG in a similar way.
kart import GPKG:/Volumes/GIS/data.gov.au/mdb-boundaries.gpkg mdbboundaries:another
We'll also look at how we can best support that as an option in the plugin.
if the kart repository already includes a layer that happens to have the same name as one you are importing the plugin shows only there is conflict but no way to handle it, ideally it would allow user to specify a non-conflicting name if wanted or cancel the operations
Steps: