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

     

  • binding custom shapes to additional sql data

    I have created custom shape files that work and load successfully.  I now want to link additional business data from a sql source.  Are there any examples or advice on how to accomplish this?

    Basic idea: hover over or click a shape and see additional information…

  • 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…

  • Transfer of Spatial Data from SQL server to XamMap

    Hi all,

    I have implemented the service and retrieved data from SQL server. For querying or rendering it is very fast. But the time taken to transfer data from service to Map is more. About 16MB of data is transferred in 3 to 4 mins. I want to make this…

  • Data mapping

    Hi All,

    I am reading a shape file using shape reader. Now I want to color code the shape file using the data retrieved as a list(Population/%share etc) which are not in the dbf. Can you suggest a way.

    Thanks in Advance,

    Pavan

  • 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…

  • Can maps be loaded without HTTP?

    Hello,

    I want to set up a simple file-based demo on a laptop to show off the xamWebMap control, with no IIS or any webserver installed. Is it possible to load in the shapefiles in such a file-based demo? As far as I understand, the ShapeFileReader uses…