Marcin
Marcin
> What kind of JPEG2000 images you have as source? You probably have kdu_show, what does File - Properties show? Is you image fast to view with kdu_show? ``` root@80e024210320:/kakadu/bin/Linux-x86-64-gcc#...
> Perhaps kdu_show is only for Windows? The name of "kdu_jp2info" feels promising, have you tried it? Alternatively, can you share/make test data? Yup I will give it a try...
Hmm it have a problem with lack of libkdu_v83.so shared libraries but it's clear that it's located in a lib directory :/ ``` /kakadu/bin/Linux-x86-64-gcc/kdu_jp2info: error while loading shared libraries: libkdu_v83R.so:...
> So nothing special in the image. Lossless 8-bit RGB, LRCP progression, with 1024x1024 tiles and includes precincts. Image is fast to use with kdu_show and with QGIS (JP2OpenJPEG). >...
> You should try to isolate things a bit. For example just try with gdal_translate. That said, I've indeed seen (rare) situations where openjpeg can be faster than Kakadu. It...
I think that creating new class called LIMIT within Layer would be a good idea. Then users will be able to define maximal number of rendered features within layer based...
No, I believe that MAXFEATURES defines the number of images to be drawn, so if I will have my data i descending cloud cover order then on top of my...
As I wrote, the "order by" in its current form returns the column in the following order: maxcc 90% 90% 90% 90% 90% 90% 90% 85% 75% 65% 50% 10%...
@geographika Okay but how to add ORDER BY to outer query? From what I understand config keyword SORTBY mentioned here https://github.com/MapServer/MapServer/issues/5041#issue-50275224 is not implemented? I guess for now this is...
@jratike80 Yup saw this one before. But from what I understand it is based on timestamp parameter passed to DATA query, but this parameter is not TIME dimension, so in...