mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-02 13:11:41 +02:00
Replace coreContext.geometry function with a more explicit coreGraph.geometry function
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user