<?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 keep Polyline symbol same size when zooming out in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/keep-polyline-symbol-same-size-when-zooming-out/m-p/1223735#M11435</link>
    <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to keep a symbol of polyline same size(length) when zooming out.&lt;/P&gt;&lt;P&gt;We have a map which has many short polylines inside which are used to display doors. There are differrent colour symbols on the polylines to display different status. These information is very important to customers. So the customers request the polylines visible all the time, even if zooming out to a big scale.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;</description>
    <pubDate>Thu, 20 Oct 2022 10:04:17 GMT</pubDate>
    <dc:creator>EricJing</dc:creator>
    <dc:date>2022-10-20T10:04:17Z</dc:date>
    <item>
      <title>keep Polyline symbol same size when zooming out</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/keep-polyline-symbol-same-size-when-zooming-out/m-p/1223735#M11435</link>
      <description>&lt;P&gt;Hi guys,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to keep a symbol of polyline same size(length) when zooming out.&lt;/P&gt;&lt;P&gt;We have a map which has many short polylines inside which are used to display doors. There are differrent colour symbols on the polylines to display different status. These information is very important to customers. So the customers request the polylines visible all the time, even if zooming out to a big scale.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 10:04:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/keep-polyline-symbol-same-size-when-zooming-out/m-p/1223735#M11435</guid>
      <dc:creator>EricJing</dc:creator>
      <dc:date>2022-10-20T10:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: keep Polyline symbol same size when zooming out</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/keep-polyline-symbol-same-size-when-zooming-out/m-p/1223756#M11436</link>
      <description>&lt;P&gt;Hi Eric,&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can do this for the whole&amp;nbsp;&lt;EM&gt;Map&amp;nbsp;&lt;/EM&gt;by right-clicking on the map icon, and setting up a reference scale.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, if layer completely disappears after zooming out, a&amp;nbsp;&lt;STRONG&gt;Visibility Range&amp;nbsp;&lt;/STRONG&gt;has been set for the layer. To remove it, right-click the layer, go to general and remove / modify any visibility range filters set to the layer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps,&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&amp;nbsp;&lt;/P&gt;&lt;P&gt;M.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 12:20:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/keep-polyline-symbol-same-size-when-zooming-out/m-p/1223756#M11436</guid>
      <dc:creator>GISGeekpro</dc:creator>
      <dc:date>2022-10-20T12:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: keep Polyline symbol same size when zooming out</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/keep-polyline-symbol-same-size-when-zooming-out/m-p/1223844#M11437</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/549299"&gt;@GISGeekpro&lt;/a&gt;&amp;nbsp;suggested, i&lt;SPAN&gt;t sounds like Reference Scale is what you're looking for - in the ArcGIS Runtime API, this is accessed via:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.Map.ReferenceScale.html" target="_blank"&gt;Property ReferenceScale (arcgis.com)&lt;/A&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Also see SDK sample&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/wpf/sample-code/map-reference-scale/" target="_blank"&gt;Map reference scale | ArcGIS Runtime API for .NET | ArcGIS Developers&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 15:14:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/keep-polyline-symbol-same-size-when-zooming-out/m-p/1223844#M11437</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2022-10-20T15:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: keep Polyline symbol same size when zooming out</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/keep-polyline-symbol-same-size-when-zooming-out/m-p/1224024#M11441</link>
      <description>&lt;P&gt;Reference scale will keep the same line width and get smaller and bigger with the zoom (without reference scale, lines usually keep their line width and only length changes), so I think this is the opposite of what you want. The line is there to represent a physical object from its starting point to its ending point, and as you zoom out those points will appear closer and closer. It sounds like what you're really looking for is the MarkerSymbol behavior, and you should consider highlighting the doors using a marker symbol instead. You might even be able to use both, so when you zoom in far, you use lines to represent the actual door, but when zooming out, using the scale range you switch to a marker symbol that represents the location of the door at the point where the line symbol becomes too small.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2022 19:52:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/keep-polyline-symbol-same-size-when-zooming-out/m-p/1224024#M11441</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2022-10-20T19:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: keep Polyline symbol same size when zooming out</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/keep-polyline-symbol-same-size-when-zooming-out/m-p/1224165#M11443</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/549299"&gt;@GISGeekpro&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am coding to research on this solution. I am trying to change the ReferenceScale when zooming out on MapView. Every time I changed the ReferenceScale, the size of door did change. But as&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1052"&gt;@dotMorten_esri&lt;/a&gt;&amp;nbsp;said, only the width changed, the length didn't change.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if this is the recommended way to use ReferenceScale. And I am confused how the referencescale is used in the calculation of polyline size. I haven't found a proper number or formula to set the ReferenceScale.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 06:46:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/keep-polyline-symbol-same-size-when-zooming-out/m-p/1224165#M11443</guid>
      <dc:creator>EricJing</dc:creator>
      <dc:date>2022-10-21T06:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: keep Polyline symbol same size when zooming out</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/keep-polyline-symbol-same-size-when-zooming-out/m-p/1224166#M11444</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3014"&gt;@MichaelBranscomb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the sample.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 06:47:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/keep-polyline-symbol-same-size-when-zooming-out/m-p/1224166#M11444</guid>
      <dc:creator>EricJing</dc:creator>
      <dc:date>2022-10-21T06:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: keep Polyline symbol same size when zooming out</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/keep-polyline-symbol-same-size-when-zooming-out/m-p/1224167#M11445</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1052"&gt;@dotMorten_esri&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your idea. I think your solution will be my final choice.&amp;nbsp;At current stage, I&amp;nbsp;am writing code to research ReferenceScale.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 06:53:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/keep-polyline-symbol-same-size-when-zooming-out/m-p/1224167#M11445</guid>
      <dc:creator>EricJing</dc:creator>
      <dc:date>2022-10-21T06:53:20Z</dc:date>
    </item>
  </channel>
</rss>

