<?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: create line graphic in WAB in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781186#M2616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I have the GP service correct now..&amp;nbsp; can you see it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://app.mdt.mt.gov/arcgis/rest/services/LRS/ReturnRouteSegment/GPServer/ReturnRouteSegment" title="https://app.mdt.mt.gov/arcgis/rest/services/LRS/ReturnRouteSegment/GPServer/ReturnRouteSegment"&gt;https://app.mdt.mt.gov/arcgis/rest/services/LRS/ReturnRouteSegment/GPServer/ReturnRouteSegment&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Aug 2015 19:57:20 GMT</pubDate>
    <dc:creator>TerryGustafson</dc:creator>
    <dc:date>2015-08-27T19:57:20Z</dc:date>
    <item>
      <title>create line graphic in WAB</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781176#M2606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm wondering if anyone has generated a simpleLine Symbol in WAB.&amp;nbsp; I'm wanting to pass a start and end location offset and return a line symbol from the entered values.&amp;nbsp; does anyone know of an example out there to look at?&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 15:54:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781176#M2606</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-08-26T15:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: create line graphic in WAB</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781177#M2607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Terry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Use some simple code like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var polyline = new Polyline(this.map.spatialReference);&lt;/P&gt;&lt;P&gt;polyline.addPath([new Point(10,10), new Point(20,20), new Point(30,30)]);&lt;/P&gt;&lt;P&gt;var lineGra = new Graphic(polyline, new SimpleLineSymbol());&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 16:04:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781177#M2607</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-26T16:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: create line graphic in WAB</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781178#M2608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, Sorry once again I was as clear as mud..&amp;nbsp; I could have put a little more detail into what I'm trying to accomplish.&amp;nbsp; I have a GP service that creates a route event layer.&amp;nbsp; It has a corridor name and&amp;nbsp; from and to offset fields.&amp;nbsp; The user will enter the coordinate and mile post offset and I want it to return a simpleLine graphic.&amp;nbsp; Here is what I have so far.&amp;nbsp; Robert, Sorry once again I was as clear as mud..&amp;nbsp; I could have put a little more detail into what I'm trying to accomplish.&amp;nbsp; I have a GP service that creates a route event layer.&amp;nbsp; It has a corridor name and&amp;nbsp; from and to offset fields.&amp;nbsp; The user will enter the coordinate and mile post offset and I want it to return a simpleLine graphic.&amp;nbsp; Here is what I have so far.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 18:40:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781178#M2608</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-08-26T18:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: create line graphic in WAB</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781179#M2609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Terry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Wow there is nothing that is close to working in the widget code you provided. Based on the GP service you are calling only having one parameter that is an input, I have no idea how you are expecting to draw a line on the map based on values like 10.5 and 15.9.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 19:10:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781179#M2609</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-26T19:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: create line graphic in WAB</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781180#M2610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know there is nothing close to working I was just showing the code I had...&amp;nbsp; I was wondering if I could use the from_offset and to_offset fields from that parameter to generate my line.&amp;nbsp; I was thinking of using the measured shape from the gp service to return the corridor name and then the linear offset..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 19:58:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781180#M2610</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-08-26T19:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: create line graphic in WAB</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781181#M2611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Terry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You are going to have to explain your workflow a lot better then. Normally I would look at someones code and be able to determine a basic or suggested workflow but there is nothing in your code or the params of your GP that give me a clue on how you expect to be able and draw a line on the map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 20:15:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781181#M2611</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-26T20:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: create line graphic in WAB</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781182#M2612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, my original post was not very clear..&amp;nbsp; Obviously my second was even worse.&amp;nbsp; I guess I was hoping to see some sample code that took a "from offset" and "to offset" and created a route between those two points and plotted a graphic line of that on the map.&amp;nbsp; I looked at some of the live apps that are out there and there was not really anything like it..&amp;nbsp; I guess the closest thing was the directions widget.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 20:53:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781182#M2612</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-08-26T20:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: create line graphic in WAB</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781183#M2613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Terry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; So are the "from offset" and "to offset" suppose to be actual points on the map or values like in your html place holder (i.e. 10.5). If they are just suppose to be numbers like 10.5 this is where you really lose me because 10.5 is not an X and Y so where would you place this singular number on the map? Now if the "from offset" and "to offset" and the "corridor name" goes to the GP and the GP returns a feature that has some geometry than that is a different matter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 21:11:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781183#M2613</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-26T21:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: create line graphic in WAB</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781184#M2614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you are correct in the later.&amp;nbsp; The users will enter the corridor and an offset of 10.5 to 15.9 for example then the GP would be hit and the GP returns a feature that has some geometry like a graphic line feature.&amp;nbsp; I did not know if only having the from_offset and to_offset fields would work or if they needed to be a parameter in the GP service.&amp;nbsp; Thanks for being so patient with my ignorance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 22:24:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781184#M2614</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-08-26T22:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: create line graphic in WAB</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781185#M2615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the best way is to use geoprocessing service.&lt;/P&gt;&lt;P&gt;Just build a simple python program that does the operation. The parameters will be the from, to and offset. The tool will create line feature class.&lt;/P&gt;&lt;P&gt;Then you publish and use it in WAB, it will return you thecreated feature class and a new layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have Fun&lt;/P&gt;&lt;P&gt;Mody&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 05:22:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781185#M2615</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2015-08-27T05:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: create line graphic in WAB</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781186#M2616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I have the GP service correct now..&amp;nbsp; can you see it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://app.mdt.mt.gov/arcgis/rest/services/LRS/ReturnRouteSegment/GPServer/ReturnRouteSegment" title="https://app.mdt.mt.gov/arcgis/rest/services/LRS/ReturnRouteSegment/GPServer/ReturnRouteSegment"&gt;https://app.mdt.mt.gov/arcgis/rest/services/LRS/ReturnRouteSegment/GPServer/ReturnRouteSegment&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 19:57:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781186#M2616</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-08-27T19:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: create line graphic in WAB</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781187#M2617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Terry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; So the parameters look fine now that you have an output of a feature. Have you tested this GP just using the url or from ArcMap?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 13:50:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781187#M2617</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-28T13:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: create line graphic in WAB</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781188#M2618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I connected to the server via arc catalog but not sure how to test it as I have not given it any input parameters..  Not sure if that makes sense..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 14:05:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781188#M2618</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-08-28T14:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: create line graphic in WAB</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781189#M2619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I’m sorry I spoke to soon, it is returning the values correctly…  Now I need to pass the values to the GP service.  The GP service will process will select the corridor the from_point and the to_point and plot the line as a graphic…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sounds easy enough for someone who is smart..  ☺&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 14:17:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781189#M2619</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-08-28T14:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: create line graphic in WAB</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781190#M2620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Terry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I am not sure what you are suppose to be passing as the input... You now have the input as a recordset with fields for Corridor, from_offset, to_offset. so when you say you tested it and it worked what did you supply as the input?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 14:24:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781190#M2620</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-28T14:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: create line graphic in WAB</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781191#M2621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are screen shots of the input and the return segment.  I entered the corridor route C000001E and then the to and from offsets and it returns the line to the map.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 15:24:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781191#M2621</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-08-28T15:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: create line graphic in WAB</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781192#M2622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Terry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; There is something not setup correctly on your GP service because I can get no actual geometry results back from the GP when submitting the same inputs you are using in ArcMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;{
 "paramName": "Route_Points",
 "dataType": "GPRecordSet",
 "value": {
&amp;nbsp; "displayFieldName": "",
&amp;nbsp; "fields": [
&amp;nbsp; {
&amp;nbsp; "name": "OBJECTID",
&amp;nbsp; "type": "esriFieldTypeOID",
&amp;nbsp; "alias": "OBJECTID"
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "name": "Corridor",
&amp;nbsp; "type": "esriFieldTypeString",
&amp;nbsp; "alias": "Corridor",
&amp;nbsp; "length": 50
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "name": "from_offset",
&amp;nbsp; "type": "esriFieldTypeInteger",
&amp;nbsp; "alias": "from_offset"
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "name": "to_offset",
&amp;nbsp; "type": "esriFieldTypeInteger",
&amp;nbsp; "alias": "to_offset"
&amp;nbsp; }
&amp;nbsp; ],
&amp;nbsp; "features": [{
&amp;nbsp; "OBJECTID": 1,
&amp;nbsp; "Corridor": "C000001E",
&amp;nbsp; "from_offset": "100.59",
&amp;nbsp; "to_offset": "256.236"
&amp;nbsp; }],
&amp;nbsp; "exceededTransferLimit": false
 }
}&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output results:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;{
 "paramName": "Route_Points_Events",
 "dataType": "GPFeatureRecordSetLayer",
 "value": {
&amp;nbsp; "displayFieldName": "",
&amp;nbsp; "geometryType": "esriGeometryPolyline",
&amp;nbsp; "spatialReference": {
&amp;nbsp; "wkid": 32100,
&amp;nbsp; "latestWkid": 32100
&amp;nbsp; },
&amp;nbsp; "fields": [
&amp;nbsp; {
&amp;nbsp; "name": "OBJECTID",
&amp;nbsp; "type": "esriFieldTypeOID",
&amp;nbsp; "alias": "OBJECTID"
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "name": "Corridor",
&amp;nbsp; "type": "esriFieldTypeString",
&amp;nbsp; "alias": "Corridor",
&amp;nbsp; "length": 50
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "name": "from_offset",
&amp;nbsp; "type": "esriFieldTypeInteger",
&amp;nbsp; "alias": "from_offset"
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "name": "to_offset",
&amp;nbsp; "type": "esriFieldTypeInteger",
&amp;nbsp; "alias": "to_offset"
&amp;nbsp; },
&amp;nbsp; {
&amp;nbsp; "name": "Shape_Length",
&amp;nbsp; "type": "esriFieldTypeDouble",
&amp;nbsp; "alias": "Shape_Length"
&amp;nbsp; }
&amp;nbsp; ],
&amp;nbsp; "features": [{
&amp;nbsp; "attributes": {
&amp;nbsp; "OBJECTID": 1,
&amp;nbsp; "Corridor": null,
&amp;nbsp; "from_offset": null,
&amp;nbsp; "to_offset": null,
&amp;nbsp; "Shape_Length": 0
&amp;nbsp; },
&amp;nbsp; "geometry": {"paths": []}
&amp;nbsp; }],
&amp;nbsp; "exceededTransferLimit": false
 }
}&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just because a GP working in ArcMap does not mean that you have it setup properly to work with ArcGIS Server as a service. You may need to read up on using a &lt;A href="http://blogs.esri.com/esri/arcgis/2012/10/19/the-new-scratchgdb-and-scratchfolder-environments/" rel="nofollow noopener noreferrer" target="_blank"&gt;scratchGDB&lt;/A&gt; when publishing GP Services.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:49:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781192#M2622</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T08:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: create line graphic in WAB</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781193#M2623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, thanks for letting me know, I assumed it was working correctly if it was working in ArcMap.  I will look into the scratchGDB..  Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 02:29:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781193#M2623</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-08-31T02:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: create line graphic in WAB</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781194#M2624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry to bug you this early but I saw the inputs and the outputs you had posted.  How did you run those so that it returned the null values?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 13:33:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781194#M2624</guid>
      <dc:creator>TerryGustafson</dc:creator>
      <dc:date>2015-08-31T13:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: create line graphic in WAB</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781195#M2625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Terry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You can test your GP Service just by going to the service url in you browser and clicking the submit job link at the bottom of the page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 13:53:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/create-line-graphic-in-wab/m-p/781195#M2625</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-31T13:53:14Z</dc:date>
    </item>
  </channel>
</rss>

