<?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 How to Customise a Interactively draw on the map Feature in Web AppBuilder in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-customise-a-interactively-draw-on-the-map/m-p/855975#M11354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a custom widget (GP Task) in Web AppBuilder which uses &lt;EM&gt;&lt;STRONG&gt;Interactively Draw on the Map&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;feature, as shown below, to select a location on the map. I am looking to customise this tool as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Since this widget is only relevant for a LOCATION (point), i want to hide other drawing features such as line, polygons, rectangles, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. At the moment, users can add multiple points on the map, but how can I restrict it to only&amp;nbsp;SINGLE point at a time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds simple but couldn't figure out the way doing it. I would appreciate if anyone can enlighten me on this please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/506541_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Sep 2020 15:23:37 GMT</pubDate>
    <dc:creator>SushilPradhan</dc:creator>
    <dc:date>2020-09-07T15:23:37Z</dc:date>
    <item>
      <title>How to Customise a Interactively draw on the map Feature in Web AppBuilder</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-customise-a-interactively-draw-on-the-map/m-p/855975#M11354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a custom widget (GP Task) in Web AppBuilder which uses &lt;EM&gt;&lt;STRONG&gt;Interactively Draw on the Map&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;feature, as shown below, to select a location on the map. I am looking to customise this tool as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Since this widget is only relevant for a LOCATION (point), i want to hide other drawing features such as line, polygons, rectangles, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. At the moment, users can add multiple points on the map, but how can I restrict it to only&amp;nbsp;SINGLE point at a time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds simple but couldn't figure out the way doing it. I would appreciate if anyone can enlighten me on this please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/506541_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2020 15:23:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-customise-a-interactively-draw-on-the-map/m-p/855975#M11354</guid>
      <dc:creator>SushilPradhan</dc:creator>
      <dc:date>2020-09-07T15:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Customise a Interactively draw on the map Feature in Web AppBuilder</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-customise-a-interactively-draw-on-the-map/m-p/855976#M11355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might find if you add a template schema (point feature class) to your input parameter on the tool before publishing, it should limit the options to point (also try the smart edit widget first, as it might have better customisation without having to resort to this).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd also like to know how to limit it to one point only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Sep 2020 20:52:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-customise-a-interactively-draw-on-the-map/m-p/855976#M11355</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-09-07T20:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to Customise a Interactively draw on the map Feature in Web AppBuilder</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-customise-a-interactively-draw-on-the-map/m-p/855977#M11356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. I&amp;nbsp;used a point feature class as an input parameter before publishing, but it's the same result. I am wondering if anyone has any experience or knowledge about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2020 08:57:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-customise-a-interactively-draw-on-the-map/m-p/855977#M11356</guid>
      <dc:creator>SushilPradhan</dc:creator>
      <dc:date>2020-09-09T08:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Customise a Interactively draw on the map Feature in Web AppBuilder</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-customise-a-interactively-draw-on-the-map/m-p/855978#M11357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd set the parameter as FeatureSet and apply a point FC's schema to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2020 09:14:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/how-to-customise-a-interactively-draw-on-the-map/m-p/855978#M11357</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-09-09T09:14:48Z</dc:date>
    </item>
  </channel>
</rss>

