<?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 Create Shapefile in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/create-shapefile/m-p/527725#M49205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to draw on the map - then Create and Export a shapefile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Aug 2014 19:49:03 GMT</pubDate>
    <dc:creator>jaykapalczynski</dc:creator>
    <dc:date>2014-08-12T19:49:03Z</dc:date>
    <item>
      <title>Create Shapefile</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/create-shapefile/m-p/527725#M49205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to draw on the map - then Create and Export a shapefile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 19:49:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/create-shapefile/m-p/527725#M49205</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2014-08-12T19:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create Shapefile</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/create-shapefile/m-p/527726#M49206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; There a couple of javascript libraries that come up in Google when you search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://code.google.com/p/js2shapefile/" title="https://code.google.com/p/js2shapefile/"&gt;js2shapefile - ESRI shapefile creator in javascript - Google Project Hosting&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would have to use a library like this. I personally don't have any experience doing this yet but it is an interesting idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 20:15:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/create-shapefile/m-p/527726#M49206</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-08-12T20:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create Shapefile</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/create-shapefile/m-p/527727#M49207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yea this is going to be a touch one....I looked at that example and only a .shp file is exported....no dbf or shx...and written a while ago.....hmmmmm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to bring the files local but not getting the Button to appear to export....have to be doing something wrong...&lt;/P&gt;&lt;P&gt;its using &lt;A href="https://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.6" title="https://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.6"&gt;https://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.6&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyone else out there dable in exporting a Shapefile from graphic?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 17:43:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/create-shapefile/m-p/527727#M49207</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2014-08-13T17:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create Shapefile</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/create-shapefile/m-p/527728#M49208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer is YES if you are talking about ArcGIS Desktop 10.2.x.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the following:&lt;/P&gt;&lt;P&gt;1. Turn on the Drawing toolbar in ArcMap&lt;/P&gt;&lt;P&gt;2. Draw your graphics&lt;/P&gt;&lt;P&gt;3. Select your graphic points, lines, or polygons graphics - can't "mix" the data types&lt;/P&gt;&lt;P&gt;4. Right click on your Data Frame (e.g., "Layers"&amp;nbsp; by default) in the Table of Contents&lt;/P&gt;&lt;P&gt;5. Select Convert Graphics to Features &amp;lt;-- this is new at 10.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are code samples to do this in ArcScripts as well at&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://arcscripts.esri.com/details.asp?dbid=14751" rel="nofollow" target="_blank"&gt;http://arcscripts.esri.com/details.asp?dbid=14751&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 21:09:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/create-shapefile/m-p/527728#M49208</guid>
      <dc:creator>RichardDaniels</dc:creator>
      <dc:date>2014-08-13T21:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create Shapefile</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/create-shapefile/m-p/527729#M49209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is for JavaScript API...but thank you for your thoughts &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 21:23:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/create-shapefile/m-p/527729#M49209</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2014-08-13T21:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create Shapefile</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/create-shapefile/m-p/527730#M49210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to do this with some older code from the link above....see attached zip.&lt;/P&gt;&lt;P&gt;Unzip and create virtual directory on web server&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then navigate in URL to&amp;nbsp; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt; server info \ js2shapefile\tests\Test_EsriDrawToShapefile.html&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note there is no prj file created....manually project a file to:&lt;/P&gt;&lt;P&gt;Projected Coordinate System:&amp;nbsp; WGS_1984_world_Mercator , Meter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use this .prj file (renamed to output file) and it will render perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going to try and get the code to create this .prj file automatically but cant afford the time now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: that this example is using older code and api references I have not yet tried to update these.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2014 15:13:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/create-shapefile/m-p/527730#M49210</guid>
      <dc:creator>jaykapalczynski</dc:creator>
      <dc:date>2014-08-15T15:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Create Shapefile</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/create-shapefile/m-p/527731#M49211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that just points out how screwed up the new geoNet is. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 20:55:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/create-shapefile/m-p/527731#M49211</guid>
      <dc:creator>RichardDaniels</dc:creator>
      <dc:date>2014-09-04T20:55:57Z</dc:date>
    </item>
  </channel>
</rss>

