Skip to content

Why is there no edit point? #183

@trowa1234

Description

@trowa1234

leaflet: 1.7.1
leaflet-freedraw: 2.13.2

createDraw() {
      this.freeDrawInstance = new FreeDraw({
        mode: CREATE | EDIT | DELETE
      });
      this.MAP.addLayer(this.freeDrawInstance);
      this.freeDrawInstance.on('markers', event => {
        console.log(event.latLngs);
      });
    }

my screenshot:
image

Example screenshot:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions