<?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: Draw Widget - Measure in Nautical Miles in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/draw-widget-measure-in-nautical-miles/m-p/188546#M5789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Susan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have the ability to amend the source code? If so, you'll see it's fairly straight forward to add in the conversion for nautical miles. You should be able to see where you would need to add the code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/Esri/arcgis-viewer-flex/blob/develop/src/widgets/Draw/DrawWidget.mxml"&gt;https://github.com/Esri/arcgis-viewer-flex/blob/develop/src/widgets/Draw/DrawWidget.mxml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the function basewidget_widgetConfigLoaded there is a case statement with the units of measure listed and there is an array list near the bottom with the same again&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2013 17:01:01 GMT</pubDate>
    <dc:creator>AnthonyGiles</dc:creator>
    <dc:date>2013-02-28T17:01:01Z</dc:date>
    <item>
      <title>Draw Widget - Measure in Nautical Miles</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/draw-widget-measure-in-nautical-miles/m-p/188545#M5788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone attempted to create a custom Draw tool that could measure in Nautical Miles?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've searched Hi and Low through the documentation and it doens't appear to be a configurable option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know why that may be?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any input,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Susan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 16:44:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/draw-widget-measure-in-nautical-miles/m-p/188545#M5788</guid>
      <dc:creator>SusanGoulet_Powell</dc:creator>
      <dc:date>2013-02-28T16:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Draw Widget - Measure in Nautical Miles</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/draw-widget-measure-in-nautical-miles/m-p/188546#M5789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Susan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have the ability to amend the source code? If so, you'll see it's fairly straight forward to add in the conversion for nautical miles. You should be able to see where you would need to add the code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/Esri/arcgis-viewer-flex/blob/develop/src/widgets/Draw/DrawWidget.mxml"&gt;https://github.com/Esri/arcgis-viewer-flex/blob/develop/src/widgets/Draw/DrawWidget.mxml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the function basewidget_widgetConfigLoaded there is a case statement with the units of measure listed and there is an array list near the bottom with the same again&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 17:01:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/draw-widget-measure-in-nautical-miles/m-p/188546#M5789</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-02-28T17:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Draw Widget - Measure in Nautical Miles</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/draw-widget-measure-in-nautical-miles/m-p/188547#M5790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sure,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the enhanced DrawWidget allows you to configure whatever distance, area, and point units you want.&amp;nbsp; Just need to add the converion option to the eDrawWidget.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=91a0014160fc4a9caadc2c7fd7089c1b" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.arcgis.com/home/item.html?id=91a0014160fc4a9caadc2c7fd7089c1b&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use this in my xml for knots as my data is in meters.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;distanceunit abbr="nm" conversion="0.0005400"&amp;gt;Knots&amp;lt;/distanceunit&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:31:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/draw-widget-measure-in-nautical-miles/m-p/188547#M5790</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2021-12-11T09:31:04Z</dc:date>
    </item>
  </channel>
</rss>

