<?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 Is it a bug for 3D View? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-a-bug-for-3d-view/m-p/599128#M56031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it a bug for 3D View?&lt;/P&gt;&lt;P&gt;I want show a path layer in 3d View.My Code like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var map = new Map({&lt;BR /&gt; layers: [stamenTileLayer]&lt;BR /&gt;, ground: "world-elevation"&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;&amp;nbsp;var view = new SceneView({&lt;BR /&gt;container: "viewDiv",&lt;BR /&gt;&amp;nbsp;map: map,&lt;BR /&gt;center: [0, 30],&lt;BR /&gt;&amp;nbsp;zoom: 3&lt;BR /&gt;&amp;nbsp;});&lt;/P&gt;&lt;P&gt;var hwyRenderer = {&lt;BR /&gt; type: "simple", // autocasts as new SimpleRenderer()&lt;BR /&gt; symbol: {&lt;BR /&gt; type: "simple-line", // autocasts as new SimpleLineSymbol()&lt;BR /&gt; width: 1,&lt;BR /&gt; color: [64, 255, 0]&lt;BR /&gt; }&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var operationalLayer = new FeatureLayer(&lt;BR /&gt; &lt;BR /&gt; {&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=http%3A%2F%2Fmap.510link.com%3A6080%2Farcgis%2Frest%2Fservices%2Fincar2017%2FMapServer%2F29" rel="nofollow" target="_blank"&gt;http://map.510link.com:6080/arcgis/rest/services/incar2017/MapServer/29&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;BR /&gt; renderer: hwyRenderer&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; });&lt;BR /&gt; &lt;BR /&gt; map.layers.add(operationalLayer, 1);&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I get this picture&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error picture with some path lose" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/413999_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can find some path dismiss.with error in chrome:&lt;/P&gt;&lt;P&gt;init.js:288 [esri.views.3d.layers.graphics.Graphics3DSymbolLayer] LineSymbol3DLayer geometry failed to be created (no paths were defined)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but,when I change it to 2D View,like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var view = new MapView({&lt;BR /&gt; container: "viewDiv", // Reference to the scene div created in step 5&lt;BR /&gt; map: map, // Reference to the map object created before the scene&lt;BR /&gt; zoom: 4, // Sets the zoom level based on level of detail (LOD)&lt;BR /&gt; center: [0, 30] // Sets the center point of view in lon/lat&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's ok like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="the right picture" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/414000_2.png" /&gt;&lt;/P&gt;&lt;P&gt;so ,you can find many path than 3D View.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it a bug for 3DView?I try to change to no&amp;nbsp;&lt;SPAN&gt;ground,but it still exists，Why,and how can change it?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2018 05:39:10 GMT</pubDate>
    <dc:creator>tangms</dc:creator>
    <dc:date>2018-07-12T05:39:10Z</dc:date>
    <item>
      <title>Is it a bug for 3D View?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-a-bug-for-3d-view/m-p/599128#M56031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it a bug for 3D View?&lt;/P&gt;&lt;P&gt;I want show a path layer in 3d View.My Code like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var map = new Map({&lt;BR /&gt; layers: [stamenTileLayer]&lt;BR /&gt;, ground: "world-elevation"&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;&amp;nbsp;var view = new SceneView({&lt;BR /&gt;container: "viewDiv",&lt;BR /&gt;&amp;nbsp;map: map,&lt;BR /&gt;center: [0, 30],&lt;BR /&gt;&amp;nbsp;zoom: 3&lt;BR /&gt;&amp;nbsp;});&lt;/P&gt;&lt;P&gt;var hwyRenderer = {&lt;BR /&gt; type: "simple", // autocasts as new SimpleRenderer()&lt;BR /&gt; symbol: {&lt;BR /&gt; type: "simple-line", // autocasts as new SimpleLineSymbol()&lt;BR /&gt; width: 1,&lt;BR /&gt; color: [64, 255, 0]&lt;BR /&gt; }&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var operationalLayer = new FeatureLayer(&lt;BR /&gt; &lt;BR /&gt; {&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=http%3A%2F%2Fmap.510link.com%3A6080%2Farcgis%2Frest%2Fservices%2Fincar2017%2FMapServer%2F29" rel="nofollow" target="_blank"&gt;http://map.510link.com:6080/arcgis/rest/services/incar2017/MapServer/29&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;BR /&gt; renderer: hwyRenderer&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; });&lt;BR /&gt; &lt;BR /&gt; map.layers.add(operationalLayer, 1);&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I get this picture&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error picture with some path lose" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/413999_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can find some path dismiss.with error in chrome:&lt;/P&gt;&lt;P&gt;init.js:288 [esri.views.3d.layers.graphics.Graphics3DSymbolLayer] LineSymbol3DLayer geometry failed to be created (no paths were defined)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but,when I change it to 2D View,like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var view = new MapView({&lt;BR /&gt; container: "viewDiv", // Reference to the scene div created in step 5&lt;BR /&gt; map: map, // Reference to the map object created before the scene&lt;BR /&gt; zoom: 4, // Sets the zoom level based on level of detail (LOD)&lt;BR /&gt; center: [0, 30] // Sets the center point of view in lon/lat&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's ok like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="the right picture" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/414000_2.png" /&gt;&lt;/P&gt;&lt;P&gt;so ,you can find many path than 3D View.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it a bug for 3DView?I try to change to no&amp;nbsp;&lt;SPAN&gt;ground,but it still exists，Why,and how can change it?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2018 05:39:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/is-it-a-bug-for-3d-view/m-p/599128#M56031</guid>
      <dc:creator>tangms</dc:creator>
      <dc:date>2018-07-12T05:39:10Z</dc:date>
    </item>
  </channel>
</rss>

