<?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: How to Keep Circles the Same Size and Not Warped No Matter Where they Appear on the Map in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-keep-circles-the-same-size-and-not-warped/m-p/1086940#M74198</link>
    <description>Hi Tim, Thanks for the response. I was hoping there was a radius unit of&lt;BR /&gt;pixels or something. I'm not sure how easy it will be to change the base&lt;BR /&gt;map in our app. I'm just adding a layer.&lt;BR /&gt;&lt;BR /&gt;I thought maybe a Feature layer would work with Proportional symbols but it&lt;BR /&gt;is not as straightforward as making a circle with my data. Any thoughts?&lt;BR /&gt;&lt;BR /&gt;Thanks again for your help.&lt;BR /&gt;~AJ&lt;BR /&gt;</description>
    <pubDate>Sun, 08 Aug 2021 17:27:05 GMT</pubDate>
    <dc:creator>AJThomas</dc:creator>
    <dc:date>2021-08-08T17:27:05Z</dc:date>
    <item>
      <title>How to Keep Circles the Same Size and Not Warped No Matter Where they Appear on the Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-keep-circles-the-same-size-and-not-warped/m-p/1086878#M74195</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I have json data and I want to use the radius of a circle to display a quantitative/proportional value.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;What I am seeing is that even though every circle I am displaying has the 'same' radius, the size of the circle changes depending on where the circle appears on the map.&amp;nbsp; Is there a different type of 'radius unit' or a property other than 'geodesic' I can use to keep my circles consistent no matter where they appear on the map?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks for your help, ~AJ&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;circle&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;new&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Circle&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;point&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;radius&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;500&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;radiusUnit&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;esri&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;Units&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;MILES&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;geodesic&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;true&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;});&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 07 Aug 2021 19:43:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-keep-circles-the-same-size-and-not-warped/m-p/1086878#M74195</guid>
      <dc:creator>AJThomas</dc:creator>
      <dc:date>2021-08-07T19:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Keep Circles the Same Size and Not Warped No Matter Where they Appear on the Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-keep-circles-the-same-size-and-not-warped/m-p/1086898#M74196</link>
      <description>&lt;P&gt;Well you asked for circles of radius 500 miles, and that's exactly what it did. The problem is that the web mercator projection (used as the default by pretty much everyone) distorts areas the further away from the equator. In reality Greenland is not the bigger than the USA:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tim_McGinnes_0-1628383211857.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20431i7C31A9D785812571/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tim_McGinnes_0-1628383211857.png" alt="Tim_McGinnes_0-1628383211857.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What you need to do is change the projection or basemap ito an equal area projection, that means the countries will be distorted, but polygons of equal area will be accurate.&lt;/P&gt;&lt;P&gt;There are demonstrations of how to solve this issue via the Javascript API in this YouTube video:&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=UksOGfKrxXk" target="_blank" rel="noopener"&gt;Use Anything Other than Web Mercator!&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John Nelson has also published some equal area basemaps, here's a global one:&amp;nbsp;&lt;A href="https://www.arcgis.com/home/item.html?id=3d7c931639254408ab677b21f9f48604" target="_blank" rel="noopener"&gt;Equal Earth Global Vector Basemap&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See this blog post for info on how they were created:&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/here-are-some-equal-area-projected-maps-for-arcgis-online-and-how-to-make-them/" target="_blank" rel="noopener"&gt;Here Are Some Equal Area Projected Maps for ArcGIS Online (and how to make them)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Aug 2021 00:55:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-keep-circles-the-same-size-and-not-warped/m-p/1086898#M74196</guid>
      <dc:creator>Tim_McGinnes</dc:creator>
      <dc:date>2021-08-08T00:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to Keep Circles the Same Size and Not Warped No Matter Where they Appear on the Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-keep-circles-the-same-size-and-not-warped/m-p/1086940#M74198</link>
      <description>Hi Tim, Thanks for the response. I was hoping there was a radius unit of&lt;BR /&gt;pixels or something. I'm not sure how easy it will be to change the base&lt;BR /&gt;map in our app. I'm just adding a layer.&lt;BR /&gt;&lt;BR /&gt;I thought maybe a Feature layer would work with Proportional symbols but it&lt;BR /&gt;is not as straightforward as making a circle with my data. Any thoughts?&lt;BR /&gt;&lt;BR /&gt;Thanks again for your help.&lt;BR /&gt;~AJ&lt;BR /&gt;</description>
      <pubDate>Sun, 08 Aug 2021 17:27:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-keep-circles-the-same-size-and-not-warped/m-p/1086940#M74198</guid>
      <dc:creator>AJThomas</dc:creator>
      <dc:date>2021-08-08T17:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to Keep Circles the Same Size and Not Warped No Matter Where they Appear on the Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-keep-circles-the-same-size-and-not-warped/m-p/1086979#M74199</link>
      <description>&lt;P&gt;If you make your features and layer use the Web Mercator coordinate system, then do planar proportionate symbols in metres then it should work. So project your points to Web Mercator first.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tim_McGinnes_0-1628460520968.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20458i934D03504B81C0AE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Tim_McGinnes_0-1628460520968.png" alt="Tim_McGinnes_0-1628460520968.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Blue is WGS84 (in latitude &amp;amp; longitude) with buffer of 800,000 metres (approx 500 miles) and red is&amp;nbsp;WGS 1984 Web Mercator (auxiliary sphere) (in metres) with same buffer.&lt;/P&gt;&lt;P&gt;But just be aware that if you are using actual values to size the points differently to each other, this map will not be accurate away from the equator.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Aug 2021 22:16:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-keep-circles-the-same-size-and-not-warped/m-p/1086979#M74199</guid>
      <dc:creator>Tim_McGinnes</dc:creator>
      <dc:date>2021-08-08T22:16:18Z</dc:date>
    </item>
  </channel>
</rss>

