laptop and a wrench

Bug

Typo in Point object under __geo_interface__ property for MultiPoint Geometries in "\\arcpy\arcpy\arcobjectsGeometries.py"

Last Published: August 25, 2014 ArcGIS for Desktop
Bug ID Number NIM068898
SubmittedJune 2, 2011
Last ModifiedJune 5, 2024
Applies toArcGIS for Desktop
Version found10.0
Operating SystemWindows OS
Operating System VersionXP 64 Bit
Version Fixed10.1
StatusFixed

Workaround

Change the __geo_interface__ property for the Multipoint class to the following: def __geo_interface__(self): return {'type': 'Multipoint', 'coordinates': [(pt.X, pt.Y) for pt in self]}

Steps to Reproduce

Bug ID: NIM068898

Software:

  • ArcGIS for Desktop

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options