Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Marker position does not update when edited #946

@WillsB3

Description

@WillsB3

When altering a markers location, the change is not reflected in the map. It seems as though the markers location is not watched.

See this example. Clicking the "Move a Marker" button should move the marker to a new random location.

The hack we've had to use to get this working is to use the doRebuildAll attribute to force the map to update. You can see this works by adding doRebuildAll="true" to the to the marker cluster element in the above Plunkr, but this solution is horrible...

Is this a bug in the clusterer?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions