WrappedCoverageDimension customizations won't survive a coverage operation
Description
Environment
Activity
Mass closing all resolved issues not modified in the last 4 weeks
Thanks, Andrea, your fix works.
Kind regards,
Ben.
–
Ben Caradoc-Davies <ben@transient.nz>
Director
Transient Software Limited <http://transient.nz/>
New Zealand
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel
Andrea,
CITE WCS 1.0 tests have been failing on all three tested branches for
five days. Just before these failures started, you committed a fix for
https://osgeo-org.atlassian.net/browse/GEOS-7566#icft=GEOS-7566 to all three tested branches; this is the only relevant change
I can find that affects all three branches. I have only circumstantial
evidence. No good deed goes unpunished.
https://osgeo-org.atlassian.net/browse/GEOS-7566#icft=GEOS-7566 WrappedCoverageDimension customizations won't survive a
coverage operation
https://osgeo-org.atlassian.net/browse/GEOS-7566
master:
https://github.com/geoserver/geoserver/commit/a63a2654069a37ba8d08a4f959562a8050eed446
2.9.x:
https://github.com/geoserver/geoserver/commit/2fe32dc1a8b0d61feb7c80e88aaceb522ffd91dc
2.8.x:
https://github.com/geoserver/geoserver/commit/c34589960ccb597c9ee0d87c33e59e4091baa6c5
Kind regards,
–
Ben Caradoc-Davies <ben@transient.nz>
Director
Transient Software Limited <http://transient.nz/>
New Zealand
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
WrappedCoverageDimension forces the dimension settings provided in the UI, but its customizations won't survive a crop since the resulting coverage has grid coverage dimensions built via the copy constructor (whilst the customizations leverage getter wrapping).
A different way of building the wrapped cov dimension is required so that the customizations survive a pass though crop and potentially other operations