Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Conversation

christianmeichtry
Copy link

Now you can edit an existing polygon instead of only creating new ones. Pass the polygon you want to edit as currentpoly

      SM = PolySnapper({
        map: map,
        marker: new google.maps.Marker(),
        threshold: 200,
        keyRequired: false,
        polygons: polygons,
        polystyle: new_polystyle,
        hidePOI: true,
        currentpoly: edit_polygon,
        onEnabled: function(){
          console.log("enabled")
        },
        onDisabled: function(){
          console.log("disabled")
        }
      });

Now you can edit an existing polygon instead of only creating new ones. Pass the polygon you want to edit as currentpoly
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant