Hi,
we want to change from geoserver version 2.3.5 to 2.4 - but our REST batch
jobs (using XML definition files) for creating some coverages (image mosaic)
fails with http 500 on our test environment. Manually creating the layer
works. So I examined both 'coverage.xml' files and there it is - the missing
grid information are causing the error!
...
  <nativeFormat>ImageMosaic</nativeFormat>
  <grid dimension="2">
    <range>
      <low>0 0</low>
      <high>9468676 12505186</high>
    </range>
    <transform>
      <scaleX>0.06666753067523809</scaleX>
      <scaleY>-0.06666753067523809</scaleY>
      <shearX>0.0</shearX>
      <shearY>0.0</shearY>
      <translateX>3289651.3040923895</translateX>
      <translateY>6086874.309666235</translateY>
    </transform>
    <crs>EPSG:31467</crs>
  </grid>
...

If I copy this information towards the batch XML, the REST batch creates the
coverage - no error. For me it seems to be an error, because the grid
information must be taken from the image mosaic (so it was done in version
2.3)?

Could any of the developers proof this - thanks a lot!!

Best
Wolfram




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Coverage-REST-error-image-mosaic-in-geoserver-2-4-x-tp5129850.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to