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
155
[XamMap] - Blank Page
posted

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.Web
ClientBin
->shapefiles
-->usa_st.dbf
-->usa_st.shp
-->usa_st.shx

Thanks to your help

shapefiles.zip