Encountering an issue with the ESRI ArcGIS map component plugin. Specifically, I'm utilizing the 'esriMapMarkerField' configuration to mark points, lines, and polygons on the map. Within this configuration, there are fields named 'onNewPointAdded', 'onNewLineAdded', and 'onNewPolygonAdded', which are supposed to trigger and save the new markings added by the user on the map.
However, I'm facing a problem where after adding a point on the map and saving it onto the record type, the next time I attempt to fetch that point, it doesn't appear on the map. It seems like there might be an issue with retrieving and displaying the saved points.
Could someone guide on how to ensure that points added to the map are retrieved and displayed?
Discussion posts and replies are publicly visible
Can you help us with some more details? Code snippets?
I never used that plugin, but I assume that it does not fetch and display markers without any additional configuration.