[Geoserver-devel] [JIRA] (GEOS-8307) RenderedImageMapOutputFormat won't try to render requests outside of the reader declared envelope

Andrea Aime created an issue

GeoServer / BugGEOS-8307

RenderedImageMapOutputFormat won’t try to render requests outside of the reader declared envelope

Issue Type:

BugBug

Assignee:

Unassigned

Components:

WMS

Created:

28/Sep/17 7:43 PM

Priority:

MediumMedium

Reporter:

Andrea Aime

The current “optimization” avoids to call reading at all if the requested envelope is outside the reader original envelope.
Some readers like mosaic can have a time varying envelope that might be very expensive to recompute (especially if used to decide if we want to call read, which would require a very precise result, not an approximate one) and not easy to keep up to date over a distributed environment.
Just attempt a read instead, like common OGC clients do in face of the capabilities envelopes (for the same reason).

For RenderedImageMapOutputFormat this happens only on the direct raster path and if a rendering transformation is present

Add Comment

Add Comment

Get JIRA notifications on your phone! Download the JIRA Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100063-sha1:5b66ec3)

Atlassian logo