Remove context.childNodes function

This commit is contained in:
Quincy Morgan
2020-03-21 13:56:11 -07:00
parent 5fd25601fe
commit fac613e1dc
6 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export function uiFieldAddress(field, context) {
(extent[0][0] + extent[1][0]) / 2,
(extent[0][1] + extent[1][1]) / 2
]);
var choice = geoChooseEdge(context.childNodes(d), loc, context.projection);
var choice = geoChooseEdge(context.graph().childNodes(d), loc, context.projection);
return {
title: d.tags.name,