<?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 display a polygon instead of a point in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-display-a-polygon-instead-of-a-point/m-p/837847#M3407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joshua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you are correct - I updated my question with more details and screenshots. I'm still pretty new to ArcGIS Online so forgive me if this is a silly question. I appreciate any help or direction you can point me in!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Sep 2019 17:41:48 GMT</pubDate>
    <dc:creator>ETLDevelopers__Analytics_Team_</dc:creator>
    <dc:date>2019-09-20T17:41:48Z</dc:date>
    <item>
      <title>How to display a polygon instead of a point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-display-a-polygon-instead-of-a-point/m-p/837845#M3405</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;Using&amp;nbsp;PostGIS I have created a geometry column which contains a 100 FT buffer around&amp;nbsp;each point. I'm trying to take this from PostGIS and create/update a feature layer in ArcGIS Online. This will be part of an automated pipeline and I'm using&amp;nbsp;the arcgis python api. How I normally update datasets is I first upload a csv file and then overwrite that csv using the api whenever new data&amp;nbsp;is received.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried exporting this data in a CSV and a shapefile and then uploading that to ArcGIS Online but there is no option that I could see to choose to display the buffer polygon. It only will show the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Uploading CSV:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="uploading csv" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/460115_Screenshot_4.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Buffer column in PostGIS:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="460083" alt="Buffer column postgis" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/460083_Screenshot_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What happens when I upload the data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="unbuffered points" class="jive-emoji jive-image image-3 j-img-original" src="https://community.esri.com/legacyfs/online/460116_Screenshot_5.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What I'm trying to achieve:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="buffered points" class="jive-emoji jive-image image-4 j-img-original" src="https://community.esri.com/legacyfs/online/460117_Screenshot_6.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2019 14:43:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-display-a-polygon-instead-of-a-point/m-p/837845#M3405</guid>
      <dc:creator>ETLDevelopers__Analytics_Team_</dc:creator>
      <dc:date>2019-09-20T14:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a polygon instead of a point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-display-a-polygon-instead-of-a-point/m-p/837846#M3406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The screenshot you are showing is a WKT representation of a polygon, albeit truncated to the first vertex since the column is only so wide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would help to explain your situation a bit more.&amp;nbsp; It seems like you have a table in PostGIS that you want to either upload or update into ArcGIS Online or ArcGIS Enterprise.&amp;nbsp; Am I on the right path?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2019 14:55:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-display-a-polygon-instead-of-a-point/m-p/837846#M3406</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-09-20T14:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a polygon instead of a point</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-display-a-polygon-instead-of-a-point/m-p/837847#M3407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joshua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you are correct - I updated my question with more details and screenshots. I'm still pretty new to ArcGIS Online so forgive me if this is a silly question. I appreciate any help or direction you can point me in!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2019 17:41:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-to-display-a-polygon-instead-of-a-point/m-p/837847#M3407</guid>
      <dc:creator>ETLDevelopers__Analytics_Team_</dc:creator>
      <dc:date>2019-09-20T17:41:48Z</dc:date>
    </item>
  </channel>
</rss>

