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
@@ -25,7 +25,7 @@ export function behaviorDrawWay(context, wayID, index, mode, startGraph) {
var _annotation = t((_origWay.isDegenerate() ?
'operations.start.annotation.' :
'operations.continue.annotation.') + context.geometry(wayID)
'operations.continue.annotation.') + _origWay.geometry(context.graph())
);
var behavior = behaviorDraw(context);