InaGIS application,we are using theMap classAPIMicrosoft.Maps.MapControl
(BingMaps)to displaygeoreferenced images.In this context, inserting and removingpolygons (System.Windows.Shapes.Polygon), according tothe zoom levelthe user has chosento representrelevant areasin the application.
Works perfectlywell forgeoreferenced images.Butwe have anothersituation where
we chose theMicrosoftDeepZoom
Composer, whichrepresentindustrialmeshesbeingthateach mesh
is a bigPNG file.
The problem isthat you can notinclude
apolygon inDeepZoom (MultiScaleImage).
The questionis: Is itpossible to insert
polygonsinMultiScaleImage?
Ifyes,could showanexample?