<?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 Is there any esri functions dealing with converting images to JSON objects? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-esri-functions-dealing-with/m-p/122503#M11441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We got a school project in which we are to join some info in the infoTemplate when hovering or clicking on a Point Of Interest (POI). I got some help when searching in the community thread with the function below:&lt;/P&gt;&lt;P&gt;function getContent(graphic){&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var Content = "&amp;lt;b&amp;gt;City Name:&amp;nbsp; &amp;lt;/b&amp;gt;" + graphic.attributes.areaname + "&amp;lt;br&amp;gt; &amp;lt;b&amp;gt;Population:&amp;nbsp; &amp;lt;/b&amp;gt;" + graphic.attributes.pop2000 + "&amp;lt;br&amp;gt;";&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var Hyperlink = '&amp;lt;img src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fpixabay.com%2Fstatic%2Fuploads%2Fphoto%2F2014%2F04%2F02%2F17%2F03%2Fman-307787_640.png" rel="nofollow" target="_blank"&gt;https://pixabay.com/static/uploads/photo/2014/04/02/17/03/man-307787_640.png&lt;/A&gt;&lt;SPAN&gt;" alt="man i bilen" height="42" width="42"&amp;gt;&amp;lt;/img&amp;gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return Content + Hyperlink;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;I have two issues to deal with: &lt;/P&gt;&lt;P&gt;-Create a loop which is going to go through my JSON file.&lt;/P&gt;&lt;P&gt;-Convert images to JSON objects &lt;/P&gt;&lt;P&gt;Is there anyone to help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 May 2016 19:17:47 GMT</pubDate>
    <dc:creator>JuniasTchamba_Kuiteul</dc:creator>
    <dc:date>2016-05-11T19:17:47Z</dc:date>
    <item>
      <title>Is there any esri functions dealing with converting images to JSON objects?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-esri-functions-dealing-with/m-p/122503#M11441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We got a school project in which we are to join some info in the infoTemplate when hovering or clicking on a Point Of Interest (POI). I got some help when searching in the community thread with the function below:&lt;/P&gt;&lt;P&gt;function getContent(graphic){&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var Content = "&amp;lt;b&amp;gt;City Name:&amp;nbsp; &amp;lt;/b&amp;gt;" + graphic.attributes.areaname + "&amp;lt;br&amp;gt; &amp;lt;b&amp;gt;Population:&amp;nbsp; &amp;lt;/b&amp;gt;" + graphic.attributes.pop2000 + "&amp;lt;br&amp;gt;";&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var Hyperlink = '&amp;lt;img src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fpixabay.com%2Fstatic%2Fuploads%2Fphoto%2F2014%2F04%2F02%2F17%2F03%2Fman-307787_640.png" rel="nofollow" target="_blank"&gt;https://pixabay.com/static/uploads/photo/2014/04/02/17/03/man-307787_640.png&lt;/A&gt;&lt;SPAN&gt;" alt="man i bilen" height="42" width="42"&amp;gt;&amp;lt;/img&amp;gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return Content + Hyperlink;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;I have two issues to deal with: &lt;/P&gt;&lt;P&gt;-Create a loop which is going to go through my JSON file.&lt;/P&gt;&lt;P&gt;-Convert images to JSON objects &lt;/P&gt;&lt;P&gt;Is there anyone to help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2016 19:17:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-there-any-esri-functions-dealing-with/m-p/122503#M11441</guid>
      <dc:creator>JuniasTchamba_Kuiteul</dc:creator>
      <dc:date>2016-05-11T19:17:47Z</dc:date>
    </item>
  </channel>
</rss>

