<?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: Differing unit of measures in a unique-value renderer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/differing-unit-of-measures-in-a-unique-value/m-p/1175262#M77382</link>
    <description>&lt;P&gt;The &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-ObjectSymbol3DLayer.html#height" target="_self"&gt;documentation&lt;/A&gt; states the height values are expected to be in meters.&amp;nbsp; Therefore, it appears that if you have measurements in some other units, you'll need to convert those values to meters first.&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2022 18:43:36 GMT</pubDate>
    <dc:creator>JoelBennett</dc:creator>
    <dc:date>2022-05-18T18:43:36Z</dc:date>
    <item>
      <title>Differing unit of measures in a unique-value renderer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/differing-unit-of-measures-in-a-unique-value/m-p/1174835#M77351</link>
      <description>&lt;P&gt;Is it possible to define multiple units of measure in a unique-value renderer?&lt;/P&gt;&lt;P&gt;At the moment I'm defining two different point-3d symbols in my renderer [see below], however I'd like Object 1 to be in feet and Object 2 to be in inches.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
    "type": "unique-value",
    "defaultSymbol": {
        "type": "point-3d",
        "symbolLayers": [
            {
                "type": "object",
                "resource": {
                    "href": null
                }
            }
        ]
    },
    "field": "display_name",
    "uniqueValueInfos": [
        {
            "value": "Object 1",
            "symbol": {
                "type": "point-3d",
                "symbolLayers": [
                    {
                        "type": "object",
                        "height": 1,
                        "resource": {
                            "href": "https://www.fake.com/object1.glb"
                        }
                    }
                ]
            }
        },
        {
            "value": "Object 2",
            "symbol": {
                "type": "point-3d",
                "symbolLayers": [
                    {
                        "type": "object",
                        "height": 12,
                        "resource": {
                            "href": "https://www.fake.com/object2.glb"
                        }
                    }
                ]
            }
        }
    ]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 21:47:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/differing-unit-of-measures-in-a-unique-value/m-p/1174835#M77351</guid>
      <dc:creator>ararana</dc:creator>
      <dc:date>2022-05-17T21:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Differing unit of measures in a unique-value renderer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/differing-unit-of-measures-in-a-unique-value/m-p/1175262#M77382</link>
      <description>&lt;P&gt;The &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-ObjectSymbol3DLayer.html#height" target="_self"&gt;documentation&lt;/A&gt; states the height values are expected to be in meters.&amp;nbsp; Therefore, it appears that if you have measurements in some other units, you'll need to convert those values to meters first.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 18:43:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/differing-unit-of-measures-in-a-unique-value/m-p/1175262#M77382</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2022-05-18T18:43:36Z</dc:date>
    </item>
  </channel>
</rss>

