Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circle feature recognised as point and fails geometry upload #150

Open
SDScandrettKint opened this issue Jan 23, 2025 · 0 comments
Open

Comments

@SDScandrettKint
Copy link
Member

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."

Image

Steps to reproduce:

  1. In the Geodatabase Feature Class, create a new Circle polygon
  2. Select it to upload as a new resource in the Arches plugin
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant