forked from MapComplete/MapComplete
Block broken replaceGeometry for now
This commit is contained in:
parent
adade2e8b0
commit
b0f0a57bc7
3 changed files with 3 additions and 2 deletions
|
@ -308,6 +308,8 @@ export class ConflateButton extends AbstractImportButton {
|
|||
args: { max_snap_distance: string; snap_onto_layers: string; icon: string; text: string; tags: string; newTags: UIEventSource<Tag[]>; targetLayer: string },
|
||||
tagSource: UIEventSource<any>, guiState: DefaultGuiState, feature: any, onCancelClicked: () => void): BaseUIElement {
|
||||
|
||||
return new FixedUiElement("ReplaceGeometry is currently very broken - use mapcomplete.osm.be for now").SetClass("alert")
|
||||
|
||||
const nodesMustMatch = args.snap_onto_layers?.split(";")?.map((tag, i) => TagUtils.Tag(tag, "TagsSpec for import button " + i))
|
||||
|
||||
const mergeConfigs = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue