Help on Arcgis Online

657
2
10-08-2017 10:23 AM
usmanadio
New Contributor

hello, 

please can i kindly get a way to get my images show on the point features i uploaded on Arcgis online. I have point locations of cars dealers as point features but every other characteristic on the attribute table are showing except the image of the buildings. it shows on Arcgis Desktop when i use the HTML PopUp to click on it but on the not on Arcgis Online. I used this (<img src="C:\Users\Aji\Desktop\PROJECT MATERIALS\aby\Autoweb\Photos\Carlot 2.jpg" width="250" height=250"/>) as the address path of the pictures. 

You can kindly reach me on nasiruaji@yahoo.com or nasiruaji@gmail.com, skype on ajialaska, whatsapp (ajiriori187)

thank you

Aji

Tags (1)
0 Kudos
2 Replies
RandallWilliams
Esri Regular Contributor

Hi,

This won't work:

<img src="C:\Users\Aji\Desktop\PROJECT MATERIALS\aby\Autoweb\Photos\Carlot 2.jpg" width="250" height=250"/>

That's because you're attempting to reference a location directly on your disk, and the ArcGIS.com application can't reach into your machine to 'see' these files. Desktop can do it because it's installed on the same machine where these image files are. 

In order to make this work the way you want it to work, you're going to need to host these images on a web hosting service and provide links to them. Since you already have an account, I'd suggest hosting these images as content under your ArcGIS.com account. You could also use Flikr or similar. Here's a blog that discusses this:

Adding and using photos and images in ArcGIS Online | ArcGIS Blog 

usmanadio
New Contributor

Thanks Randall,

I do greatly appricate ur timely response and your advice has been highly helpful.

thanks so very much the old method i was using, the challenge am facing now is since i hosted it and i did copy the link (https://usmanadio.maps.arcgis.com/sharing/rest/content/items/8df15e4f0bbc4ae2b7426351da471153/data) from the bottom right corner to my feature attributes and uploaded them on the arcgis online it worked but the image or picture sizes are very small.

please kindly help on how do i increase the picture sizes to fit in the PopUp sizes. though after coping the link i also tried this method i saw on Youtube

<img src="https://usmanadio.maps.arcgis.com/sharing/rest/content/items/8df15e4f0bbc4ae2b7426351da471153/data" width="170"height="120"/>

<img src="" width="120"height="170"/>

<img src="" width="250"height="250"/>

<img src="" width="250"height="250"/>

i dont know if I am still doing something wrong.

Thank you for your response

Kind Regards

Usman

0 Kudos