<?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: ArcGIS Server Export Map REST service not working as expected in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-server-export-map-rest-service-not-working/m-p/634560#M3103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The layerdefs parameter needs to contain the layer ID to which you are applying your definition query:[INDENT]&amp;amp;layerdefs=5:STATE_FIPS%3D'20'&lt;BR /&gt;[/INDENT]To apply definition queries to more than one layer, separate with semicolons:[INDENT]&amp;amp;layerdefs=5:STATE_FIPS%3D'20';3:STATE_FIPS%3D'20'[/INDENT]&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you, works fine now!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Sep 2010 01:53:32 GMT</pubDate>
    <dc:creator>SystemAdministrator</dc:creator>
    <dc:date>2010-09-30T01:53:32Z</dc:date>
    <item>
      <title>ArcGIS Server Export Map REST service not working as expected</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-server-export-map-rest-service-not-working/m-p/634558#M3101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, I am currently testing the ArcGIS Server Export Map functionality on the ESRI ArcGIS 10 sample servers and it appears as though the service does not operate as I expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically I am attempting to export one feature (STATE_FIPS='20') on one layer (layer Id 5), along with all the features on another layer (layer id 2) to png format. I am able to show both of the layers, however the layer definition I attempt to apply to layer Id 5 seems to go unnoticed by the server �?? all features are returned for *both* layers instead of just the single state with id 20.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Clicking on the following link will show the parameters that I am using to make the request:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A amp="amp" href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer/export?bbox=-185.337909350544,-19.11255617006,-59.5254875059344,108.400033537315&amp;amp;bboxSR=4269&amp;amp;layers=show:5,2&amp;amp;layerdefs=STATE_FIPS%3D" size="&amp;amp;imageSR=4269&amp;amp;format=png&amp;amp;transparent=false&amp;amp;dpi=&amp;amp;f=html'"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer/export?bbox=-185.337909350544,-19.11255617006,-59.5254875059344,108.400033537315&amp;amp;bboxSR=4269&amp;amp;layers=show:5,2&amp;amp;layerdefs=STATE_FIPS%3D'20'&amp;amp;size=&amp;amp;imageSR=4269&amp;amp;format=png&amp;amp;transparent=false&amp;amp;dpi=&amp;amp;f=html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help appreciated&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 02:36:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-server-export-map-rest-service-not-working/m-p/634558#M3101</guid>
      <dc:creator>SystemAdministrator</dc:creator>
      <dc:date>2010-09-28T02:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server Export Map REST service not working as expected</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-server-export-map-rest-service-not-working/m-p/634559#M3102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The layerdefs parameter needs to contain the layer ID to which you are applying your definition query:[INDENT]&amp;amp;layerdefs=5:STATE_FIPS%3D'20'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/INDENT]To apply definition queries to more than one layer, separate with semicolons:[INDENT]&amp;amp;layerdefs=5:STATE_FIPS%3D'20';3:STATE_FIPS%3D'20'[/INDENT]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 18:51:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-server-export-map-rest-service-not-working/m-p/634559#M3102</guid>
      <dc:creator>ThomasHill</dc:creator>
      <dc:date>2010-09-29T18:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server Export Map REST service not working as expected</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-server-export-map-rest-service-not-working/m-p/634560#M3103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The layerdefs parameter needs to contain the layer ID to which you are applying your definition query:[INDENT]&amp;amp;layerdefs=5:STATE_FIPS%3D'20'&lt;BR /&gt;[/INDENT]To apply definition queries to more than one layer, separate with semicolons:[INDENT]&amp;amp;layerdefs=5:STATE_FIPS%3D'20';3:STATE_FIPS%3D'20'[/INDENT]&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you, works fine now!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 01:53:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-server-export-map-rest-service-not-working/m-p/634560#M3103</guid>
      <dc:creator>SystemAdministrator</dc:creator>
      <dc:date>2010-09-30T01:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server Export Map REST service not working as expected</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-server-export-map-rest-service-not-working/m-p/634561#M3104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can the definition expression filter on multiple features in the same layer? Example, if i have a parcels polygon layer can it filter 2 or more parcels from the layer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thx bob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 12:42:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/arcgis-server-export-map-rest-service-not-working/m-p/634561#M3104</guid>
      <dc:creator>BobSolley</dc:creator>
      <dc:date>2013-08-29T12:42:33Z</dc:date>
    </item>
  </channel>
</rss>

