<?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 Temporal Renderer at Stream layer in 4.X? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/temporal-renderer-at-stream-layer-in-4-x/m-p/1257862#M80237</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using javascript 4.24 version and&amp;nbsp;trying to symbolize stream layer with previous observations and track lines.&lt;/P&gt;&lt;P&gt;I found Temporal renderer documentation at ArcGIS API for JavaScript ver 3.42.&lt;/P&gt;&lt;P&gt;:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/3/jssamples/renderer_temporal.html" target="_blank"&gt;https://developers.arcgis.com/javascript/3/jssamples/renderer_temporal.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, It does not apply to version 4.X. All symbols are disappear and only basic symbols show.&lt;/P&gt;&lt;P&gt;Is there any ways to draw track lines using Javascript API ver 4.X?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any suggestions or help would be much appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I test with this web map:&amp;nbsp;&lt;A href="https://webmaps.maps.arcgis.com/home/webmap/viewer.html?webmap=f03cb753b3384bd8a3dd36ed2c4958d4" target="_blank"&gt;https://webmaps.maps.arcgis.com/home/webmap/viewer.html?webmap=f03cb753b3384bd8a3dd36ed2c4958d4&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And when I open this web map it looks like below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChaeyoungOh_0-1676359983134.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/62778iF5B6EB5168199BC1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChaeyoungOh_0-1676359983134.png" alt="ChaeyoungOh_0-1676359983134.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;require(["esri/views/MapView", "esri/WebMap","esri/config"], (MapView, WebMap, esriConfig) =&amp;gt; {&lt;BR /&gt;/************************************************************&lt;BR /&gt;* Creates a new WebMap instance. A WebMap must reference&lt;BR /&gt;* a PortalItem ID that represents a WebMap saved to&lt;BR /&gt;* arcgis.com or an on-premise portal.&lt;BR /&gt;*&lt;BR /&gt;* To load a WebMap from an on-premise portal, set the portal&lt;BR /&gt;* url with esriConfig.portalUrl.&lt;BR /&gt;************************************************************/&lt;BR /&gt;esriConfig.portalUrl = "&lt;A href="https://esri-korea.maps.arcgis.com/" target="_blank"&gt;https://esri-korea.maps.arcgis.com/&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;const webmap = new WebMap({&lt;BR /&gt;portalItem: {&lt;BR /&gt;// autocasts as new PortalItem()&lt;BR /&gt;id: "c20800fc520c4c6c87fd594d5065d58f"&lt;BR /&gt;}&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;/************************************************************&lt;BR /&gt;* Set the WebMap instance to the map property in a MapView.&lt;BR /&gt;************************************************************/&lt;BR /&gt;const view = new MapView({&lt;BR /&gt;map: webmap,&lt;BR /&gt;container: "viewDiv"&lt;BR /&gt;});&lt;BR /&gt;});&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2023 07:34:06 GMT</pubDate>
    <dc:creator>Chae-youngOh</dc:creator>
    <dc:date>2023-02-14T07:34:06Z</dc:date>
    <item>
      <title>Temporal Renderer at Stream layer in 4.X?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/temporal-renderer-at-stream-layer-in-4-x/m-p/1257862#M80237</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm using javascript 4.24 version and&amp;nbsp;trying to symbolize stream layer with previous observations and track lines.&lt;/P&gt;&lt;P&gt;I found Temporal renderer documentation at ArcGIS API for JavaScript ver 3.42.&lt;/P&gt;&lt;P&gt;:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/3/jssamples/renderer_temporal.html" target="_blank"&gt;https://developers.arcgis.com/javascript/3/jssamples/renderer_temporal.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, It does not apply to version 4.X. All symbols are disappear and only basic symbols show.&lt;/P&gt;&lt;P&gt;Is there any ways to draw track lines using Javascript API ver 4.X?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any suggestions or help would be much appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I test with this web map:&amp;nbsp;&lt;A href="https://webmaps.maps.arcgis.com/home/webmap/viewer.html?webmap=f03cb753b3384bd8a3dd36ed2c4958d4" target="_blank"&gt;https://webmaps.maps.arcgis.com/home/webmap/viewer.html?webmap=f03cb753b3384bd8a3dd36ed2c4958d4&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And when I open this web map it looks like below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChaeyoungOh_0-1676359983134.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/62778iF5B6EB5168199BC1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChaeyoungOh_0-1676359983134.png" alt="ChaeyoungOh_0-1676359983134.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;require(["esri/views/MapView", "esri/WebMap","esri/config"], (MapView, WebMap, esriConfig) =&amp;gt; {&lt;BR /&gt;/************************************************************&lt;BR /&gt;* Creates a new WebMap instance. A WebMap must reference&lt;BR /&gt;* a PortalItem ID that represents a WebMap saved to&lt;BR /&gt;* arcgis.com or an on-premise portal.&lt;BR /&gt;*&lt;BR /&gt;* To load a WebMap from an on-premise portal, set the portal&lt;BR /&gt;* url with esriConfig.portalUrl.&lt;BR /&gt;************************************************************/&lt;BR /&gt;esriConfig.portalUrl = "&lt;A href="https://esri-korea.maps.arcgis.com/" target="_blank"&gt;https://esri-korea.maps.arcgis.com/&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;const webmap = new WebMap({&lt;BR /&gt;portalItem: {&lt;BR /&gt;// autocasts as new PortalItem()&lt;BR /&gt;id: "c20800fc520c4c6c87fd594d5065d58f"&lt;BR /&gt;}&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;/************************************************************&lt;BR /&gt;* Set the WebMap instance to the map property in a MapView.&lt;BR /&gt;************************************************************/&lt;BR /&gt;const view = new MapView({&lt;BR /&gt;map: webmap,&lt;BR /&gt;container: "viewDiv"&lt;BR /&gt;});&lt;BR /&gt;});&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 07:34:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/temporal-renderer-at-stream-layer-in-4-x/m-p/1257862#M80237</guid>
      <dc:creator>Chae-youngOh</dc:creator>
      <dc:date>2023-02-14T07:34:06Z</dc:date>
    </item>
  </channel>
</rss>

