how to upload layer with pictures

4611
7
08-24-2011 12:51 AM
origudes
New Contributor II
Hey,

Do you know whether it is possible to upload shp layers which store pictures / movies etc? where should i save the pictures and what string should be included in the dbf file, so it will work properly from ArcGIS Online app or ArcExplorer online?

Regards Ori
0 Kudos
7 Replies
MikeRudden
New Contributor
Hi,

Shapefiles do not have the capability to actually store images. However, using a text field you can store a url to an image associated with each feature. It is possible to configure the pop-ups inExplorer Online to automatically show links as images. Here's what you need to do:

1. upload your images to a website that allows image sharing (e.g. flickr)
2. Add a new text field to your shapefile (make it 255 to accept long url's)
3. Edit the shapefile to add the image links for each feature
4. Zip up the shapefile
5. In Explorer Online upload your shapefile
6. Go the the Layer's Details (>) then Pop-ups Configure
7. Then click Media tab, then click Add and select Image. In the Url field select the field which stores the url to the image.

Now when you click on a feature you will see the image automatically displayed.

for more information on pop-up configuration see the Add media to a pop-up window help topic

Mike
0 Kudos
origudes
New Contributor II
Hi Mike

Thanks very much, just seen the reply today! (there was not email etc)

Regards Ori
0 Kudos
AngelaGray
New Contributor III
Hello,

I thought this might be a good thread to add the following question to:

I attended the Extend the Reach of Your GIS Seminar and saw a really cool demonstration where they linked the photo of a national flag hosted on Wikipedia to be the image for the pop-up ...does anyone know how to do this?

So basically, you click on the country point (embassy in the demo) and the pop-up has some basic info on the country and an image of the flag.

This is the wikipedia page with all the sovern state flags: http://en.wikipedia.org/wiki/Gallery_of_sovereign-state_flags

The indivicual flag image URLs are
http://en.wikipedia.org/wiki/File:Flag_of_Canada.svg
http://en.wikipedia.org/wiki/File:Flag_of_Mexico.svg
http://en.wikipedia.org/wiki/File:Flag_of_the_United_States.svg

So I created a simple layer with a dot in the US, Canada and Mexico and in the {Country} field, populated the country name the same way the wikipedia image is named ("Canada", "Mexico", "United_States")

So then in the Configure Pop-up window, in the add media portion, i clicked to add an image and in the URL (and link field) I tried: http://en.wikipedia.org/wiki/File:Flag_of_the_{Country}.svg

I even tried

<![CDATA[<a href='http://en.wikipedia.org/wiki/File:Flag_of_{Country}.svg'</a> ]]>

Did anyone else see this demo or can figure out how to make this happen?

Thanks
0 Kudos
ShellyGill2
Occasional Contributor
So then in the Configure Pop-up window, in the add media portion, i clicked to add an image and in the URL (and link field) I tried: http://en.wikipedia.org/wiki/File:Flag_of_the_{Country}.svg


I'm afraid that SVG (scalable vector graphics) files are not supported as images in pop-up windows in Explorer Online - you can use PNGs or JPEGS:
http://help.arcgis.com/en/arcgisexplorer/help/#/Add_media_to_a_pop_up_window/015600000028000000/
0 Kudos
MikeMcManus1
New Contributor
For configuring pop-ups in the URL to photo section, can more than one URL be entered in that section?  If so, what type of separator, such as a "," or ";" should be used to separate the different URL addresses?
Thanks.
0 Kudos
MikeRudden
New Contributor
Hi,
Only 1 url can be entered into the url box. But it is easy to add multiple images to the popup by simply adding multiple images individually. (i.e Media > Add > Image > enter properties, then repeat these steps to add another). When the popup is shown you will see <> arrows to scroll through the different media

Mike
0 Kudos
ShellyGill2
Occasional Contributor
I'm afraid there is no support for multiple photos to be shown in pop-ups for Map Notes layers.
If you have a layer from a feature or map service however, you can configure pop-ups to have multiple images or charts; these are shown one at a time, with arrows to move between the different images:
http://help.arcgis.com/en/arcgisexplorer/help/#/Add_media_to_a_pop_up_window/015600000028000000/
0 Kudos