hilite query in c#
Tamas Szekeres
szekerest at GMAIL.COM
Mon May 28 11:28:18 PDT 2007
Hi,
I've added a new example to the svn trunk:
http://trac.osgeo.org/mapserver/browser/trunk/mapserver/mapscript/csharp/examples/drawquery.cs
If you would like to check out the example in action download the
binaries from here:
http://members.chello.hu/szekeres.tamas1/DrawQuery.zip
execute run.bat and see the resulting image.
Best regards,
PS: The sample map file also shows how to label the layer based on the
attibutes.
2007/5/28, Tamas Szekeres <szekerest at gmail.com>:
> Hi,
>
> You might have to set the querymap parameters at the mapfile.
>
> QUERYMAP
> COLOR 0 0 255
> STATUS on
> STYLE hilite
> END
>
> or via mapscript.
>
>
> For more information see
> http://mapserver.gis.umn.edu/docs/reference/mapfile/querymap
>
> Best regards,
>
> Tamas Szekeres
>
>
>
> 2007/5/28, veeraswamyd at yahoo.co.in <veeraswamyd at yahoo.co.in>:
> >
> > Thankx for ur reply.
> > layer.queryByAttributes(map, att, qs, 1);
> > values r coming into this satatement,
> > but map.drawQuery() statement is not working
> > ie it is not hiliting the features on the map
> > plz tell me the code.
> >
>
More information about the MapServer-users
mailing list