<?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: Export to KML Widget in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1331969#M14938</link>
    <description>&lt;P&gt;Hi Katherine!&lt;/P&gt;&lt;P&gt;What is the output parameter of your GP tool?&amp;nbsp; I'm unsure what the application is expecting to render it as or what would be appropriate.&amp;nbsp; I think my comments above to the original post were more about generating an output of a zipped up kml that would end up in a the user's downloads folder.&amp;nbsp; If that's the case, your python script source would need to execute the "Layer To KML" tool then implement code to zip that up and send via the output parameter.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Sep 2023 14:00:54 GMT</pubDate>
    <dc:creator>JamesCrandall</dc:creator>
    <dc:date>2023-09-25T14:00:54Z</dc:date>
    <item>
      <title>Export to KML Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1198221#M14798</link>
      <description>&lt;P&gt;Has anyone created an export to KML widget? I have a dashboard and would like to create a custom widget that allows non-GIS users to be able to select features and be able to automatically export to KML file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 19:39:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1198221#M14798</guid>
      <dc:creator>SinChew3</dc:creator>
      <dc:date>2022-08-01T19:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Export to KML Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1198528#M14800</link>
      <description>&lt;P&gt;Such a widget would be very helpful to have in Experience Builder, too.&amp;nbsp; Given the apparent glacial progress in essential enhancements to EB, I doubt this will happen &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 14:25:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1198528#M14800</guid>
      <dc:creator>USLEOperations</dc:creator>
      <dc:date>2022-08-02T14:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Export to KML Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1200579#M14802</link>
      <description>&lt;P&gt;My personal preference would be to create a GP tool (python) to perform the conversion, publish it as a GP Service and make requests to it from your web application (whatever form that may be).&amp;nbsp; Just build it off the Layer To KML tool and publish it out as a GP service.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can run thru the gauntlet of possible Javscript solutions but I don't believe there's any ESRI Javascript api options available.&amp;nbsp; You would probably need to format any input as GeoJSON first then perhaps need to hit other api's that could do the conversion for you (some are free but may have frequency limits on the number of requests).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like there'a &lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/generate-kml.htm" target="_self"&gt;generateKML&lt;/A&gt; option available on Enterprise services? Not sure about that tho.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 20:40:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1200579#M14802</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2022-08-08T20:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Export to KML Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1331800#M14937</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/8274"&gt;@JamesCrandall&lt;/a&gt;&amp;nbsp;I am very new to creating geoprocessing services, but I attempted this building off the Layer to KML tool, as you suggested.&lt;/P&gt;&lt;P&gt;When I use the service in a widget and try to select features, the server returns an error saying:&amp;nbsp; ERROR 000840: The value is not a Layer.&lt;/P&gt;&lt;P&gt;As I said, I am extremely new to this process and I'm sure I made a novice mistake when setting up the service. Could you possibly provide additional information on the best way to set up this service?&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2023 21:33:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1331800#M14937</guid>
      <dc:creator>Katie_Clark</dc:creator>
      <dc:date>2023-09-23T21:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Export to KML Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1331969#M14938</link>
      <description>&lt;P&gt;Hi Katherine!&lt;/P&gt;&lt;P&gt;What is the output parameter of your GP tool?&amp;nbsp; I'm unsure what the application is expecting to render it as or what would be appropriate.&amp;nbsp; I think my comments above to the original post were more about generating an output of a zipped up kml that would end up in a the user's downloads folder.&amp;nbsp; If that's the case, your python script source would need to execute the "Layer To KML" tool then implement code to zip that up and send via the output parameter.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 14:00:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1331969#M14938</guid>
      <dc:creator>JamesCrandall</dc:creator>
      <dc:date>2023-09-25T14:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Export to KML Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1366130#M14954</link>
      <description>&lt;P&gt;I had created an "export to KMZ" widget for web appbuilder which allowed users to export the graphics to the KMZ file. It was a combination of c# and JavaScript.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 04:14:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1366130#M14954</guid>
      <dc:creator>sapnas</dc:creator>
      <dc:date>2024-01-04T04:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Export to KML Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1367181#M14955</link>
      <description>&lt;P&gt;could you please share theexport to kmz widget&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jan 2024 05:53:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1367181#M14955</guid>
      <dc:creator>sajjady</dc:creator>
      <dc:date>2024-01-07T05:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Export to KML Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1368219#M14956</link>
      <description>&lt;P&gt;The widget requires the server-side component to work. If you are proficient with C# programming then you may want to look into the SharpKML library which pretty much covers all the geometric shapes.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 04:28:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1368219#M14956</guid>
      <dc:creator>sapnas</dc:creator>
      <dc:date>2024-01-10T04:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Export to KML Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1387346#M14960</link>
      <description>&lt;P&gt;Could you please share&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 13:58:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1387346#M14960</guid>
      <dc:creator>sajjady</dc:creator>
      <dc:date>2024-02-27T13:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Export to KML Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1387391#M14961</link>
      <description>&lt;P&gt;The widget (Draw.zip) and the C# controller, Model (KMZFileGISController.zip) is attached. I am unable to attach the entire C# project since it has other rest api implementation. You will have to replace the url within config.json with your desired REST service.&amp;nbsp;&lt;/P&gt;&lt;P&gt;"KMZExportService": "&lt;A href="https://localhost/GISUtilRestService/api" target="_blank"&gt;https://localhost/GISUtilRestService/api&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 14:59:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1387391#M14961</guid>
      <dc:creator>sapnas</dc:creator>
      <dc:date>2024-02-27T14:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Export to KML Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1407037#M14971</link>
      <description>&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 08:25:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/export-to-kml-widget/m-p/1407037#M14971</guid>
      <dc:creator>mohammadflayyan</dc:creator>
      <dc:date>2024-04-08T08:25:04Z</dc:date>
    </item>
  </channel>
</rss>

