Browse By Tags

  • Re: Map can't show when I use “ Local IIS Web Server”

    Hi,

    I know that the post is old, but I felt upon it trying to find a solution to the same problem.

    Finally, in IIS you have to set up the MIME types for both .shp and .dbf files as:

    application/octet-stream

     

  • Re: XamMap sample shapefile

    Thanks for your response Ivan.  Can you at least tell me what formula you used to move those states to their position in the sample shape file as I would like to apply that formula to points I will map within those states.  Currently I have no way of knowing…

  • Corrupt shape files

    Hi there,

    I am receiving the following error message when I try and run a Silverlight page that uses the xamMap control:

    Message: System.Exception: Corrupt Shp file - failed to read PolyLineZ. at Infragistics.Controls.Maps.ShapeFileUtil.ReadShape(Header…

  • Non-replacing Shape File Reader

    I'm attempting to write a version of your Infragistics.Controls.Maps.Reader class which does not redraw a shape if it already exists on the shape layer, and therefore eliminates flickering.

    I've basically copied the SqlShapeReader class code and changed…

  • XamMap sample shapefile

    We are currently using the sample shapefile provided as part of the Silverlight DataVisualization samples package (usa_st.shp and usa_st.dbf) and it is pretty close to our needs.  We would however like to have Alaska, Hawaii, Puerto Rico at their correct…

  • Setting the correct coordinate system or using a multiplier?

    http://hawaii.wr.usgs.gov/hawaii/data.html

    So I am using a shapefile of the island of Hawaii and I have a few points that I want to set on the map. There are a few things about this that are really confusing to me. First, the website states that the…

  • Get MapElement by Name

    I have a map with 2 layers and it is set to show the second layer once the map is zoomed in on. It is also set up to zoom in to the map element when the element is clicked on. There are a number of other shapefiles that need to be added to the project…

  • XamMap datasource too slow

    I have a map with 3 layers loaded using shapefiles. There is a (3-4 seconds) delay when the datasource is assigned to a list of the map data, eg.

     

     

     

    map.Layers["countyLayer"].DataSource = MapData; //MapData is a List<Datum>

  • shapefile can't display

    I have a shape file,It can display successfully in ARCGIS, (the shape file include .shp,.shx,.dbf files)but we can see nothing in the xmlWebMap.What's the problem?

  • How to change map central point of "view"

    Here is our problem:

    Russia is very big country and eastern part of Primorsky Kray renders on the left part of the map (it is right for GIS but looks pretty ugly for financial reporting system:) ) see attached screenshot .

    How can we work around of…

  • How to show multiple layers with transperancy

    I want to display multiple layer, but sub layer should be transperant and main layer should be overlay over the sub layer so that both layer can be visible.

    Some thing like Country Layer and State Layer, where each country will have States and State…