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