Hello!
I am using SqlGeospatialDataReader as InformationLayer.Reader.
Is there something like a Selected Point template? To visually see, what point is selected. My WKT data is Multipoint. I also would like every multipoint from a WKT beeing selected, when one is clicked. Can this be done with SqlGeospatialDataReader?
And is it beeng synched with the selection of the underlaying QueryableEntityCollectionView thats the itemsource for the SqlGeospatialDataReader?
greetings
I am using SqlGeospatialDataReader as InformationLayer.Reader.
<
telerik:SqlGeospatialDataReader
Source
=
"{Binding Grundstücke}"
GeospatialPropertyName
=
"WKTGeo"
ToolTipFormat
=
"{}ID: {ID} {Riede} Reihen: {Reihen}
">
<
telerik:SqlGeospatialDataReader.PointTemplate
>
<
DataTemplate
>
<
Ellipse
Width
=
"8"
Height
=
"8"
Fill
=
"Black"
Stroke
=
"White"
StrokeThickness
=
"1"
/>
</
DataTemplate
>
</
telerik:SqlGeospatialDataReader.PointTemplate
>
</
telerik:SqlGeospatialDataReader
>
Is there something like a Selected Point template? To visually see, what point is selected. My WKT data is Multipoint. I also would like every multipoint from a WKT beeing selected, when one is clicked. Can this be done with SqlGeospatialDataReader?
And is it beeng synched with the selection of the underlaying QueryableEntityCollectionView thats the itemsource for the SqlGeospatialDataReader?
greetings