Browse By Tags

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

  • How to get Multiple Layer's Map Element on Click of Mouse Button

    Hi,

    In Our Application, we will have multiple layers (Shape File Layer) and we want to allow user to click on any of the MapElement of Layer and our application will highlight that element as selected. But that not for only one layer, but all layer's…