Hello guys,
I try to use XamMap but I have a problem, nothing appear when i follow the tutorial, I have a blank page
(http://help.infragistics.com/doc/Silverlight/2016.1/CLR4.0/?page=xamWebMap_Display_Map_Using_Shapefiles.html)
This is my code :
xmlns:igMap="http://schemas.infragistics.com/xaml"
<igMap:XamMap x:Name="xamMap">
<igMap:XamMap.Layers>
<igMap:MapLayer>
<igMap:MapLayer.Reader>
<igMap:ShapeFileReader Uri="shapefiles/usa_st"/>
</igMap:MapLayer.Reader>
</igMap:MapLayer>
</igMap:XamMap.Layers>
</igMap:XamMap>
__________
My tree project :
MapComponent[...]
MapComponent.WebClientBin->shapefiles-->usa_st.dbf-->usa_st.shp-->usa_st.shx
Thanks to your help
After many tests, the problem is not about the Shapefiles but about the code... I try somes Uri path but nothing...
Anybody ?
Hello Ezekief,
It is possible that some of these shapes files may be corrupt. Nonetheless I've attached a working sample of this working correctly. (See below)
Let me know if you have any questions.
Thanks you, I resolve my problem this day, i't was just the parameters of the XamMap (FillType, Fill, etc.) where are missing !
(It's not specified in the example on your website)