<?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: UniqueValueRenderer RotationExpression doesn't work in Scene? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/uniquevaluerenderer-rotationexpression-doesn-t/m-p/678169#M8543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found a related issue with this - it looks like if you change the a PictureMarkerSymbol's Angle after initial creation it has no effect in a Scene unless you also change something is like its Width or Height as well. How to reproduce:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Add a Graphic with a PictureMarkerSymbol&lt;/LI&gt;&lt;LI&gt;Wait a bit and set that symbol's Angle, note that it has no effect&lt;/LI&gt;&lt;LI&gt;If you change both its Angle and its Width is does the redraw as expected&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Note that changing just the Angle works fine in a Map)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Nov 2015 14:32:30 GMT</pubDate>
    <dc:creator>RobertKennedy</dc:creator>
    <dc:date>2015-11-27T14:32:30Z</dc:date>
    <item>
      <title>UniqueValueRenderer RotationExpression doesn't work in Scene?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/uniquevaluerenderer-rotationexpression-doesn-t/m-p/678165#M8539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the RotationExpression on a U&lt;SPAN style="line-height: 1.5;"&gt;niqueValueRenderer to rotate some PictureMarkerSymbols, this works like a charm in a Map but seems to have no effect in a Scene.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;Can anyone confirm?&amp;nbsp; If so, any suggested workarounds?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;(Simplest way to test is to just modify the UniqueValueRendererSample, add in the bits to introduce a RotationExpression, see that it works then change it to a Scene in the xaml and note that it doesn't any more).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 14:14:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/uniquevaluerenderer-rotationexpression-doesn-t/m-p/678165#M8539</guid>
      <dc:creator>RobertKennedy</dc:creator>
      <dc:date>2015-11-26T14:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: UniqueValueRenderer RotationExpression doesn't work in Scene?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/uniquevaluerenderer-rotationexpression-doesn-t/m-p/678166#M8540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that if you are using GraphicsOverlays or GraphicsLayers in Dynamic rendering mode (which is the default), RotationExpression is not working in SceneView. If you set the overlay/layer to use RenderingMode = Static, it should work. Symbol might look a bit smaller in that mode, but as a workaround you can use a bit larger symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created issue for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 10:42:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/uniquevaluerenderer-rotationexpression-doesn-t/m-p/678166#M8540</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2015-11-27T10:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: UniqueValueRenderer RotationExpression doesn't work in Scene?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/uniquevaluerenderer-rotationexpression-doesn-t/m-p/678167#M8541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Antti, it looks like you're spot on.&amp;nbsp; Unfortunately the change to static won't work for us as these items are changing position frequently and are at altitude.&amp;nbsp; We'll take a look at using individual PictureMarkerSymbols until there's a release with a fix.&amp;nbsp; Thanks again. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 12:31:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/uniquevaluerenderer-rotationexpression-doesn-t/m-p/678167#M8541</guid>
      <dc:creator>RobertKennedy</dc:creator>
      <dc:date>2015-11-27T12:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: UniqueValueRenderer RotationExpression doesn't work in Scene?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/uniquevaluerenderer-rotationexpression-doesn-t/m-p/678168#M8542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just for extra information, this issue also seems to come if you are using SimpleRenderers so it's not purely related to UniqueValueRenderer. One work around as Robert said, is to use individual symbols (with angle property) and avoid using a renderer. Unfortunately this is as performant solution but hopefully solves the issue until we have a fix.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 13:14:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/uniquevaluerenderer-rotationexpression-doesn-t/m-p/678168#M8542</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2015-11-27T13:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: UniqueValueRenderer RotationExpression doesn't work in Scene?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/uniquevaluerenderer-rotationexpression-doesn-t/m-p/678169#M8543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found a related issue with this - it looks like if you change the a PictureMarkerSymbol's Angle after initial creation it has no effect in a Scene unless you also change something is like its Width or Height as well. How to reproduce:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Add a Graphic with a PictureMarkerSymbol&lt;/LI&gt;&lt;LI&gt;Wait a bit and set that symbol's Angle, note that it has no effect&lt;/LI&gt;&lt;LI&gt;If you change both its Angle and its Width is does the redraw as expected&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Note that changing just the Angle works fine in a Map)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 14:32:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/uniquevaluerenderer-rotationexpression-doesn-t/m-p/678169#M8543</guid>
      <dc:creator>RobertKennedy</dc:creator>
      <dc:date>2015-11-27T14:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: UniqueValueRenderer RotationExpression doesn't work in Scene?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/uniquevaluerenderer-rotationexpression-doesn-t/m-p/678170#M8544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That seems to be the case. I have created issue for that. Issue seems also occur with SimpleMarkerSymbols. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Nov 2015 16:03:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/uniquevaluerenderer-rotationexpression-doesn-t/m-p/678170#M8544</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2015-11-27T16:03:28Z</dc:date>
    </item>
  </channel>
</rss>

