Is there a way to create a "GeoPackage (tiles)" store via GeoServer REST?  All 
I can seem to create is the regular "GeoPackage" store which is a vector data 
source (below).  What would I have to change to get it to be a GeoPackage 
(tiles) store?  Thanks!


http://localhost:12121/geoserver/rest/workspaces/MyWorkspace/datastores
{
  "dataStore": {
    "name": "CIB",
    "connectionParameters": {
      "entry": [
        {"@key":"database","$":"file://D:/testdata/CIB.gpkg"},
        {"@key":"dbtype","$":"geopkg"}
      ]
    }
  }
}
Ashley Mort
Sr. Software Engineer
972-638-6317 office
814-571-3039 cell

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
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


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to