<?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: How to Read Meta Data of each layer in a map service? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-read-meta-data-of-each-layer-in-a-map/m-p/308581#M28320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Really thanks Jeff!:)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Aug 2013 02:59:46 GMT</pubDate>
    <dc:creator>ZachLiu1</dc:creator>
    <dc:date>2013-08-20T02:59:46Z</dc:date>
    <item>
      <title>How to Read Meta Data of each layer in a map service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-read-meta-data-of-each-layer-in-a-map/m-p/308578#M28317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know the Meta Data or Item Description of the map service can be read&amp;nbsp; through REST API. But is there a way I can get access to the Meta Data/Item Description of each layer of the service?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Aug 2013 13:42:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-read-meta-data-of-each-layer-in-a-map/m-p/308578#M28317</guid>
      <dc:creator>ZachLiu1</dc:creator>
      <dc:date>2013-08-19T13:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Read Meta Data of each layer in a map service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-read-meta-data-of-each-layer-in-a-map/m-p/308579#M28318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can always append "?f=json" at the end of the rest api url and parse the resulting json in javascript. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course you'll have to send an ajax request to fetch the json.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g. &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer/0"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer/0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can be retrieved as json by appending the ?f=json&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer/0?f=json"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer/0?f=json&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Aug 2013 21:00:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-read-meta-data-of-each-layer-in-a-map/m-p/308579#M28318</guid>
      <dc:creator>BhavdeepSachdev</dc:creator>
      <dc:date>2013-08-19T21:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to Read Meta Data of each layer in a map service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-read-meta-data-of-each-layer-in-a-map/m-p/308580#M28319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unless they added this feature at 10.2, &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://github.com/WSDOT-GIS/LayerMetadataSoe" rel="nofollow" target="_blank"&gt;you will need to use a Server Object Extension to access layer metadata&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that the use of a Server Object Extension is only an option for your own ArcGIS Servers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Aug 2013 21:25:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-read-meta-data-of-each-layer-in-a-map/m-p/308580#M28319</guid>
      <dc:creator>JeffJacobson</dc:creator>
      <dc:date>2013-08-19T21:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to Read Meta Data of each layer in a map service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-read-meta-data-of-each-layer-in-a-map/m-p/308581#M28320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Really thanks Jeff!:)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 02:59:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-read-meta-data-of-each-layer-in-a-map/m-p/308581#M28320</guid>
      <dc:creator>ZachLiu1</dc:creator>
      <dc:date>2013-08-20T02:59:46Z</dc:date>
    </item>
  </channel>
</rss>

