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…

  • Re: Binding map layer to a collection

    Did you ever determine if this was possible?

  • Create Marker on click

    Hi,

    I've seen the example in your website about markers but it's example with preload markers, and I would know if it's possible to create a marker on the coordonate where I click with the mouse (And clear all markers with button) ?

  • Bing maps stopped supporting SOAP services

    Hi,

    Our client lost his maps yesterday. He didn't notice that Microsoft shutting down their Bing maps SOAP service.

    Hi is using XamMap control and uses Aerial imagery from Bing Maps.

    Maybe someone has and idea how to use XamMap with new REST services…

  • [XamMap] - Blank Page

    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…

  • Small Shapes Not Drawn When Zoomed Out

    When I have many small surface elements, they don't get drawn if I'm zoomed out too far. Is there a way to get them to be drawn?

  • Stroke Lines Dissapear on Surface Elements When Zooming

    I have bunch of surface elements that represent pieces of property on a xamMap. They are all right next to each other, so I set the stroke on the maplayer to white to create a white border. It looks great until I zoom in. Then the white borders become…

  • MapNavigationPane Style?

    Is there anywhere I can find the default MapNavigationPane style? I'd like to change the behavior of the "Fit to Window" button.

  • Too Many Elements Causes XamMap to be Unresponsive

    If I add too many elements the XamMap becomes slow and almost unusable. I tried using points instead of surface elements, but it didn't make a difference. I would like to be able to load at least 50,000 elements. They don't need to be clickable or interactive…

  • Working With Sql Server Geography Types

    I am trying to find out where the edges of the WindowRect are on a XamMap. I am going to use the latitude and longitude of the edges of the map, so that I can retrieve from the server only the data that is in the current viewable area. However, when I…

  • Display arabic data using infragistics xammap

    please find below the snapshot ,
    my problem is with display arabic data using infragistics xammap,
    may be the problem is with encoding but i don't know how to solve it,
    please help me to solve this problem.

     
  • Coloring Geo-spatial Data from SQL Server Spatial

    Hi,

    I am using Binding GeoSpatial Data sample code which got from the link below

    http://help.infragistics.com/Help/Doc/Silverlight/2012.2/CLR4.0/html/xamWebMap_Geospatial_Database_Integration.html

    to display map from SQL server spatial data.Everything works…

  • XamMap mouseenter

    Hi,

    I have a map where I'm showing data in the tooltip as you hover over a particular shape.

    Unfortunately the tooltip disappears after a couple of seconds and it appears there's not much you can do about that.

    So instead I've put a label…

  • SQL data into xammap layer

    Hi,

    I'm using the xammap control in silverlight. I have a layer which contains all post sectors in the UK.

    Within my database I have a number of customers living within each of those sectors. I therefore want to show them as a heatmap.

    The problem…

  • Printing a Map

    Hi All,

    I have an application where I am dispalying shape files. Afer displaying with data mapping I want to take a Print of the selected Area. How can we achieve this in Infragistics using XamMap Control.

     

    Thanks in Advance

    Pavan

  • Big Shapefile = Slow Performance

    I have a shapefile (*.shp) with 6000 + polilynes, when loading a xamMap with this, the performance is very slow, but when I loaded the same file in WindowsGIS, performance is very very good. any suggestions to improve performance in xamMap?

  • Google maps in XamMap control ?

    Can I integrate google maps in XamMap control ?

  • ESRI REST Service

    Can the xamMap control be used for the ESRI REST Service?

    I am using the following REST for their maps:

    http://server.arcgisonline.com/ArcGIS/rest/services/NGS_Topo_US_2D/MapServer

    Thanks

  • xam map with image overlay

    Hi,

    I need to map a substantial number of elements on a map (ie approx 50,000). Although this works, it's obviously very slow.

    Instead I've developed a system which will create an image, and place dots on the image in the relevant location based…

  • Refresh Data on Timer

    Currently I have a map that loads shapefiles, then hits a WCF service to build some symbols based on the data.  I have a timer setup to call the wcf which I build the symbols from.  It seems to keep adding symbols each time I reload the data.  Is there  away…

  • XamMap overlay text

    I'm looking to overlay some items on my map. On the top right I want to display an icon that is bound (one of 15 options) and next to that some bound text. Below this, at the bottom right I would like to overlay some tabular data, say 2 columns, 8 rows…

  • Auto scroll feature

    I am showing MapLayers (4 layers) inside a ScrollViewer. Based on search I am highlighting one of the MapElement in one of the layer. I want to bring the map in view by auto scrolling to the highlighted MapElement. 

    Please provide me some guidance (code…

  • mouse over symbol highlight other symbols

    Hi,

    Is it possible to hoverover an element and hightlight all other elements with a similar property?  Say I have 10 elements in a state and 3 are managed by the same person, can I hover over 1 of those three and have all three highlight?