Re: [pmapper-users] Raster layer not shown in "Apply on Layer" box

2007-11-12 Thread Gambin Dejan
Thanks Armin, Unfortunatelly, I have already realised a performance leak with this raster format, as I had to classify all the values in .asc file in order to show it colored. The point is - I have to get a result row for every pixel inside of this raster as the pixel value is indeed the attribute

Re: [pmapper-users] Raster layer not shown in "Apply on Layer" box

2007-11-12 Thread Armin Burger
That is intended like this. If you apply select on a raster you'll get a result row for every pixel inside of the select box. 1st, that's not very useful, 2nd, it will kill the server. If you want to get it though have a look at how to set the layers for selection in x_select.php and modify the

[pmapper-users] Raster layer not shown in "Apply on Layer" box

2007-11-12 Thread Gambin Dejan
Hi, I have a raster layer (Arc/Info ASCII Grid) I need to query. Everything is working fine except I can't see this layer in "Apply on Layer" combo box, that is shown after clicking on "select" button. Where can I modify this? Thanks, Regards, dejan