"This button will copy the point from an external dataset into OpenStreetMap"+
ImportFlowUtils.documentationGeneral
this.args=[
...ImportFlowUtils.generalArguments,
{
name:"snap_onto_layers",
doc:"If a way of the given layer(s) is closeby, will snap the new point onto this way (similar as preset might snap). To show multiple layers to snap onto, use a `;`-seperated list",
},
{
name:"max_snap_distance",
doc:"The maximum distance that the imported point will be moved to snap onto a way in an already existing layer (in meters). This is previewed to the contributor, similar to the 'add new point'-action of MapComplete",
defaultValue:"5",
},
{
name:"note_id",
doc:"If given, this key will be read. The corresponding note on OSM will be closed, stating 'imported'",
},
{
name:"maproulette_id",
doc:"The property name of the maproulette_id - this is probably `mr_taskId`. If given, the maproulette challenge will be marked as fixed. Only use this if part of a maproulette-layer.",