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
It appears that 2K23 changed some of the keys in the course_description.json file, causing issues for the visualizer/processing.
I've not completed the patch yet, as I have some things I needed to get done, but I've started translating some of the old keys to new keys with this patch file.
Keys changed (found so far):
"userLayers" -> "userLayers2"
"holes" -> "holes2"
"surfaceSplines" -> "surfaceSplines2"
My current issue is that JSON I am working with has no "pinLocations" (it was a completely empty course); and am seeing if that is expected in 2K21 as well.
Found a few further instances of issues with some of those previous keys, updated the patch here. There was a change in structure in the pin positions key.
I am still unable to full test, as I am getting the following issue (and no exceptions/logs) when attempting to import GIS/LIDAR data.
Processing: USGS_LPC_Eastern_MN_State_LiDAR_Phases_3_4_and_5_4342_08_27_b.laz Could not load USGS_LPC_Eastern_MN_State_LiDAR_Phases_3_4_and_5_4342_08_27_b.laz Please report this issue. Processing: USGS_LPC_Eastern_MN_State_LiDAR_Phases_3_4_and_5_4342_08_28_a.laz Could not load USGS_LPC_Eastern_MN_State_LiDAR_Phases_3_4_and_5_4342_08_28_a.laz Please report this issue. No valid lidar files found, no action taken
NOTE: Processing of this LIDAR data appears to work fine in the packaged app; so I will attempt to continue testing using that generated dataset.
It appears that 2K23 changed some of the keys in the course_description.json file, causing issues for the visualizer/processing.
I've not completed the patch yet, as I have some things I needed to get done, but I've started translating some of the old keys to new keys with this patch file.
Keys changed (found so far):
My current issue is that JSON I am working with has no "pinLocations" (it was a completely empty course); and am seeing if that is expected in 2K21 as well.
2k23.patch.log
The text was updated successfully, but these errors were encountered: