Hi to all,
Wow I'm writing the first post in section...I hope that will be someone that will read this ;)
In short the problem is:I bind data with some coordinates but the Marker is drwaed on different coords: 40.6597 -> 40.4109 17.7406 -> 18,0731. Like shown in this image:
This is partial XAML that define the UI:
<ig:XamGeographicMap ...> <ig:XamGeographicMap.Series> <ig:GeographicSymbolSeries LatitudeMemberPath="PlantAnag.geoLat" LongitudeMemberPath="PlantAnag.geoLong" >
<ig:XamGeographicMap.Series> <ig:GeographicSymbolSeries
LatitudeMemberPath="PlantAnag.geoLat" LongitudeMemberPath="PlantAnag.geoLong" >
I'm think that I'm write right code.
Reading some post/help about XamMap I saw that the XamMap have a method to convert coordinates, but XamGeoMap dont.Anyone ahve any idea about this matter?
Thanks in advance.Regards.
Davide.
Hi Davide,
I hadn’t heard back from you. Please let me know if you have any further questions.
Congratulations on being the first. I’m not sure if you are aware that the Geographic map is still CTP.
I can provide you with a number of links however.
This one gives a general description of the features.
What’s New in NetAdvantage for Silverlight Data Visualization
http://community.infragistics.com/blogs/mihail_mateev/archive/2011/10/31/what-s-new-in-netadvantage-for-silverlight-data-visualization-11-2-release.aspx
This blog is an introduction to the control but it also provides a sample.
Introduction to Infragistics Geographic Map
http://community.infragistics.com/blogs/mihail_mateev/archive/2011/11/07/introduction-to-infragistics-geographic-map.aspx
And there are samples for the Geographic Map in the feature browser
http://samples.infragistics.com/sldv/ComponentOverview.aspx?cn=geographic-map
Here is a link to the sample for Marker Values
http://samples.infragistics.com/sldv/RunSamples.aspx?cn=geographic-map#/geographic-map/marker-values