Skip to content

Conversation

@hivepress
Copy link
Owner

No description provided.

// Add markers
$.each(container.data('markers'), function(index, data) {
bounds.extend([data.longitude, data.latitude]);
map.on('load', () => {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please describe the solution, e.g. source (is this an official one? especially randomizing coordinates).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the code from the documentation you provided in the task description..
Markers with the same address creating on the same place so it unavailable to click them separately so I've added random offset to their spawn position

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants