myArcGISDynamicMapServiceLayer and Information Window or MapTip

419
2
01-17-2012 12:47 PM
CarlosVazquez1
New Contributor
Hello,

I'm developing with Silverlight API with Visual Studio 2010.

I have a set of layers in a map.

<esri:ArcGISDynamicMapServiceLayer Url="http://myServer/ArcGIS/rest/services/PBTest/MapServer" />

In this map like I said before I have a set of layer that each one was different show moments depends of the zoom.

The last layer that I show has a lot of points (1 million) each point has information by itself.

When I create an application in ArcGIS Server I can see the information in each point like in an infoWindow.

How can i do that in silverlight? Thank for your advices.

Carlos Vazquez
0 Kudos
2 Replies
DaveTimmins
Occasional Contributor II
Hi,

Oren Gal has a blog post that demonstrates something like this. You could adapt it to use an info window if needed.

http://www.gal-systems.com/2011/09/showing-arcgis-dynamic-layer-maptips.html

Cheers
0 Kudos
JenniferNery
Esri Regular Contributor
0 Kudos