[MAPSERVER-USERS] Help raster data access
Matthew Doyle
mtd at bom.gov.au
Fri May 2 00:14:42 PDT 2008
Hi Pablo,
This may not exactly relate to your problem, but i have identified (through
similar means) that there are some flaws in the raster query and it
returning too many responses. I have created a ticket for this problem and
it is being looked into.
Please follow: http://trac.osgeo.org/mapserver/ticket/2603 to track this
issue.
Best regards,
Matt
pablo zader wrote:
>
> Hello friends,
> I am working with MApServer 5, want to do query on layers raster and have
> the following problem: on a layers raster once chosen the tool of query
> gives the following thing to the clickear:
>
> " MsQueryByPoint (): Search returned not results. Not matching record (s)
> found. "
>
> The layer raster of my map file defini like that:
>
> LAYER
> NAME "arboles"
> TYPE raster
> DATA "cobertura/GLC_5Final.tif"
> STATUS ON
> CLASS
> EXPRESSION ([pixel] = 1)
> STYLE
> COLOR 0 255 0
>
> END
> TEMPLATE "template/raster.html"
> END
>
> CLASS
> EXPRESSION ([pixel] = 1)
> STYLE
> COLOR 255 226 187
> END
> #TEMPLATE "template/raster.html"
> END
> HEADER "template/raster_header.html"
> FOOTER "template/raster_footer.html"
>
> The file raster.html (that is the principal one in the consultation)
> defini
> like that:
>
> <html>
> <body>
>
> Pixel:<br>
> values=[value_list]<br>
> value_0=[value_0]<br>
> value_1=[value_1]<br>
> value_2=[value_2]<br>
> RGB = [RED],[GREEN],[BLUE]<p>
> Class = [class]<br>
>
> </body>
> </html>
> I wait for his help .. from already thank you very much to this forum
> that
> really contributes things very interesting and good solutions
> Regards
>
> Pablo.-
> --
> Pablo Zader
>
> _______________________________________________
> mapserver-users mailing list
> mapserver-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
>
--
View this message in context: http://www.nabble.com/Help-raster-data-access-tp16909264p16999703.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
More information about the MapServer-users
mailing list