Select to view content in your preferred language

Buffer Edit Tool Fails on Point Features

356
2
03-03-2026 08:47 AM
Labels (2)
RemWilson
Occasional Contributor

There's been an issue with the current release of ArcGIS Pro where sometimes when I select a point and try to use the buffer edit tool, it fails stating incorrect geometry type. Normally, I would uncheck the dissolve option and it would work, but recently it's been failing no matter if that option is checked or unchecked.

This was never a problem in earlier releases and needs to be fixed as my work requires me to show setbacks from features that mostly get represented as points like well heads, etc.

It gives error code 1500, and this is being used on a hosted feature layer. It does not occur on layers housed in the local database.

0 Kudos
2 Replies
RPGIS
by MVP Regular Contributor
MVP Regular Contributor

Hi @RemWilson,

Have you tried using any of the options below:

  1. Using an arcade field calculation to generate the necessary polygons. This may work for some features but if there are any records that lack any geometry then that could also return an error.
  2. Running python to generate the polygons.

The other thing I would recommend checking is if there might be some slight change in the permissions since this can also cause some minor issues at times.

0 Kudos
Robert_LeClair
Esri Esteemed Contributor

Instead of the Buffer edit tool, try the Buffer or Pairwise Buffer GP tool to see if you get the same error message or it completes properly.

0 Kudos