Hi, I'm trying to create a web app with the flex viewer, but I need to show multiple pictures for one point. I've used the enhanced identify widget, to show one picture, but is there a way to view more than one (For this project, I only need to show 2 images, but it would be nice to show more than 2). I don't have to use the identify widget, I would just prefer it, but if there is no other way I would be alright with that.
Actually, I'm using the multiimagefield, not the linkfield. For data sets that have jpegs, I get a preview image in the popup window when I click on a feature. I can then click on the preview, and it will open that image full size in a new browser.
For other data set, my multiimagefiled files are actually pdf files, so there is no preview and it is putting a broken link icon in there instead. Ideally, I would want it to show a pdf icon there, but any picture icon is better than the broken link. If I click on the "broken" icon, it does open the pdf in a new browser, just doesn't show a photo icon.
Well that make more sense than. As the attribute indicates by it's name the multiimagefield is only designed for images and not other files. Basically the code is trying to set an image component using the url of your pdf and that is why you get the broken link icon. There is nothing in place for what you are attempting to do.