forked from MapComplete/MapComplete
Improve docs, formatting
This commit is contained in:
parent
92c63560ef
commit
9c6822a1ac
2 changed files with 19 additions and 18 deletions
|
@ -249,9 +249,10 @@ export default class ReplaceGeometryAction extends OsmChangeAction {
|
|||
}
|
||||
|
||||
/**
|
||||
* For 'this.feature`, gets a corresponding closest node that alreay exsists
|
||||
* @constructor
|
||||
* @private
|
||||
* For 'this.feature`, gets a corresponding closest node that alreay exsists.
|
||||
*
|
||||
* This method contains the main logic for this module, as it decides which node gets moved where.
|
||||
*
|
||||
*/
|
||||
private async GetClosestIds(): Promise<{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue