<?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 Labels on Feature Layer not Showing in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/labels-on-feature-layer-not-showing/m-p/66908#M5873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a MapImageLayer that I am using for my Basemap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var baseMapLayer = new MapImageLayer({ url: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fesridev.nsamedia.com%2Farcgis%2Frest%2Fservices%2FBaseMap%2FMapServer" rel="nofollow" target="_blank"&gt;https://esridev.nsamedia.com/arcgis/rest/services/BaseMap/MapServer&lt;/A&gt;&lt;SPAN&gt;" });&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;//Basemap&lt;/P&gt;&lt;P&gt;var basemapDave = new Basemap({ baseLayers: [baseMapLayer], title: "Custom Basemap", id: "myBasemap" });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var map = new Map({ basemap: basemapDave, layers: [cOverlayLyr] });&lt;/P&gt;&lt;P&gt;var view = new MapView({&lt;/P&gt;&lt;P&gt;container: "viewDiv",&amp;nbsp;&lt;/P&gt;&lt;P&gt;map: map,&amp;nbsp;&lt;/P&gt;&lt;P&gt;zoom: 20,&amp;nbsp;&lt;/P&gt;&lt;P&gt;center: [-122.1842, 44.6359]&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then add a feature layer that I declared.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var waterwaysLayer = new FeatureLayer({&lt;BR /&gt;&lt;SPAN&gt; url: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fesridev.nsamedia.com%2Farcgis%2Frest%2Fservices%2FMajorWaterways%2FMapServer" rel="nofollow" target="_blank"&gt;https://esridev.nsamedia.com/arcgis/rest/services/MajorWaterways/MapServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;map.layers.add(waterwaysLayer);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When my map displays, I have my BaseMap and the layer visible. The layer is the major waterways of the US. So I see the rivers, lakes, oceans, but my labels are not showing and I do not understand why. If run a test case where the Waterways layer is my basemap, I see the labels.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jul 2018 14:46:56 GMT</pubDate>
    <dc:creator>DavidKucharski</dc:creator>
    <dc:date>2018-07-17T14:46:56Z</dc:date>
    <item>
      <title>Labels on Feature Layer not Showing</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/labels-on-feature-layer-not-showing/m-p/66908#M5873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a MapImageLayer that I am using for my Basemap&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;var baseMapLayer = new MapImageLayer({ url: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fesridev.nsamedia.com%2Farcgis%2Frest%2Fservices%2FBaseMap%2FMapServer" rel="nofollow" target="_blank"&gt;https://esridev.nsamedia.com/arcgis/rest/services/BaseMap/MapServer&lt;/A&gt;&lt;SPAN&gt;" });&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;//Basemap&lt;/P&gt;&lt;P&gt;var basemapDave = new Basemap({ baseLayers: [baseMapLayer], title: "Custom Basemap", id: "myBasemap" });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var map = new Map({ basemap: basemapDave, layers: [cOverlayLyr] });&lt;/P&gt;&lt;P&gt;var view = new MapView({&lt;/P&gt;&lt;P&gt;container: "viewDiv",&amp;nbsp;&lt;/P&gt;&lt;P&gt;map: map,&amp;nbsp;&lt;/P&gt;&lt;P&gt;zoom: 20,&amp;nbsp;&lt;/P&gt;&lt;P&gt;center: [-122.1842, 44.6359]&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then add a feature layer that I declared.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var waterwaysLayer = new FeatureLayer({&lt;BR /&gt;&lt;SPAN&gt; url: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fesridev.nsamedia.com%2Farcgis%2Frest%2Fservices%2FMajorWaterways%2FMapServer" rel="nofollow" target="_blank"&gt;https://esridev.nsamedia.com/arcgis/rest/services/MajorWaterways/MapServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;map.layers.add(waterwaysLayer);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When my map displays, I have my BaseMap and the layer visible. The layer is the major waterways of the US. So I see the rivers, lakes, oceans, but my labels are not showing and I do not understand why. If run a test case where the Waterways layer is my basemap, I see the labels.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 14:46:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/labels-on-feature-layer-not-showing/m-p/66908#M5873</guid>
      <dc:creator>DavidKucharski</dc:creator>
      <dc:date>2018-07-17T14:46:56Z</dc:date>
    </item>
  </channel>
</rss>

