Hi,

I hope this error must be somehow related to my problem but I just can't 
see how. Maybe something is wrong with my tif file but it worked 
yesterday! I have a tif layer classified, something like:

 METADATA
    "SKIP_LEGEND" "2"
    "DESCRIPTION" "Lday/dB(A)"
    "RESULT_FIELDS" "class, value_0"
    "RESULT_HEADERS" "RAZRED BUKE, RAZINA BUKE"
END
CLASS
    EXPRESSION ([pixel] <= 35)
    NAME '<=35dB(A)'
    COLOR 255 255 255
    TEMPLATE "void"
  END # Class
  CLASS
    EXPRESSION ([pixel] > 35 and [pixel] <=40)
    NAME '40dB(A)'
    COLOR 255 255 255
    TEMPLATE "void"
  END # Class
  CLASS
    EXPRESSION ([pixel] > 40 and [pixel] <=45)
    NAME '45dB(A)'
    COLOR 255 255 255
    TEMPLATE "void"
  END # Class
  CLASS
    EXPRESSION ([pixel] > 45 and [pixel] <=50)
    NAME '50dB(A)'
    COLOR 255 255 255
    TEMPLATE "void"
....................etc.....

When doing query by point on any of pixels that belong to some of those 
classes, I get this Javascript error and the window (infowin=dynwin) 
doesn't show up. Out of this it works fine. Even on pixels with NODATA 
values (-999) it shows up. And auto-identify also shows the results 
correctly... So I am totally confused :-(

Any help please?

regards, dejan



[EMAIL PROTECTED] wrote on 07.10.2008 12:35:10:

> I have noticed the Javascript error in error console (Firefox) when this 

> happens (the results table doesn't show up). It says:
> 
> shplinkL is undefined
> http://......./javascript/pm_cjs.js
> 
> Is this maybe related to my problem?
> 
> thanks very much
> 
> regards, dejan
> 
> [EMAIL PROTECTED] wrote on 07.10.2008 10:42:25:
> 
> > 
> > Hi, 
> > 
> > I am using query on tif layer and everything was fine untill today. 
> > Now I can't query the raster any more. There are no errors showing 
> > immediatelly in log files, except few times in php error log, saying: 
> > 
> > PHP Warning:  [MapServer Error]: msRASTERLayerOpen(): Attempt to 
> > open a RASTER layer, but this is only supported after a raster query. 
> >  in /var/www/pmapper32/incphp/map.php on line 728 
> > 
> > I am using php5-mapscript (5.0.0-3)[universe] package on ubuntu and 
> > p.mapper 3.2.0 
> > 
> > I would appreciate any help 
> > 
> > thanks very much 
> > 
> > regards, dejan_______________________________________________
> > mapserver-users mailing list
> > [EMAIL PROTECTED]
> > http://lists.osgeo.org/mailman/listinfo/mapserver-users
> 
-------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's 
challenge
> Build the coolest Linux based applications with Moblin SDK & win great 
prizes
> Grand prize is a trip for two to an Open Source event anywhere in the 
world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> pmapper-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
pmapper-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to