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
Currently, all files selected to import are converted to a gpkg before importing. However, Kart also support shapefiles as a valid import format, so there is no need to convert them
The text was updated successfully, but these errors were encountered:
This isn't properly documented yet, but worth noting here that Kart can now import from most OGR vector formats.
E.g.
kart import "OGR:ESRIJSON:https://sampleserver6.arcgisonline.com/arcgis/rest/services/PoolPermits/FeatureServer/0/query?f=pjson" --dataset pool-permits
Currently, all files selected to import are converted to a gpkg before importing. However, Kart also support shapefiles as a valid import format, so there is no need to convert them
The text was updated successfully, but these errors were encountered: