Re: [Geoserver-users] Geoserver bottleneck when writing response image

2022-10-20 Thread Rahkonen Jukka
Hi, I wonder if the developers have missed the essential, that the same process is fast on a physical server but very slow on the virtual one. Or is there something in the virtualization that has an effect that the virtual server must take some extra slow route? If doing so simple rendering

Re: [Geoserver-users] Capabilities - Min/MaxScaleDenominator

2022-10-20 Thread Andrea Aime
GetFeatureInfo should only return features that you saw on the GetMap embedded into it (the one it originates from)., and whose rendering affect the pixel you clicked on. So it accounts for everything, scale dependencies, filters, dimensions, shape of the symbol used, and so on Cheers Andrea On

Re: [Geoserver-users] Geoserver bottleneck when writing response image

2022-10-20 Thread Andrea Aime
Hi, the reprojection also has a sort of "fast path" and a "slow path". In the fast path, the complex/slow reprojection math is simplified to an equivalent affine transform that would not move the pixels more than 0.3 pixels away. It typically kicks in when you are zoomed in enough, and you'd see a

Re: [Geoserver-users] Capabilities - Min/MaxScaleDenominator

2022-10-20 Thread Peter Rushforth
> > Yes, by memory the scale range in the caps should report visibility: you > have a chance of seeing something in that range, outside of it, no chance > at all. > So, while I did not review the code, range union should be the way to go. > By extension, if you have a rule in any associated style

Re: [Geoserver-users] Capabilities - Min/MaxScaleDenominator

2022-10-20 Thread Andrea Aime
On Thu, Oct 20, 2022 at 5:14 PM Peter Rushforth wrote: > It also lists quite a few styles for that layer. Among the styles listed > for rail, there are a few rules, which have a different min/max scale > specified > (example) >

Re: [Geoserver-users] Capabilities - Min/MaxScaleDenominator

2022-10-20 Thread Peter Rushforth
Hi, Thanks for your help. Take the "rail" layer as an example. In the capabilities document , its min/max scale is: 1.0 16.0 It also lists quite a few styles for that layer. Among the styles

Re: [Geoserver-users] Geoserver bottleneck when writing response image

2022-10-20 Thread Pa Pu
Hi Jody, not sure how to identify if the "fast-path" was taken or not, I don't see anything suggesting it did, but I could be looking for wrong key words. Thank you for explaining the components. What confused me was that I saw the image chain and reprojection information logged in but didn't

Re: [Geoserver-users] Capabilities - Min/MaxScaleDenominator

2022-10-20 Thread Andrea Aime
You need a layer having styles the completely block its visibility at certain scales (easy setup, one style, one rule, set a max scale denominator in it). The styles in OS ZoomStack have this property, and the caps document reports

Re: [Geoserver-users] CADRG-RPF Data not able to load into GeoServer

2022-10-20 Thread Brad Hards
On Thursday, 20 October 2022 8:08:05 PM AEDT nanda kishor wrote: > I'm trying to add CADRG-RPF data into #geoserver 2.21.0 having plugin > installed #gdal 3.0.4 on Ubuntu 20.04 LTS. Does the gdal plugin work for other data types? > When I tried to create the new ImageMosaic store then error