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
90
Problems with XamGeographicMap
posted

I'm trying to create a XamGeographicMap to show some data points. However, I'm getting all kinds of errors simply trying to use it as the sample. I can add an XamGeographicMap like this:

<ig:xamgeographicmap x:name="GeoMap">

But I get the following errors:

Error Property 'Content' does not support values of type 'XamGeographicMap'.

Error The tag 'XamGeographicMap.GeographicSymbolSeries' does not exist in XML namespace 'http://schemas.infragistics.com/xaml'.

However, it does run. But when I add anything (like a series) it fails again:

<ig:XamGeographicMap x:Name="GeoMap">
  <ig:XamGeographicMap.Series>
    <ig:XamGeographicMap.GeographicSymbolSeries/>
  </ig:XamGeographicMap.Series>
</ig:XamGeographicMap>

This time with the extra errors:

Error The member "Series" is not recognized or is not accessible.
Error The attachable property 'Series' was not found in type 'XamGeographicMap'. 
Error The attachable property 'GeographicSymbolSeries' was not found in type 'XamGeographicMap'.

I'm referencing the libraries:

InfragisticsWPF4.Controls.Maps.XamGeographicMap.v13.2
InfragisticsWPF4.DataVisualization.v13.2
InfragisticsWPF4.v13.2