Feature classes (Raster Catalog footprints) display incorrectly or crash along the Prime Meridian (Greenwich) in ArcGlobe.
Last Published: August 25, 2014ArcGIS for Desktop
Bug ID Number
NIM040184
Submitted
November 18, 2008
Last Modified
June 5, 2024
Applies to
ArcGIS for Desktop
Version found
9.3
Version Fixed
10.1
Status
Fixed
The bug has been fixed. See the Version Fixed and Additional Information, if applicable, for more information.
Workaround
Issue seems to be Data Specific,The workaround fix is to insert vertices on your polygon / line data where they cross the main Cube projection tile boundaries.A simple GP-based workflow is:(1) Run ‘Intersect’ between the SOURCE polygon layer and a 30-degree-Grid polygon layer - Will create a new feature class(2) Run ‘Dissolve’ on the new feature class, using ‘SOURCE-ID’ as the attribute - Will re-stitch together the original polygons / lines... - With the added bonus that the inserted vertices from the 30-degree-Grid “live on”Add this data into ArcGlobe / Explorer and it will no longer "bend" in various locations.