I have 2 layers defined. The first being the world and the second will be the detail of the country clicked in the first layer. I'm trying to dynamically load a shapefile into the second layer based on the country selected in the first world layer. I'm setting the reader of the second layer to a new ShapeFileReader in the ElementClick event but it is not getting imported because the Imported event on the second layer is not fired. I have also seen some mentions of a Europe sample that does something similiar but I'm not sure where that is located either.
Thanks,
Eric
Hi Eric,
There is a sample that shows how to load multiple shapefiles based on zooming in/out. You can find it here: http://labs.infragistics.com/silverlightdv/2010.3/#/Samples/Map/MapLayerDrilldown
Please let me know if you have more questions.
Regards,
Ivan Kotev