<?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 do I create a Custom Layer in 4.0? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-create-a-custom-layer-in-4-0/m-p/123761#M11542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The line saying that "&lt;SPAN style="color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14.875px;"&gt;DynamicMapServiceLayer is under consideration" is incorrect. This layer type will not be implemented in our 4.x series. We'll update that page to avoid confusion. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14.875px;"&gt;Regarding the creation of custom layers - our layers API isn't finished yet. We just released the basics of our common layers for 4.0. We will document how to create custom layers in a future release (hopefully 4.1) when the layers API is more mature. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 May 2016 16:22:11 GMT</pubDate>
    <dc:creator>KristianEkenes</dc:creator>
    <dc:date>2016-05-04T16:22:11Z</dc:date>
    <item>
      <title>How do I create a Custom Layer in 4.0?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-create-a-custom-layer-in-4-0/m-p/123760#M11541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see that MapImageLayer has replaced &lt;SPAN style="color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14.875px; font-style: normal; font-weight: 300; text-align: left; text-indent: 0px;"&gt;ArcGISDynamicMapServiceLayer in 4.0 and that &lt;SPAN style="color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14.875px; font-style: normal; font-weight: 300; text-align: left; text-indent: 0px;"&gt;DynamicMapServiceLayer is under consideration.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; text-indent: 0px; font-weight: 300; font-size: 14.875px; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; text-align: left;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; text-indent: 0px; font-weight: 300; font-size: 14.875px; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; text-align: left;"&gt;In 3.x, I created a custom layer from a netCDF hosted on a Unitdata THREDDS&amp;nbsp; Server using it's WMS capabilities. I had to create a custom layer and not use the WMS Layer class because the layer had extra properties like color, number of bands, etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; text-indent: 0px; font-weight: 300; font-size: 14.875px; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; text-align: left;"&gt;With MapImageLayer in 4.0, is there a way to create a custom layer like there was with &lt;SPAN style="color: #4c4c4c; text-indent: 0px; font-weight: 300; font-size: 14.875px; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; text-align: left;"&gt;DynamicMapServiceLayer?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; text-indent: 0px; font-weight: 300; font-size: 14.875px; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; text-align: left;"&gt;I see that the class still has getImageUrl which helped me use the extra properties.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; text-indent: 0px; font-weight: 300; font-size: 14.875px; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; text-align: left;"&gt;I used the Custom Tiled Layer Type page to help me create the layer:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; text-indent: 0px; font-weight: 300; font-size: 14.875px; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: normal; text-align: left;"&gt;&lt;A href="https://developers.arcgis.com/javascript/3/jssamples/layers_custom_tiled.html"&gt;https://developers.arcgis.com/javascript/3/jssamples/layers_custom_tiled.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 14:54:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-create-a-custom-layer-in-4-0/m-p/123760#M11541</guid>
      <dc:creator>ChadFanguy</dc:creator>
      <dc:date>2016-05-04T14:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I create a Custom Layer in 4.0?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-create-a-custom-layer-in-4-0/m-p/123761#M11542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The line saying that "&lt;SPAN style="color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14.875px;"&gt;DynamicMapServiceLayer is under consideration" is incorrect. This layer type will not be implemented in our 4.x series. We'll update that page to avoid confusion. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14.875px;"&gt;Regarding the creation of custom layers - our layers API isn't finished yet. We just released the basics of our common layers for 4.0. We will document how to create custom layers in a future release (hopefully 4.1) when the layers API is more mature. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 May 2016 16:22:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-create-a-custom-layer-in-4-0/m-p/123761#M11542</guid>
      <dc:creator>KristianEkenes</dc:creator>
      <dc:date>2016-05-04T16:22:11Z</dc:date>
    </item>
  </channel>
</rss>

