<?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 SDE raster type inside popup Flex Viewer 3 in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/display-sde-raster-type-inside-popup-flex-viewer-3/m-p/643014#M19097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone know if this functionality is possible using the Builder for Flex Viewer 3.2 or 3.3?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have tried in 3.2 (Server 10 SP 4) and it doesn't seem to work, we are about to upgrade to 3.3.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 May 2013 20:18:42 GMT</pubDate>
    <dc:creator>ColeS</dc:creator>
    <dc:date>2013-05-22T20:18:42Z</dc:date>
    <item>
      <title>Display SDE raster type inside popup Flex Viewer 3</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/display-sde-raster-type-inside-popup-flex-viewer-3/m-p/643012#M19095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm serving an SDE feature class as a map service where one of the fields is a type of raster.&amp;nbsp; I'm using Flexviewer v3 and I've created a popup for this service, however I would also like to display the image attribute associated with each feature as part of the popup.&amp;nbsp; Through the popups xml I'm making use of the &amp;lt;medias&amp;gt; tag and declaring the type of image and using the imagesource to declare the field that contains the image.&amp;nbsp; So when I click on a feature inside the viewer the popup comes up and all I get for the raster is an outline box, no image.&amp;nbsp; Am I doing this correctly or I guess can it be done when the image is stored as a raster type inside an SDE feature class?&amp;nbsp; XML code below.&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;[HTML]&amp;lt;configuration&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;title&amp;gt;Main Title&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Property_Name" alias="Property Name:" visible="true"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Project" alias="Project Geophysicist:" visible="true"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;field name="Comments" alias="Comments:" visible="true"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;medias&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;media type="image" imagesource="Image"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/medias&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/configuration&amp;gt;[/HTML]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 22:17:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/display-sde-raster-type-inside-popup-flex-viewer-3/m-p/643012#M19095</guid>
      <dc:creator>MichaelBarker</dc:creator>
      <dc:date>2012-06-22T22:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Display SDE raster type inside popup Flex Viewer 3</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/display-sde-raster-type-inside-popup-flex-viewer-3/m-p/643013#M19096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately this is not supported by REST api and Flex api&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mehul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2012 23:04:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/display-sde-raster-type-inside-popup-flex-viewer-3/m-p/643013#M19096</guid>
      <dc:creator>MehulChoksey</dc:creator>
      <dc:date>2012-06-22T23:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Display SDE raster type inside popup Flex Viewer 3</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/display-sde-raster-type-inside-popup-flex-viewer-3/m-p/643014#M19097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone know if this functionality is possible using the Builder for Flex Viewer 3.2 or 3.3?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have tried in 3.2 (Server 10 SP 4) and it doesn't seem to work, we are about to upgrade to 3.3.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 20:18:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/display-sde-raster-type-inside-popup-flex-viewer-3/m-p/643014#M19097</guid>
      <dc:creator>ColeS</dc:creator>
      <dc:date>2013-05-22T20:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Display SDE raster type inside popup Flex Viewer 3</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/display-sde-raster-type-inside-popup-flex-viewer-3/m-p/643015#M19098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The code you have is expecting a path to the image in your "Image" field, not an image itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where you say one of the fields is a type of raster..&amp;nbsp; Are you saying that you have the raster stored in a BLOB field in the table itself?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, the only BLOBs supported by the REST are the ESRI attachments. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is the case, you could use your data as the lookup table and use the attachemnts tool to extract the images out, then add them in as attachments.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Attachments are fullly supported within the flex popups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 22:25:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/display-sde-raster-type-inside-popup-flex-viewer-3/m-p/643015#M19098</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2013-05-22T22:25:08Z</dc:date>
    </item>
  </channel>
</rss>

