<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Display thumbnail photo image in an attribute inspector... in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-thumbnail-photo-image-in-an-attribute/m-p/308425#M28311</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's an awesome solution.&amp;nbsp; Just a quick question.&amp;nbsp; What are the dimensions of the thumbnails you are using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;M&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Feb 2013 13:36:34 GMT</pubDate>
    <dc:creator>GISAdmin1</dc:creator>
    <dc:date>2013-02-21T13:36:34Z</dc:date>
    <item>
      <title>Display thumbnail photo image in an attribute inspector...</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-thumbnail-photo-image-in-an-attribute/m-p/308423#M28309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a feature class that stores the location of geo-tagged photos.&amp;nbsp; I have built an editing page allowing users the ability to move features and edit attributes with regards to their photos.&amp;nbsp; The problem I have is, I have no way to show the end user which photo they are editing.&amp;nbsp; Is there a way I can embed a thumbnail image in an attribute inspector?&amp;nbsp; The image file-name is stored as an attribute of the feature.&amp;nbsp; The photo is also shared via a URL.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or, is it possible to symbolize the actual points/markers with a thumbnail of the photo similar to google maps photo layer, etc.?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 17:46:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-thumbnail-photo-image-in-an-attribute/m-p/308423#M28309</guid>
      <dc:creator>GISAdmin1</dc:creator>
      <dc:date>2013-02-20T17:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Display thumbnail photo image in an attribute inspector...</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-thumbnail-photo-image-in-an-attribute/m-p/308424#M28310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Depending on the number of locations you have the simplest approach would probably be the 'photo layer' option.&amp;nbsp; Here's a jsfiddle that shows this approach:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://jsfiddle.net/BR5mD/" rel="nofollow" target="_blank"&gt;http://jsfiddle.net/BR5mD/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 23:39:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-thumbnail-photo-image-in-an-attribute/m-p/308424#M28310</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2013-02-20T23:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Display thumbnail photo image in an attribute inspector...</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-thumbnail-photo-image-in-an-attribute/m-p/308425#M28311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's an awesome solution.&amp;nbsp; Just a quick question.&amp;nbsp; What are the dimensions of the thumbnails you are using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;M&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 13:36:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-thumbnail-photo-image-in-an-attribute/m-p/308425#M28311</guid>
      <dc:creator>GISAdmin1</dc:creator>
      <dc:date>2013-02-21T13:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Display thumbnail photo image in an attribute inspector...</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-thumbnail-photo-image-in-an-attribute/m-p/308426#M28312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The images being used are actually all different sizes but mostly around 200x150. Ideally you'd size them properly yourself but for demo purposes I just set the width,height in the PMS constructor to force the images to 24x24. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; f.symbol = new esri.symbol.PictureMarkerSymbol(f.attributes.Buckle,24,24);&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 14:31:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-thumbnail-photo-image-in-an-attribute/m-p/308426#M28312</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2013-02-21T14:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Display thumbnail photo image in an attribute inspector...</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-thumbnail-photo-image-in-an-attribute/m-p/308427#M28313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Depending on the number of locations you have the simplest approach would probably be the 'photo layer' option.&amp;nbsp; Here's a jsfiddle that shows this approach:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://jsfiddle.net/BR5mD/"&gt;http://jsfiddle.net/BR5mD/&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Kelly,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried out your sample, but it didn't appear to do anything.&amp;nbsp; It just displays the basemap.&amp;nbsp; I'm not sure that your feature layer is rendering properly... am I missing something?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 15:48:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-thumbnail-photo-image-in-an-attribute/m-p/308427#M28313</guid>
      <dc:creator>KenMorefield</dc:creator>
      <dc:date>2013-02-21T15:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Display thumbnail photo image in an attribute inspector...</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-thumbnail-photo-image-in-an-attribute/m-p/308428#M28314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ken,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just tested the code on jsfiddle and its working for me. Should display the basemap and a thumbnail for each race location. Are you running this locally?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 15:52:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-thumbnail-photo-image-in-an-attribute/m-p/308428#M28314</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2013-02-21T15:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Display thumbnail photo image in an attribute inspector...</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-thumbnail-photo-image-in-an-attribute/m-p/308429#M28315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Kelly,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not running it locally - I just clicked your fiddle link.&amp;nbsp; I've tried it in IE8, and nothing renders at all.&amp;nbsp; I tried it in Firefox 18.0.2 and only the basemap renders.&amp;nbsp; It does seem to work in Google Chrome 24.0.1312.57, showing a generic icon, but it doesn't seem to show any real image.&amp;nbsp; Should all points have the same generic green hill, blue sky, white cloud icon?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 16:17:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-thumbnail-photo-image-in-an-attribute/m-p/308429#M28315</guid>
      <dc:creator>KenMorefield</dc:creator>
      <dc:date>2013-02-21T16:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Display thumbnail photo image in an attribute inspector...</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-thumbnail-photo-image-in-an-attribute/m-p/308430#M28316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hey Kelly,&lt;BR /&gt;I'm not running it locally - I just clicked your fiddle link.&amp;nbsp; I've tried it in IE8, and nothing renders at all.&amp;nbsp; I tried it in Firefox 18.0.2 and only the basemap renders.&amp;nbsp; It does seem to work in Google Chrome 24.0.1312.57, showing a generic icon, but it doesn't seem to show any real image.&amp;nbsp; Should all points have the same generic green hill, blue sky, white cloud icon?&lt;BR /&gt;&lt;BR /&gt;Ken&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hey Kelly - &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I found part of my problem as to why your sample doesn't render quite right for me... My employer has blocked "dropbox" content on our network - inspecting your service, it looks like all of your images are stored on dropbox - so all I see is a generic image symbol...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ken&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 23:24:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/display-thumbnail-photo-image-in-an-attribute/m-p/308430#M28316</guid>
      <dc:creator>KenMorefield</dc:creator>
      <dc:date>2013-02-21T23:24:24Z</dc:date>
    </item>
  </channel>
</rss>

