<?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: Multipoint [esri.toolbars.Edit::activate] Unable to activate the tool. Check if the tool is valid for the given geometry type. in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multipoint-esri-toolbars-edit-activate-unable-to/m-p/31726#M2564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI&gt;Correct the Editor widget is Not capable of multipoint.&lt;/LI&gt;&lt;LI&gt;Yes the editor widget does have a edit toolbar that does support multipoint. Manipulating the editor widget may be a significant task though.&lt;/LI&gt;&lt;LI&gt;No you can not provide an object id when editing. The FeatureServer Service does that for you. You will not get control of the ObjectId field.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are likely better off forgetting the Editor widget (It just combines the out-of-the-box TemplatePicker,&amp;nbsp; AttachmentEditor, AttributeInspector and GeometryService to provide feature and attribute editing.) but because you need multipoint ability you are better off using the Edit toolbar and AttributeInspector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a sample you have likely seen for adding multipoint.&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=toolbar_draw" title="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=toolbar_draw"&gt;https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=toolbar_draw&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Editing multipoint is not anything I have a sample for or experience with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Feb 2019 19:48:10 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2019-02-21T19:48:10Z</dc:date>
    <item>
      <title>Multipoint [esri.toolbars.Edit::activate] Unable to activate the tool. Check if the tool is valid for the given geometry type.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multipoint-esri-toolbars-edit-activate-unable-to/m-p/31722#M2560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having a problem editing multipoint features using JSAPI 3.27. This is the error I get:&lt;/P&gt;&lt;P&gt;[esri.toolbars.Edit::activate] Unable to activate the tool. Check if the tool is valid for the given geometry type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 21:22:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multipoint-esri-toolbars-edit-activate-unable-to/m-p/31722#M2560</guid>
      <dc:creator>MarioEstevez</dc:creator>
      <dc:date>2019-02-19T21:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multipoint [esri.toolbars.Edit::activate] Unable to activate the tool. Check if the tool is valid for the given geometry type.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multipoint-esri-toolbars-edit-activate-unable-to/m-p/31723#M2561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;What options are you specifying for the activate method on your multipoint geometry?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 21:27:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multipoint-esri-toolbars-edit-activate-unable-to/m-p/31723#M2561</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-02-19T21:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Multipoint [esri.toolbars.Edit::activate] Unable to activate the tool. Check if the tool is valid for the given geometry type.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multipoint-esri-toolbars-edit-activate-unable-to/m-p/31724#M2562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robe&lt;STRONG&gt;rt,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for your prompt reply.&lt;/P&gt;&lt;P&gt;This is the code that I'm working with. I just use the startup method of the editor.&lt;/P&gt;&lt;DIV&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var layers = arrayUtils.map(evt.layers, function (result) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return { featureLayer: result.layer };&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var settings = {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map: map,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; templatePicker: templatePicker,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layerInfos: layers,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; toolbarVisible: true,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; createOptions: {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; polylineDrawTools: [Editor.CREATE_TOOL_FREEHAND_POLYLINE],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; polygonDrawTools: [Editor.CREATE_TOOL_FREEHAND_POLYGON,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Editor.CREATE_TOOL_CIRCLE,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Editor.CREATE_TOOL_TRIANGLE,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Editor.CREATE_TOOL_RECTANGLE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ],&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; toolbarOptions: {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reshapeVisible: true&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var params = { settings: settings };&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var myEditor = new Editor(params, 'editorDiv');&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //define snapping options&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var symbol = new SimpleMarkerSymbol(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SimpleMarkerSymbol.STYLE_CROSS,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; new SimpleLineSymbol(&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SimpleLineSymbol.STYLE_SOLID,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; new Color([255, 0, 0, 0.5]),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.enableSnapping({&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; snapPointSymbol: symbol,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tolerance: 20,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; snapKey: keys.ALT&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myEditor.startup();&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Mario E.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2019 22:19:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multipoint-esri-toolbars-edit-activate-unable-to/m-p/31724#M2562</guid>
      <dc:creator>MarioEstevez</dc:creator>
      <dc:date>2019-02-19T22:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multipoint [esri.toolbars.Edit::activate] Unable to activate the tool. Check if the tool is valid for the given geometry type.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multipoint-esri-toolbars-edit-activate-unable-to/m-p/31725#M2563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word; padding: 0px; margin: 0px;"&gt;Robert,&lt;/P&gt;&lt;P style="background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word; padding: 0px; margin: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word; padding: 0px; margin: 0px;"&gt;I have a few questions for you:&lt;/P&gt;&lt;OL style="background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; list-style-type: decimal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px 0px 0px 30px; margin: 0px;"&gt;&lt;LI style="word-wrap: break-word; padding: 0px; margin: 3px 0px 3px 0px;"&gt;The editor can’t handle multipoint features, is that correct?&lt;/LI&gt;&lt;LI style="word-wrap: break-word; padding: 0px; margin: 3px 0px 3px 0px;"&gt;I was reading the Editor documentation and it says that it has a default editToolbar. I’m thinking that I need to manipulate the default editToolbar in order to address the edit issue ("Error: [esri.toolbars.Edit::activate] Unable to activate the tool. Check if the tool is valid for the given geometry type.) that I’m having, would that be correct or am I going in the wrong direction?&lt;/LI&gt;&lt;LI style="word-wrap: break-word; padding: 0px; margin: 3px 0px 3px 0px;"&gt;Also, I need to add new multipoint features, which I already have working. But I also need to modify existing multipoint features. Since they need to share the same OBJECTID, do you know if I can provide an OBJECTID when adding a new feature? Or does the OBJECTID in the feature service needs to be set to editable: true in order to be able to do that?&lt;/LI&gt;&lt;/OL&gt;&lt;P style="background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word; padding: 0px; margin: 0px;"&gt;Anyway, I really appreciate your help.&lt;/P&gt;&lt;P style="background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word; padding: 0px; margin: 0px;"&gt;&lt;/P&gt;&lt;P style="background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word; padding: 0px; margin: 0px;"&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 18:25:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multipoint-esri-toolbars-edit-activate-unable-to/m-p/31725#M2563</guid>
      <dc:creator>MarioEstevez</dc:creator>
      <dc:date>2019-02-21T18:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multipoint [esri.toolbars.Edit::activate] Unable to activate the tool. Check if the tool is valid for the given geometry type.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multipoint-esri-toolbars-edit-activate-unable-to/m-p/31726#M2564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI&gt;Correct the Editor widget is Not capable of multipoint.&lt;/LI&gt;&lt;LI&gt;Yes the editor widget does have a edit toolbar that does support multipoint. Manipulating the editor widget may be a significant task though.&lt;/LI&gt;&lt;LI&gt;No you can not provide an object id when editing. The FeatureServer Service does that for you. You will not get control of the ObjectId field.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are likely better off forgetting the Editor widget (It just combines the out-of-the-box TemplatePicker,&amp;nbsp; AttachmentEditor, AttributeInspector and GeometryService to provide feature and attribute editing.) but because you need multipoint ability you are better off using the Edit toolbar and AttributeInspector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a sample you have likely seen for adding multipoint.&lt;/P&gt;&lt;P&gt;&lt;A class="link-bare" href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=toolbar_draw" title="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=toolbar_draw"&gt;https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=toolbar_draw&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Editing multipoint is not anything I have a sample for or experience with.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 19:48:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multipoint-esri-toolbars-edit-activate-unable-to/m-p/31726#M2564</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-02-21T19:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multipoint [esri.toolbars.Edit::activate] Unable to activate the tool. Check if the tool is valid for the given geometry type.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multipoint-esri-toolbars-edit-activate-unable-to/m-p/31727#M2565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help and advice. I was afraid that was going to be the case. I'll try to find a way to edit multipoints. I'll report back once I have a working solution or if I have any other questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 20:12:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multipoint-esri-toolbars-edit-activate-unable-to/m-p/31727#M2565</guid>
      <dc:creator>MarioEstevez</dc:creator>
      <dc:date>2019-02-21T20:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multipoint [esri.toolbars.Edit::activate] Unable to activate the tool. Check if the tool is valid for the given geometry type.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multipoint-esri-toolbars-edit-activate-unable-to/m-p/31728#M2566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked the method "setPoint" in multipoint class. You can update a point from multipoint created using this method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the web help link:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jsapi/multipoint-amd.html#setpoint" title="https://developers.arcgis.com/javascript/3/jsapi/multipoint-amd.html#setpoint"&gt;Multipoint | API Reference | ArcGIS API for JavaScript 3.27&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="" style="color: #4d4d4d; background: linear-gradient(#c7c7c7, #e1e1e1, #fafafa); border-bottom: 1px solid #dddddd; margin: 0px 0px 0px -0.4em; padding: 0.2em 0.5em;"&gt;&lt;H4 class="" style="font-weight: 500; font-size: 1.0625em; margin: 0.2em 0px 0.4em;"&gt;setPoint(index, point)&lt;/H4&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #4d4d4d; background-color: #ffffff; padding: 0.5em 0.2em;"&gt;Updates the point at the specified index.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;(Added at v2.0)&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #4d4d4d; background-color: #ffffff; padding: 0.2em 0px;"&gt;&lt;STRONG style="font-weight: bold;"&gt;Return type:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE style="background: transparent;"&gt;&lt;SPAN class=""&gt;&lt;CODE style="background: transparent;"&gt;&lt;A href="https://developers.arcgis.com/javascript/3/jsapi/multipoint-amd.html" style="color: #00629b; text-decoration: none;"&gt;Multipoint&lt;/A&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #4d4d4d; background-color: #ffffff; padding: 0.2em 0px;"&gt;&lt;CODE style="background: transparent;"&gt;&lt;SPAN class=""&gt;&lt;CODE style="background: transparent;"&gt;&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #4d4d4d; background-color: #ffffff; padding: 0.2em 0px;"&gt;&lt;CODE style="background: transparent;"&gt;&lt;SPAN class=""&gt;&lt;CODE style="background: transparent;"&gt;Thanks,&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #4d4d4d; background-color: #ffffff; padding: 0.2em 0px;"&gt;&lt;CODE style="background: transparent;"&gt;&lt;SPAN class=""&gt;&lt;CODE style="background: transparent;"&gt;Biraja&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 22:23:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/multipoint-esri-toolbars-edit-activate-unable-to/m-p/31728#M2566</guid>
      <dc:creator>BirajaNayak</dc:creator>
      <dc:date>2019-02-21T22:23:38Z</dc:date>
    </item>
  </channel>
</rss>

