Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
360
Binding to DataSource on SqlShapeReader
posted

What is the reason that I can't bind in xaml to the datasource attrribute of the sqlshapereader?

 

ie  <igMap:SqlSharpReader DataSource="{Binding}/>

I would very much like to be able to do this so that when I update the data  source the new values are bound to the map.

Currently I have to manually refresh this data in c#,which is clunky

sqlReader.DataSource =  points;

 theMap.Layers[1].ImportAsync();

is there a way to have the map points live update on the map? Is this a feature that is planned to be implemented.

Thanks for your time

regards

 

Murray