<?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 Tell me if there's another way... in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tell-me-if-there-s-another-way/m-p/167334#M15518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone!&amp;nbsp; I am in the middle of doing a project that I would love feedback on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;Background&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;An application I have created produces a MAP document to some pretty narrow specifications.&amp;nbsp; The application uses MapServer SOAP accessible endpoints to basically query and turn on/off layers and produce this downloadable document all ready for whatever they use it for.&amp;nbsp; This document had map imagery and multiple layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;New Practice&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We are migrating to the ESRI portal federated architecture.&amp;nbsp; Our GIS group is changing their practices so that all imagery is tile-cache only.&amp;nbsp; This works great for applications that are map-based (like everything in Portal), but I have developed loads of tools that do geospatial analysis on ArcServer without map interfaces.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;What I'm Doing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have created a web service that does the following...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt; I'm doing a query and buffer against some geometry.&amp;nbsp; It returns the extent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/418409_01.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.&lt;/STRONG&gt; I grab the tiles that correspond to the area I'm generating data for.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/418410_02.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3.&lt;/STRONG&gt; I'm temporarily downloading all the tiles in the area of interest.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/418411_03.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4.&lt;/STRONG&gt;&amp;nbsp; I'm joining the tiles together into a single image and calculating the new extent to layer things on top of it.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-4 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/418413_04.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The objective is to allow individuals to create the documents they need without knowledge of spatial systems or online mapping tools.&amp;nbsp; The UI gives a user a few simple fields to provide and the end result is multiple&amp;nbsp;files that they need for some purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-5 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/418414_05.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is a better way, please let me know.&amp;nbsp; I used to rely on the MapServer endpoint to build the imagery for me, but I can no longer do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Justin Wilson&lt;/P&gt;&lt;P&gt;Software Developer&lt;/P&gt;&lt;P&gt;Forsyth County Georgia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2018 15:04:42 GMT</pubDate>
    <dc:creator>JustinWilson</dc:creator>
    <dc:date>2018-08-09T15:04:42Z</dc:date>
    <item>
      <title>Tell me if there's another way...</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tell-me-if-there-s-another-way/m-p/167334#M15518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone!&amp;nbsp; I am in the middle of doing a project that I would love feedback on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;Background&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;An application I have created produces a MAP document to some pretty narrow specifications.&amp;nbsp; The application uses MapServer SOAP accessible endpoints to basically query and turn on/off layers and produce this downloadable document all ready for whatever they use it for.&amp;nbsp; This document had map imagery and multiple layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;New Practice&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We are migrating to the ESRI portal federated architecture.&amp;nbsp; Our GIS group is changing their practices so that all imagery is tile-cache only.&amp;nbsp; This works great for applications that are map-based (like everything in Portal), but I have developed loads of tools that do geospatial analysis on ArcServer without map interfaces.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;What I'm Doing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have created a web service that does the following...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt; I'm doing a query and buffer against some geometry.&amp;nbsp; It returns the extent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/418409_01.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.&lt;/STRONG&gt; I grab the tiles that correspond to the area I'm generating data for.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/418410_02.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3.&lt;/STRONG&gt; I'm temporarily downloading all the tiles in the area of interest.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/418411_03.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4.&lt;/STRONG&gt;&amp;nbsp; I'm joining the tiles together into a single image and calculating the new extent to layer things on top of it.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-4 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/418413_04.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The objective is to allow individuals to create the documents they need without knowledge of spatial systems or online mapping tools.&amp;nbsp; The UI gives a user a few simple fields to provide and the end result is multiple&amp;nbsp;files that they need for some purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-5 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/418414_05.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is a better way, please let me know.&amp;nbsp; I used to rely on the MapServer endpoint to build the imagery for me, but I can no longer do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Justin Wilson&lt;/P&gt;&lt;P&gt;Software Developer&lt;/P&gt;&lt;P&gt;Forsyth County Georgia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 15:04:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tell-me-if-there-s-another-way/m-p/167334#M15518</guid>
      <dc:creator>JustinWilson</dc:creator>
      <dc:date>2018-08-09T15:04:42Z</dc:date>
    </item>
  </channel>
</rss>

