Hello

Is there a way to specify the file path for the directory when creating an 
image mosaic?

Example:
Enter the following command in the terminal:
curl -u admin:Geos -XPUT -H "Content-type:application/zip" --data-binary 
@empty.zip 
http://localhost:8080/geoserver/rest/workspaces/test/coveragestores/empty/file.imagemosaic

The response to this command should look like this but I want to specify the 
rule to be file:data/my/file/path:
<coverageStore>
  <name>empty</name>
  <type>ImageMosaic</type>
  <enabled>true</enabled>
  <workspace>
    <name>test</name>
    <href>http://localhost:8083/geoserver/rest/workspaces/test.xml</href>
  </workspace>
  <__default>false</__default>
  <url>file:data/test/empty</url>
  <coverages>
    <atom:link xmlns:atom="http://www.w3.org/2005/Atom"; rel="alternate" 
href="http://localhost:8083/geoserver/rest/workspaces/test/coveragestores/empty/file/coverages.xml";
 type="application/xml"/>
  </coverages>
</coverageStore>

Dominique Bessette


_______________________________________________
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