Hi, I'll looking for a way that be able import my gpkg files into GeoServer
PostGIS(datastore) by GeoServer REST API,via "*Axios*" not curl method, I
did try to add my geopackages files by axios same below template but I can't
import. I did add .file.gpkg end of my url based on Ian Turan in
stackoverflow but it didn't work.

I'm using formidable library

formData= FormData

  axios.put(url, formData,{
 formData.getHeaders(),
{auth:
user:geouser,
password,geopass}
}).then(response=>{
console.log(response)

})

but It can not import my gpkg files, How I can do that? I did install
geopackage extension already
I'am using GeoServer 2.18.1, and my OS is Debian 10 x64, PostGIS 3,
PostgreSQL 13



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to