<?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: Are there any examples of creating a Web Map using the REST API? in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/are-there-any-examples-of-creating-a-web-map-using/m-p/484602#M2325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it would be useful to create MXDs with the layer compilations as required for your services - see these posts&lt;/P&gt;&lt;UL&gt;&lt;LI&gt; &lt;A href="http://gis.stackexchange.com/questions/62896/how-to-add-feature-class-to-mxd-with-arcpy-python" title="http://gis.stackexchange.com/questions/62896/how-to-add-feature-class-to-mxd-with-arcpy-python"&gt;arcgis desktop - How to add feature class to MXD with ArcPy (Python)? - Geographic Information Systems Stack Exchange&lt;/A&gt; &lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/thread/2986"&gt;Create blank MXD from python?&lt;/A&gt; &lt;/LI&gt;&lt;LI&gt;&lt;A href="https://gist.github.com/odoe/2502686" title="https://gist.github.com/odoe/2502686"&gt;Arcpy script to add data to mxd and publish to ArcGIS server without ArcMap · GitHub&lt;/A&gt; &lt;/LI&gt;&lt;LI&gt;&lt;A href="http://stackoverflow.com/questions/15484657/add-multiple-shapefiles-to-mxd-with-arcpy" title="http://stackoverflow.com/questions/15484657/add-multiple-shapefiles-to-mxd-with-arcpy"&gt;python - Add multiple shapefiles to MXD with arcpy - Stack Overflow&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can publish the MXDs with Python too.&lt;/P&gt;&lt;P&gt;&lt;A href="http://server.arcgis.com/en/server/10.3/administer/linux/example-publish-a-map-service-from-a-map-document-mxd-.htm" title="http://server.arcgis.com/en/server/10.3/administer/linux/example-publish-a-map-service-from-a-map-document-mxd-.htm"&gt;Example: Publish a map service from a map document (MXD)—Documentation (10.3 and 10.3.1) | ArcGIS for Server&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jun 2016 13:37:04 GMT</pubDate>
    <dc:creator>FC_Basson</dc:creator>
    <dc:date>2016-06-17T13:37:04Z</dc:date>
    <item>
      <title>Are there any examples of creating a Web Map using the REST API?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/are-there-any-examples-of-creating-a-web-map-using/m-p/484598#M2321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have searched all over for a simple example of creating a Web Map on AGS using the REST API from python. I can authenticate and create a folder, however I have been unable to see a complete example which creates a web map comprised of a raster image, polygon and point layers. Can someone point me in the right direction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 19:14:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/are-there-any-examples-of-creating-a-web-map-using/m-p/484598#M2321</guid>
      <dc:creator>JackCook</dc:creator>
      <dc:date>2016-06-16T19:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any examples of creating a Web Map using the REST API?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/are-there-any-examples-of-creating-a-web-map-using/m-p/484599#M2322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at &lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/get-started-mapview/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/get-started-mapview/index.html"&gt;Get started with MapView - Create a 2D map | ArcGIS API for JavaScript 4.0&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 19:42:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/are-there-any-examples-of-creating-a-web-map-using/m-p/484599#M2322</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2016-06-16T19:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any examples of creating a Web Map using the REST API?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/are-there-any-examples-of-creating-a-web-map-using/m-p/484600#M2323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wes, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Unfortunately I may have not made myself clear. The example you pointed me to shows how to create a client application that uses feature services to display the data to the user. I want to actually publish/create the feature services. I have a legacy application that contains raster and vector data. I want to programmatically read that data, convert it into some format (e.g. shapefiles) and then create/publish that data as a service that can be used by a client application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Jack&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 13:07:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/are-there-any-examples-of-creating-a-web-map-using/m-p/484600#M2323</guid>
      <dc:creator>JackCook</dc:creator>
      <dc:date>2016-06-17T13:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any examples of creating a Web Map using the REST API?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/are-there-any-examples-of-creating-a-web-map-using/m-p/484601#M2324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://server.arcgis.com/en/server/10.3/administer/linux/example-publish-various-service-types-using-service-definitions.htm" title="http://server.arcgis.com/en/server/10.3/administer/linux/example-publish-various-service-types-using-service-definitions.htm"&gt;Example: Publish various service types using service definitions—Documentation (10.3 and 10.3.1) | ArcGIS for Server&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 13:25:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/are-there-any-examples-of-creating-a-web-map-using/m-p/484601#M2324</guid>
      <dc:creator>WesMiller</dc:creator>
      <dc:date>2016-06-17T13:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any examples of creating a Web Map using the REST API?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/are-there-any-examples-of-creating-a-web-map-using/m-p/484602#M2325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it would be useful to create MXDs with the layer compilations as required for your services - see these posts&lt;/P&gt;&lt;UL&gt;&lt;LI&gt; &lt;A href="http://gis.stackexchange.com/questions/62896/how-to-add-feature-class-to-mxd-with-arcpy-python" title="http://gis.stackexchange.com/questions/62896/how-to-add-feature-class-to-mxd-with-arcpy-python"&gt;arcgis desktop - How to add feature class to MXD with ArcPy (Python)? - Geographic Information Systems Stack Exchange&lt;/A&gt; &lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.esri.com/thread/2986"&gt;Create blank MXD from python?&lt;/A&gt; &lt;/LI&gt;&lt;LI&gt;&lt;A href="https://gist.github.com/odoe/2502686" title="https://gist.github.com/odoe/2502686"&gt;Arcpy script to add data to mxd and publish to ArcGIS server without ArcMap · GitHub&lt;/A&gt; &lt;/LI&gt;&lt;LI&gt;&lt;A href="http://stackoverflow.com/questions/15484657/add-multiple-shapefiles-to-mxd-with-arcpy" title="http://stackoverflow.com/questions/15484657/add-multiple-shapefiles-to-mxd-with-arcpy"&gt;python - Add multiple shapefiles to MXD with arcpy - Stack Overflow&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can publish the MXDs with Python too.&lt;/P&gt;&lt;P&gt;&lt;A href="http://server.arcgis.com/en/server/10.3/administer/linux/example-publish-a-map-service-from-a-map-document-mxd-.htm" title="http://server.arcgis.com/en/server/10.3/administer/linux/example-publish-a-map-service-from-a-map-document-mxd-.htm"&gt;Example: Publish a map service from a map document (MXD)—Documentation (10.3 and 10.3.1) | ArcGIS for Server&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 13:37:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/are-there-any-examples-of-creating-a-web-map-using/m-p/484602#M2325</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2016-06-17T13:37:04Z</dc:date>
    </item>
  </channel>
</rss>

