<?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: Having trouble extruding buildings in 3D in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/having-trouble-extruding-buildings-in-3d/m-p/175559#M16320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much John! It worked great. I really appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Jun 2019 16:54:22 GMT</pubDate>
    <dc:creator>benjaminfriedman</dc:creator>
    <dc:date>2019-06-28T16:54:22Z</dc:date>
    <item>
      <title>Having trouble extruding buildings in 3D</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/having-trouble-extruding-buildings-in-3d/m-p/175557#M16318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having some trouble rendering my featureLayer in 3D. I just want to extrude these building footprints by the "HEIGHT" attribute in the data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the code I am using:&amp;nbsp;&lt;/P&gt;&lt;P&gt;//******Create a UniqueValueRenderer*********&lt;BR /&gt; var buildingRender = {&lt;BR /&gt; type: "unique-value",&lt;BR /&gt; visualVariables: [{&lt;BR /&gt; type: "size",&lt;BR /&gt; field: "HEIGHT",&lt;BR /&gt; valueUnit: "feet"&lt;BR /&gt; &lt;BR /&gt; }]&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; //******add a buildings layer************&lt;BR /&gt; var featureLayer = new FeatureLayer({&lt;BR /&gt; url: "https://services1.arcgis.com/oI9yEqRrROLp8e7v/arcgis/rest/services/NUSCArea/FeatureServer/0",&lt;BR /&gt; renderer: buildingRender&lt;BR /&gt; })&lt;/P&gt;&lt;P&gt;map.add(featureLayer);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This what happens:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/451718_BuildingFootprintsJSTest.PNG" /&gt;&lt;/P&gt;&lt;P&gt;to this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/451719_BuildingFootprintsNoRenderJSTest.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw some talk of also having to vreate a polygon-3D renderer or something but I couldn't figure it out!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be really appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2019 19:40:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/having-trouble-extruding-buildings-in-3d/m-p/175557#M16318</guid>
      <dc:creator>benjaminfriedman</dc:creator>
      <dc:date>2019-06-27T19:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble extruding buildings in 3D</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/having-trouble-extruding-buildings-in-3d/m-p/175558#M16319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to specify a symbol as well; check out this sample:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/visualization-buildings-3d/index.html"&gt;https://developers.arcgis.com/javascript/latest/sample-code/visualization-buildings-3d/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...and here's a codepen with your service:&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/john-grayson/pen/gNXErz?editors=1000"&gt;https://codepen.io/john-grayson/pen/gNXErz?editors=1000&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2019 00:29:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/having-trouble-extruding-buildings-in-3d/m-p/175558#M16319</guid>
      <dc:creator>JohnGrayson</dc:creator>
      <dc:date>2019-06-28T00:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble extruding buildings in 3D</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/having-trouble-extruding-buildings-in-3d/m-p/175559#M16320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much John! It worked great. I really appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2019 16:54:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/having-trouble-extruding-buildings-in-3d/m-p/175559#M16320</guid>
      <dc:creator>benjaminfriedman</dc:creator>
      <dc:date>2019-06-28T16:54:22Z</dc:date>
    </item>
  </channel>
</rss>

