<?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 Intersect/select point feature (from a service) with a drawn polygon feature in AGOL Web App.   in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/intersect-select-point-feature-from-a-service-with/m-p/488902#M24581</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey!&lt;/P&gt;&lt;P&gt;I wondering if somebody knows if it is possible to make a Web app that can do as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: We got a basemap&amp;nbsp;with point features on.&lt;/P&gt;&lt;P&gt;2: I want to select some spesific&amp;nbsp;point features by drawing a polygon over them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;3: I want to extract the attributes from the points selected and i whant&amp;nbsp;to count number of points selected.&lt;/P&gt;&lt;P&gt;4: The polygon that I darw&amp;nbsp;should be visible after drawing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope somebody as a thought&amp;nbsp;on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2017 07:59:00 GMT</pubDate>
    <dc:creator>IsakBergset</dc:creator>
    <dc:date>2017-11-28T07:59:00Z</dc:date>
    <item>
      <title>Intersect/select point feature (from a service) with a drawn polygon feature in AGOL Web App.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/intersect-select-point-feature-from-a-service-with/m-p/488902#M24581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey!&lt;/P&gt;&lt;P&gt;I wondering if somebody knows if it is possible to make a Web app that can do as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: We got a basemap&amp;nbsp;with point features on.&lt;/P&gt;&lt;P&gt;2: I want to select some spesific&amp;nbsp;point features by drawing a polygon over them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;3: I want to extract the attributes from the points selected and i whant&amp;nbsp;to count number of points selected.&lt;/P&gt;&lt;P&gt;4: The polygon that I darw&amp;nbsp;should be visible after drawing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope somebody as a thought&amp;nbsp;on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 07:59:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/intersect-select-point-feature-from-a-service-with/m-p/488902#M24581</guid>
      <dc:creator>IsakBergset</dc:creator>
      <dc:date>2017-11-28T07:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect/select point feature (from a service) with a drawn polygon feature in AGOL Web App.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/intersect-select-point-feature-from-a-service-with/m-p/488903#M24582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the polygon should not stay visible, the&amp;nbsp;&lt;A class="link-titled" href="http://doc.arcgis.com/en/web-appbuilder/create-apps/widget-select.htm" title="http://doc.arcgis.com/en/web-appbuilder/create-apps/widget-select.htm"&gt;Select widget—Web AppBuilder for ArcGIS | ArcGIS&lt;/A&gt;&amp;nbsp;in the Web AppBuilder would probably be the easiest way to go (see&amp;nbsp;&lt;A class="link-titled" href="http://doc.arcgis.com/en/web-appbuilder/create-apps/what-is-web-appbuilder.htm" title="http://doc.arcgis.com/en/web-appbuilder/create-apps/what-is-web-appbuilder.htm"&gt;What is Web AppBuilder for ArcGIS?—Web AppBuilder for ArcGIS | ArcGIS&lt;/A&gt;&amp;nbsp;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You select the features drawing a polygon (or rectangle), it will provide a count of the features within and it allows you to view the attributes of the selected points.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/385074_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;However, the polygon will be removed after selection of the points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 12:35:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/intersect-select-point-feature-from-a-service-with/m-p/488903#M24582</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-11-28T12:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect/select point feature (from a service) with a drawn polygon feature in AGOL Web App.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/intersect-select-point-feature-from-a-service-with/m-p/488904#M24583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried that, and yes that works, but the real challenge is with the polygon. I want&amp;nbsp;to export the drawn polygon to another web map. I have tried to find a solution in GeoEvent extension. But have not succeeded&amp;nbsp;yet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the answer.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 13:26:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/intersect-select-point-feature-from-a-service-with/m-p/488904#M24583</guid>
      <dc:creator>IsakBergset</dc:creator>
      <dc:date>2017-11-28T13:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect/select point feature (from a service) with a drawn polygon feature in AGOL Web App. </title>
      <link>https://community.esri.com/t5/arcgis-online-questions/intersect-select-point-feature-from-a-service-with/m-p/488905#M24584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GeoEvent would&amp;nbsp;not be the&amp;nbsp;functionality to solve this. You can however create a script that does this for you and inserts the geometry into a service and publish that as a geoprocessing service and consume it with the Geoprocessing widget. How long should this polygon persist and&amp;nbsp;should this only be available for the user that drew the polygon?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 15:03:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/intersect-select-point-feature-from-a-service-with/m-p/488905#M24584</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2017-11-28T15:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect/select point feature (from a service) with a drawn polygon feature in AGOL Web App.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/intersect-select-point-feature-from-a-service-with/m-p/488906#M24585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, maybe thats&amp;nbsp;the best solution. The polygon shall stay in the webmap&amp;nbsp;for approximately 3-4 days and than automatically&amp;nbsp;deleted. This service is intended to be running for some years. (I hope). I haveneverd&amp;nbsp;tried to make a script before, but will try &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the help&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 07:01:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/intersect-select-point-feature-from-a-service-with/m-p/488906#M24585</guid>
      <dc:creator>IsakBergset</dc:creator>
      <dc:date>2017-11-29T07:01:28Z</dc:date>
    </item>
  </channel>
</rss>

