<?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: Label feature with text for printing in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/label-feature-with-text-for-printing/m-p/828114#M8020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; So is your scenario that you want to label all csv points that have been added with all their attributes? If so that could get very messy.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2019 13:41:47 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2019-02-19T13:41:47Z</dc:date>
    <item>
      <title>Label feature with text for printing</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/label-feature-with-text-for-printing/m-p/828113#M8019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the scenario.&lt;/P&gt;&lt;P&gt;A user uses the add data widget to add a .csv.&lt;/P&gt;&lt;P&gt;The user can seclect a newly added point and show the attributes in a pop up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do we create&amp;nbsp;a label (text) that shows the attributes of a selected point so that the map can be printed with the newlt added labels?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2019 17:17:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/label-feature-with-text-for-printing/m-p/828113#M8019</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-02-15T17:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Label feature with text for printing</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/label-feature-with-text-for-printing/m-p/828114#M8020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; So is your scenario that you want to label all csv points that have been added with all their attributes? If so that could get very messy.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 13:41:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/label-feature-with-text-for-printing/m-p/828114#M8020</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-02-19T13:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Label feature with text for printing</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/label-feature-with-text-for-printing/m-p/828115#M8021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It could, so I was hoping that the user could select a point and add the attributes for that point only, or a couple of points at the users discretion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be very valuable for other layers as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott Foster&lt;/P&gt;&lt;P&gt;GIS Specialist&lt;/P&gt;&lt;P&gt;Pipelines &amp;amp; Terminals&lt;/P&gt;&lt;P&gt;Direct: (210)-345-5198&lt;/P&gt;&lt;P&gt;Cell: (713)-240-7770&lt;/P&gt;&lt;P&gt;Email: scott.foster@valero.com&amp;lt;mailto:scott.foster@valero.com&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 13:55:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/label-feature-with-text-for-printing/m-p/828115#M8021</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-02-19T13:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Label feature with text for printing</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/label-feature-with-text-for-printing/m-p/828116#M8022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;That is where this is going to get pretty involved. There is no out of the box selection of features in the map ability without custom widget development. So the first part would be to handle the selection of the points. Your custom widget would have to use the drawBox jimu dijit to draw a graphic on the map to allow for a query of the featureLayer that was added to the map with the csv results. Then once the featureLayer.queryFeatures method is done the selected points would need to be looped over and the geometry of the selected features would be added to a new GraphicsLayer in the map and the symbol of those graphics would have to be a TextSymbol with the attribute values. Placement and multiple attributes would be the main issue. This is going to be a fairly involved development effort.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 14:25:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/label-feature-with-text-for-printing/m-p/828116#M8022</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-02-19T14:25:07Z</dc:date>
    </item>
  </channel>
</rss>

