<?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 Editor widget is showing &amp;quot;New Feature&amp;quot; default instead of my various values in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-is-showing-quot-new-feature-quot/m-p/1546384#M85833</link>
    <description>&lt;P&gt;I created a simple FeatureLayer called Cryptids2 to test the Editor widget. The idea is the user can click on the map and indicate whether they saw, say, Bigfoot or a jackalope or two other types of creatures.&amp;nbsp; I gave each of the four types a unique symbol in my webmap, but on the Editor widget the default "New Feature" with a circle shows up, rather than showing my four symbols.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This behavior is in contrast with a second layer I added, the "Hazard" layer that is &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-editor-basic/" target="_self"&gt;used in the Editor widget documentation&lt;/A&gt;.&amp;nbsp; If you look at the widget on my Pages site&amp;nbsp;&lt;A href="https://ericdmj.github.io/edittest/" target="_blank" rel="noopener"&gt;https://ericdmj.github.io/edittest/&lt;/A&gt;, you can see that the Hazard layer works as expected, with the user able to see and click icons associated with values and add them to the map.&amp;nbsp; But if you scroll down in the widget, my Cryptids2 layer isn't being equally fancy. Any notions why that is? (Attached is a picture of the Editor from my GitHub site showing what I mean.)&lt;BR /&gt;&lt;BR /&gt;Here's my &lt;A href="https://uw-mad.maps.arcgis.com/apps/mapviewer/index.html?webmap=8864982137294ce6b56da013eb484fbf" target="_self"&gt;webmap&lt;/A&gt;. (Attached is a picture showing the Legend from that with the symbols I want to appear in my Editor widget.)&lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2024 16:25:10 GMT</pubDate>
    <dc:creator>ericdmj</dc:creator>
    <dc:date>2024-10-08T16:25:10Z</dc:date>
    <item>
      <title>Editor widget is showing "New Feature" default instead of my various values</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-is-showing-quot-new-feature-quot/m-p/1546384#M85833</link>
      <description>&lt;P&gt;I created a simple FeatureLayer called Cryptids2 to test the Editor widget. The idea is the user can click on the map and indicate whether they saw, say, Bigfoot or a jackalope or two other types of creatures.&amp;nbsp; I gave each of the four types a unique symbol in my webmap, but on the Editor widget the default "New Feature" with a circle shows up, rather than showing my four symbols.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This behavior is in contrast with a second layer I added, the "Hazard" layer that is &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/widgets-editor-basic/" target="_self"&gt;used in the Editor widget documentation&lt;/A&gt;.&amp;nbsp; If you look at the widget on my Pages site&amp;nbsp;&lt;A href="https://ericdmj.github.io/edittest/" target="_blank" rel="noopener"&gt;https://ericdmj.github.io/edittest/&lt;/A&gt;, you can see that the Hazard layer works as expected, with the user able to see and click icons associated with values and add them to the map.&amp;nbsp; But if you scroll down in the widget, my Cryptids2 layer isn't being equally fancy. Any notions why that is? (Attached is a picture of the Editor from my GitHub site showing what I mean.)&lt;BR /&gt;&lt;BR /&gt;Here's my &lt;A href="https://uw-mad.maps.arcgis.com/apps/mapviewer/index.html?webmap=8864982137294ce6b56da013eb484fbf" target="_self"&gt;webmap&lt;/A&gt;. (Attached is a picture showing the Legend from that with the symbols I want to appear in my Editor widget.)&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 16:25:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-is-showing-quot-new-feature-quot/m-p/1546384#M85833</guid>
      <dc:creator>ericdmj</dc:creator>
      <dc:date>2024-10-08T16:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Editor widget is showing "New Feature" default instead of my various values</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-is-showing-quot-new-feature-quot/m-p/1546637#M85840</link>
      <description>&lt;P&gt;This is because in both cases, the editor is setting these options up based upon &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-FeatureTemplate.html" target="_self"&gt;FeatureTemplate&lt;/A&gt; information defined within the service.&amp;nbsp; Here you can see the information from your service:&lt;/P&gt;&lt;P&gt;&lt;A href="https://services.arcgis.com/HRPe58bUyBqyyiCt/arcgis/rest/services/Cryptids2/FeatureServer/0?f=pjson" target="_blank"&gt;https://services.arcgis.com/HRPe58bUyBqyyiCt/arcgis/rest/services/Cryptids2/FeatureServer/0?f=pjson&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you search for (Ctrl-F) "templates", you'll see the information that corresponds with the "New Feature" option for your layer.&lt;/P&gt;&lt;P&gt;Here's the service information for the hazards layer:&lt;/P&gt;&lt;P&gt;&lt;A href="https://services.arcgis.com/V6ZHFr6zdgNZuVG0/arcgis/rest/services/Hazards_Uptown_Charlotte/FeatureServer/0?f=pjson" target="_blank"&gt;https://services.arcgis.com/V6ZHFr6zdgNZuVG0/arcgis/rest/services/Hazards_Uptown_Charlotte/FeatureServer/0?f=pjson&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In this case, if you search for "types" you'll find the information that drives what's found in the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html" target="_self"&gt;Editor&lt;/A&gt; widget.&lt;/P&gt;&lt;P&gt;Therefore, if you setup the templates in your map before publishing, you should get the expected results.&amp;nbsp; If you're using ArcGIS Pro, &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/editing/introduction-to-feature-templates.htm" target="_self"&gt;this page&lt;/A&gt; might be a good place to start.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 17:05:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-is-showing-quot-new-feature-quot/m-p/1546637#M85840</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2024-10-08T17:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Editor widget is showing "New Feature" default instead of my various values</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-is-showing-quot-new-feature-quot/m-p/1546789#M85845</link>
      <description>&lt;P&gt;Oh, wow. Good find, and I appreciate your explanation, &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/6522"&gt;@JoelBennett&lt;/a&gt;&amp;nbsp;! I'm using ArcGIS Online in this case, so I used &lt;A href="https://doc.arcgis.com/en/arcgis-online/manage-data/manage-feature-templates.htm" target="_self"&gt;its equivalent&lt;/A&gt; to the ArcGIS Pro page you provided above, and it got me there, specifically by using the Map Viewer Classic instructions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is the image from my working copy (different from the link above).&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 00:00:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-is-showing-quot-new-feature-quot/m-p/1546789#M85845</guid>
      <dc:creator>ericdmj</dc:creator>
      <dc:date>2024-10-09T00:00:26Z</dc:date>
    </item>
  </channel>
</rss>

