Store Contact Us Careers Support Archived Forums You are here: > ESRI Forums > mapit discussion forum > Thread Replies Login | Feedback | Help MapIt Discussion Forum ArcGIS API for Silverlight forum Magnifier with ArcGISDynamicMapServiceLayer daniel rivero taborgaAug 17, 2009Re: Magnifier with ArcGISDynamicMapServiceL... Morten NielsenAug 17, 2009Re: Magnifier with ArcGISDynamicMapServiceL... daniel rivero taborgaAug 18, 2009Re: Magnifier with ArcGISDynamicMapServiceL... daniel rivero taborgaAug 31, 2009 Report Inappropriate Content • Top • Print • This Forum is closed for replies. SubjectMagnifier with ArcGISDynamicMapServiceLayer Authordaniel rivero taborga DateAug 17, 2009 MessageI've been trying to make works the magnifier control with ArcGISDynamicMapServiceLayer, it works fine with ArcGISTiledMapServiceLayer but with ArcGISDynamicMapServiceLayer it don't shows anything. Any ideas? Report Inappropriate Content • Top • Print • This Forum is closed for replies. SubjectRe: Magnifier with ArcGISDynamicMapServiceLayer AuthorMorten Nielsen DateAug 17, 2009 MessageMake sure that the spatial reference of your dynamic layer matches the Map your are trying to magnify. Just a side-note: There's also a control called "MagnifyingGlass". This control uses a different way of loading layers that is more intensive image loading, and therefore is limited to only work with tiled services where this is not a concern. I just want to make sure that when you say "Magnifier" you don't mean this other control. Magnifier on the other hand loads an image that is [magnificationFactor] * the size of the map. Ie. if your map is 500x500 and the magnification factor is 3, the magnifier behind the scenes loads an image of size 1500x1500. At some point it is likely that the size of the image will hit its maximum size and error out, depending on the size of the map and the zoom factor. Report Inappropriate Content • Top • Print • This Forum is closed for replies. SubjectRe: Magnifier with ArcGISDynamicMapServiceLayer Authordaniel rivero taborga DateAug 18, 2009 MessageThanks, the problem was the zoom factor. Report Inappropriate Content • Top • Print • This Forum is closed for replies. SubjectRe: Magnifier with ArcGISDynamicMapServiceLayer Authordaniel rivero taborga DateAug 31, 2009 MessageWell as the problem was de zoom factor, any ideas about how to make it work with a decent zoom factor. Let's say 3. The solution only allow me to work with 1.5 as zoom factor.