<?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: I have point data (Lat, long) and its associated image (Jpeg), and I want the web application that open the image by click the particular point using ArcGIS Javascript API. So please share your idea how can I do this. Thanks in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-have-point-data-lat-long-and-its-associated/m-p/189416#M17534</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the photos are posted online, you can just add the photo's URL as an attribute item to your point layer and then hotlink it inside your infoWindow using a custom Content function. If the photos are being stored locally on your network, well........that gets more difficult. You could add them as attachments to your data or you're going to be dealing with HTML5 and the FIleReader API like &lt;A href="http://robertnyman.com/2010/12/16/utilizing-the-html5-file-api-to-choose-upload-preview-and-see-progress-for-multiple-files/"&gt;this&lt;/A&gt; and &lt;A href="http://codepen.io/matt-west/pen/CfilG"&gt;this&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Dec 2015 19:45:06 GMT</pubDate>
    <dc:creator>SteveCole</dc:creator>
    <dc:date>2015-12-02T19:45:06Z</dc:date>
    <item>
      <title>I have point data (Lat, long) and its associated image (Jpeg), and I want the web application that open the image by click the particular point using ArcGIS Javascript API. So please share your idea how can I do this. Thanks</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-have-point-data-lat-long-and-its-associated/m-p/189413#M17531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have point data (Lat, long) and its associated image (Jpeg), and I want the web application using ArcGIS Javascript API that open the image by click the particular point.&lt;/P&gt;&lt;P&gt;So please share your idea how can I do this.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 06:04:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-have-point-data-lat-long-and-its-associated/m-p/189413#M17531</guid>
      <dc:creator>ChandanKori</dc:creator>
      <dc:date>2015-12-02T06:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: I have point data (Lat, long) and its associated image (Jpeg), and I want the web application that open the image by click the particular point using ArcGIS Javascript API. So please share your idea how can I do this. Thanks</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-have-point-data-lat-long-and-its-associated/m-p/189414#M17532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look into this link. They are setting properties that have images as data. You could probably use this and customize it for displaying an image. There is probably an easier, Esri-like, way, but this is what I'd do. &lt;A href="https://developers.arcgis.com/javascript/jssamples/widget_infowindowchart.html"&gt;https://developers.arcgis.com/javascript/jssamples/widget_infowindowchart.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 13:10:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-have-point-data-lat-long-and-its-associated/m-p/189414#M17532</guid>
      <dc:creator>TyroneBiggums</dc:creator>
      <dc:date>2015-12-02T13:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: I have point data (Lat, long) and its associated image (Jpeg), and I want the web application that open the image by click the particular point using ArcGIS Javascript API. So please share your idea how can I do this. Thanks</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-have-point-data-lat-long-and-its-associated/m-p/189415#M17533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chandan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The JS API provide a means of geo-referenceing an image file using the MapImage and MapImageLayer classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/mapimage-amd.html" title="https://developers.arcgis.com/javascript/jsapi/mapimage-amd.html"&gt;MapImage | API Reference | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jsapi/mapimagelayer-amd.html" title="https://developers.arcgis.com/javascript/jsapi/mapimagelayer-amd.html"&gt;MapImageLayer | API Reference | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 14:44:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-have-point-data-lat-long-and-its-associated/m-p/189415#M17533</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-02T14:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: I have point data (Lat, long) and its associated image (Jpeg), and I want the web application that open the image by click the particular point using ArcGIS Javascript API. So please share your idea how can I do this. Thanks</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-have-point-data-lat-long-and-its-associated/m-p/189416#M17534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the photos are posted online, you can just add the photo's URL as an attribute item to your point layer and then hotlink it inside your infoWindow using a custom Content function. If the photos are being stored locally on your network, well........that gets more difficult. You could add them as attachments to your data or you're going to be dealing with HTML5 and the FIleReader API like &lt;A href="http://robertnyman.com/2010/12/16/utilizing-the-html5-file-api-to-choose-upload-preview-and-see-progress-for-multiple-files/"&gt;this&lt;/A&gt; and &lt;A href="http://codepen.io/matt-west/pen/CfilG"&gt;this&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 19:45:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/i-have-point-data-lat-long-and-its-associated/m-p/189416#M17534</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2015-12-02T19:45:06Z</dc:date>
    </item>
  </channel>
</rss>

