<?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 Incompletely published layers in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/incompletely-published-layers/m-p/40930#M3504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Not expert into map making, I am trying to publish on my ArcgiServer 10.3.1 several kind of layer types as a test of my Javascript application.&lt;/P&gt;&lt;P&gt;I have made 8 layers for that, with Arcmap 10.3.1, and they are very simple with few data (see images below).&lt;/P&gt;&lt;P&gt;But the server does not publish all objects, nor all layers.&lt;/P&gt;&lt;P&gt;Let me know if you need more information, as long as I used simplest way to configure my publications and server.&lt;/P&gt;&lt;P&gt;I have created different types of layers in arcmap from new feature class on my.gdb : all types&amp;nbsp; except multipatch.&lt;/P&gt;&lt;P&gt;This screen capture shows how it appears into argis desktop :&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="195030" alt="desktop_view.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/195030_desktop_view.jpg" style="width: 620px; height: 533px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See image below how it comes out when displayed on a web page using simple API javascript&lt;/P&gt;&lt;P&gt;with code lines like :&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;new esri.layers.FeatureLayer( "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwin2%3A6080%2Farcgis%2Frest%2Fservices%2FSiv%2FMapServer%2F0" rel="nofollow" target="_blank"&gt;http://win2:6080/arcgis/rest/services/Siv/MapServer/0&lt;/A&gt;&lt;SPAN&gt;", {mode: esri.layers.FeatureLayer.MODE_AUTO,outFields: ["*"]}); ... same for each service indexes...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="195031" alt="api_javascript_web_view.png" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/195031_api_javascript_web_view.png" style="width: 620px; height: 505px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should work fine as it does with other layers, but I might not have configured something in service parameters on server side, or in arcgis desktop at publishing time ?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2016 12:38:31 GMT</pubDate>
    <dc:creator>ChristopheSCILLIERI</dc:creator>
    <dc:date>2016-04-19T12:38:31Z</dc:date>
    <item>
      <title>Incompletely published layers</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/incompletely-published-layers/m-p/40930#M3504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Not expert into map making, I am trying to publish on my ArcgiServer 10.3.1 several kind of layer types as a test of my Javascript application.&lt;/P&gt;&lt;P&gt;I have made 8 layers for that, with Arcmap 10.3.1, and they are very simple with few data (see images below).&lt;/P&gt;&lt;P&gt;But the server does not publish all objects, nor all layers.&lt;/P&gt;&lt;P&gt;Let me know if you need more information, as long as I used simplest way to configure my publications and server.&lt;/P&gt;&lt;P&gt;I have created different types of layers in arcmap from new feature class on my.gdb : all types&amp;nbsp; except multipatch.&lt;/P&gt;&lt;P&gt;This screen capture shows how it appears into argis desktop :&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="195030" alt="desktop_view.jpg" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/195030_desktop_view.jpg" style="width: 620px; height: 533px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See image below how it comes out when displayed on a web page using simple API javascript&lt;/P&gt;&lt;P&gt;with code lines like :&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;new esri.layers.FeatureLayer( "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwin2%3A6080%2Farcgis%2Frest%2Fservices%2FSiv%2FMapServer%2F0" rel="nofollow" target="_blank"&gt;http://win2:6080/arcgis/rest/services/Siv/MapServer/0&lt;/A&gt;&lt;SPAN&gt;", {mode: esri.layers.FeatureLayer.MODE_AUTO,outFields: ["*"]}); ... same for each service indexes...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="195031" alt="api_javascript_web_view.png" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/195031_api_javascript_web_view.png" style="width: 620px; height: 505px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should work fine as it does with other layers, but I might not have configured something in service parameters on server side, or in arcgis desktop at publishing time ?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 12:38:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/incompletely-published-layers/m-p/40930#M3504</guid>
      <dc:creator>ChristopheSCILLIERI</dc:creator>
      <dc:date>2016-04-19T12:38:31Z</dc:date>
    </item>
  </channel>
</rss>

