From e96624d79b4f848708022f0a803949bdc6369b0c Mon Sep 17 00:00:00 2001
From: Xiao Gui <xgui3783@gmail.com>
Date: Wed, 7 Oct 2020 16:11:51 +0200
Subject: [PATCH] chore: fix kg id for hoc3v and hoc5

---
 src/res/ext/bigbrain.json | 65 ++++++++++++++++++++-------------------
 1 file changed, 33 insertions(+), 32 deletions(-)

diff --git a/src/res/ext/bigbrain.json b/src/res/ext/bigbrain.json
index 011f0af1e..105159a4e 100644
--- a/src/res/ext/bigbrain.json
+++ b/src/res/ext/bigbrain.json
@@ -637,7 +637,7 @@
                           "fullId": {
                             "kg": {
                               "kgSchema": "minds/core/parcellationregion/v1.0.0",
-                              "kgId": "0d6392fd-b905-4bc3-bac9-fc44d8990a30"
+                              "kgId": "04674a3c-bb3a-495e-a466-206355e630bd"
                             }
                           },
                           "relatedAreas": []
@@ -665,37 +665,38 @@
                               "relatedAreas": []
                             }
                           ]
-                      },
-                      {
-                        "name": "lateral occipital cortex",
-                        "children": [
-                          {
-                            "name": "Area hOc5 (LOC)",
-                            "ngId": "v5",
-                            "status": "fully mapped",
-                            "labelIndex": 1,
-                            "position": [
-                            ],
-                            "rgb": [
-                              255,
-                              0,
-                              0
-                            ],
-                            "children": [],
-                            "fullId": {
-                              "kg": {
-                                "kgSchema": "minds/core/parcellationregion/v1.0.0",
-                                "kgId": "b40afb5a-e6a1-47b6-8a3e-1f8a20fbf99a"
-                              }
-                            },
-                            "relatedAreas": []
-                          }
-                        ]
-                      }]
-                    }
-                  ]
-                }
-              ]
+			},
+			{
+				"name": "lateral occipital cortex",
+				"children": [
+					{
+						"name": "Area hOc5 (LOC)",
+						"ngId": "v5",
+						"status": "fully mapped",
+						"labelIndex": 1,
+						"position": [
+						],
+						"rgb": [
+							255,
+							0,
+							0
+						],
+						"children": [],
+						"fullId": {
+							"kg": {
+								"kgSchema": "minds/core/parcellationregion/v1.0.0",
+								"kgId": "04674a3c-bb3a-495e-a466-206355e630bd"
+							}
+						},
+						"relatedAreas": []
+					}
+				]
+			}
+		      ]
+		    }
+		  ]
+		}
+	      ]
             }
           ]
         }
-- 
GitLab