I am pulling down GeoJson files from another organizations portal for fire calls as a FeatureCollection.
For the most part, it appears to be working well.
With GeoEvent I am using a watch folder for Geojson files
I have GeoJson files for the incidents, route, and units.
One issue I am having is that incident features in the FeatureCollection are not being processed that have these values
"NATURE": "962MC",
"NATURE_DESC": "962 INVOLVING MOTORC ",
This is a specific example, but any GeoJson Event with Nature that begins with "962" does not create a point in the Add A Feature output
The logs show this, but not much there
| Failed to create a GeoEvent from incoming JSON feature. Unexpected error occurred. |
Very odd, any suggestions as to how to remedy this?
Thank you,
Mele