Replace coreContext.geometry function with a more explicit coreGraph.geometry function

This commit is contained in:
Quincy Morgan
2020-03-21 14:23:44 -07:00
parent 8439795b58
commit 3c0b926ec7
22 changed files with 32 additions and 28 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ export function uiFieldCombo(field, context) {
};
if (_entityIDs.length) {
params.geometry = context.geometry(_entityIDs[0]);
params.geometry = context.graph().geometry(_entityIDs[0]);
}
taginfo[fn](params, function(err, data) {