You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drawing and uploading circle features via the Arches ArcGIS Pro plugin doesn't work as intended - firstly, the dialog thinks it's a point (as shown below), but secondly and most important, the coordinates don't get passed to Arches so it produces an error because there is nothing in geometry to save.
arches.app.models.tile.TileValidationError: "geojson-feature-collection error, {'type': 'FeatureCollection', 'features': [{'type': 'Feature', 'properties': {}, 'geometry': {}}]} - Unable to serialize some geometry features. Unable to save."
Steps to reproduce:
In the Geodatabase Feature Class, create a new Circle polygon
Select it to upload as a new resource in the Arches plugin
The dialog will say 1 point and the outcome will be an "Error 500"
A potential solution could be to use a circle to polygon conversion.
The text was updated successfully, but these errors were encountered:
Drawing and uploading circle features via the Arches ArcGIS Pro plugin doesn't work as intended - firstly, the dialog thinks it's a point (as shown below), but secondly and most important, the coordinates don't get passed to Arches so it produces an error because there is nothing in geometry to save.
arches.app.models.tile.TileValidationError: "geojson-feature-collection error, {'type': 'FeatureCollection', 'features': [{'type': 'Feature', 'properties': {}, 'geometry': {}}]} - Unable to serialize some geometry features. Unable to save."
Steps to reproduce:
A potential solution could be to use a circle to polygon conversion.
The text was updated successfully, but these errors were encountered: