Robert Coup created an issue |
Issue Type: |
Bug |
---|---|
Affects Versions: |
2.5 |
Assignee: |
|
Components: |
Image Pyramid, REST |
Created: |
04/May/14 4:59 PM |
Labels: |
coverage coveragestores rest imagepyramid |
Priority: |
Major |
Reporter: |
Steps:
It does work if you pass every single property of the coverage in ? grid ranges, nativeCRS, extents, etc ? everything The error occurs because the reader name (“Name=mycs” from “/path/to/mycs/mycs.properties”) is being checked against the coverage name (“mycoverage”) when configuring the new coverage via Creating the coveragestore as “mycoverage” via REST with “file:///path/to/mycs” with an existing It seems to work better if you (a) change the /path/to/mycs/mycs.properties file to have “Name=mycoverage”, (b) create the coveragestore as “mycoverage”, and (c) create the coverage as “mycoverage”. Though I’m still testing that approach. This approach (having the coverage name differ from the coveragestore/reader name) worked okay under v2.1 and (iirc) v2.4. Seems like the reader name, coverage store name, and coverage name should all be able to be independent? |
This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c) |