<?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 GeoJSON to FS working.. but point geoms not appearing in FS in ArcGIS GeoEvent Server Questions</title>
    <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/geojson-to-fs-working-but-point-geoms-not/m-p/1609282#M4313</link>
    <description>&lt;P&gt;I've successfully created a geoevent service that&amp;nbsp;polls an external website for GeoJSON and adds that data to a FS. The problem I'm having is only the FS table is being populated... no point geometries are showing up.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Below is the GeoJSON structure. I should mention there are "Polygon" features in the featureCollection.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-70.629598999794, 43.8801679996535]
      },
      "properties": {
        "RecordId": 177,
        "UtilityId": 1,
        "OutageId": "null",
        "CustomersOut": 13,
        "OutageCause": "System Upgrade",
        "EstimatedRestoration": "2025-04-25T19:00:00Z",
        "DateTimeRecorded": "2025-04-25T15:13:17Z"
      }
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Below is the auto-generated definition.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="geojson_def.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130979i0E93065B2D29B970/image-size/large?v=v2&amp;amp;px=999" role="button" title="geojson_def.png" alt="geojson_def.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;...What am I missing here?&lt;BR /&gt;&lt;BR /&gt;Other bonus question &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;:&lt;BR /&gt;- how can I prevent duplicate rows being created after each poll?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Apr 2025 16:45:37 GMT</pubDate>
    <dc:creator>cweir</dc:creator>
    <dc:date>2025-04-25T16:45:37Z</dc:date>
    <item>
      <title>GeoJSON to FS working.. but point geoms not appearing in FS</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/geojson-to-fs-working-but-point-geoms-not/m-p/1609282#M4313</link>
      <description>&lt;P&gt;I've successfully created a geoevent service that&amp;nbsp;polls an external website for GeoJSON and adds that data to a FS. The problem I'm having is only the FS table is being populated... no point geometries are showing up.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Below is the GeoJSON structure. I should mention there are "Polygon" features in the featureCollection.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [-70.629598999794, 43.8801679996535]
      },
      "properties": {
        "RecordId": 177,
        "UtilityId": 1,
        "OutageId": "null",
        "CustomersOut": 13,
        "OutageCause": "System Upgrade",
        "EstimatedRestoration": "2025-04-25T19:00:00Z",
        "DateTimeRecorded": "2025-04-25T15:13:17Z"
      }
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Below is the auto-generated definition.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="geojson_def.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/130979i0E93065B2D29B970/image-size/large?v=v2&amp;amp;px=999" role="button" title="geojson_def.png" alt="geojson_def.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;...What am I missing here?&lt;BR /&gt;&lt;BR /&gt;Other bonus question &lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;:&lt;BR /&gt;- how can I prevent duplicate rows being created after each poll?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 16:45:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/geojson-to-fs-working-but-point-geoms-not/m-p/1609282#M4313</guid>
      <dc:creator>cweir</dc:creator>
      <dc:date>2025-04-25T16:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: GeoJSON to FS working.. but point geoms not appearing in FS</title>
      <link>https://community.esri.com/t5/arcgis-geoevent-server-questions/geojson-to-fs-working-but-point-geoms-not/m-p/1609700#M4314</link>
      <description>&lt;P&gt;It may have something to do with the mixed geometries. I would try outputting to two hosted feature services, one for the points, and one for the polygons. You might have to create two event definitions, one to point to the polygon and one to point to the point feature class. Also to prevent duplicates, make sure this option is checked within the input.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Gene_Sipes_0-1745855870487.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/131033iDC005B8D7FB8E0B2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Gene_Sipes_0-1745855870487.png" alt="Gene_Sipes_0-1745855870487.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 16:00:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-geoevent-server-questions/geojson-to-fs-working-but-point-geoms-not/m-p/1609700#M4314</guid>
      <dc:creator>Gene_Sipes</dc:creator>
      <dc:date>2025-04-28T16:00:39Z</dc:date>
    </item>
  </channel>
</rss>

