<?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 Difficulty adding the Measurement API in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/difficulty-adding-the-measurement-api/m-p/504712#M46868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a functioning site which is nearly complete and I am trying to add the Measurement Tool: &lt;A href="https://developers.arcgis.com/javascript/jssamples/widget_measurement.html" title="https://developers.arcgis.com/javascript/jssamples/widget_measurement.html"&gt;Measurement Widget | ArcGIS API for JavaScript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having some difficulty sorting out where I have gone wrong.&amp;nbsp; Even though I am relatively new to the API I can usually sort these out, but not this time.&amp;nbsp; Any suggestions would be appreciated.&amp;nbsp; The HTML, JS and CSS are attached below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 May 2015 22:56:00 GMT</pubDate>
    <dc:creator>SteveCline</dc:creator>
    <dc:date>2015-05-09T22:56:00Z</dc:date>
    <item>
      <title>Difficulty adding the Measurement API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/difficulty-adding-the-measurement-api/m-p/504712#M46868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a functioning site which is nearly complete and I am trying to add the Measurement Tool: &lt;A href="https://developers.arcgis.com/javascript/jssamples/widget_measurement.html" title="https://developers.arcgis.com/javascript/jssamples/widget_measurement.html"&gt;Measurement Widget | ArcGIS API for JavaScript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having some difficulty sorting out where I have gone wrong.&amp;nbsp; Even though I am relatively new to the API I can usually sort these out, but not this time.&amp;nbsp; Any suggestions would be appreciated.&amp;nbsp; The HTML, JS and CSS are attached below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2015 22:56:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/difficulty-adding-the-measurement-api/m-p/504712#M46868</guid>
      <dc:creator>SteveCline</dc:creator>
      <dc:date>2015-05-09T22:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty adding the Measurement API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/difficulty-adding-the-measurement-api/m-p/504713#M46869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You had to issues with your requires and matching vars and some issue in the html with div tag not having closing div tags. I have comment all my changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend adding the measure dijit to your accordion pane. Do do this you would need to remove it from the current titlepane.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 19:25:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/difficulty-adding-the-measurement-api/m-p/504713#M46869</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-05-10T19:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty adding the Measurement API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/difficulty-adding-the-measurement-api/m-p/504714#M46870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, thank you for all the advice you have given me over the last two weeks.&amp;nbsp; I am a graduate student in Geography and finishing up a project for an Online GIS class.&amp;nbsp; Without your guidance, along with a few others here, my app would have been pretty basic.&amp;nbsp; I was able to see the changes made in your version and I think I am ready to wrap the project up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you use any specific type of editor which can detect some of those div and other mistakes?&amp;nbsp; We use notepad++ in the lab but my primary laptop operates on Linux and I have not been able to get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&amp;nbsp; If you are ever in Northern Colorado I will gladly buy you some beverages of your choice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 21:00:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/difficulty-adding-the-measurement-api/m-p/504714#M46870</guid>
      <dc:creator>SteveCline</dc:creator>
      <dc:date>2015-05-10T21:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Difficulty adding the Measurement API</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/difficulty-adding-the-measurement-api/m-p/504715#M46871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I use a free IDE called Brackets, It works great with the interactive linting to show mistakes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 May 2015 22:21:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/difficulty-adding-the-measurement-api/m-p/504715#M46871</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-05-10T22:21:18Z</dc:date>
    </item>
  </channel>
</rss>

