Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RD-526_markers-position-on-projection-changed #10

Conversation

sebstryczek
Copy link
Contributor

No description provided.

@@ -254,6 +254,12 @@ export class MarkerLayout {
}

this.sortingOrder = options.sortingOrder === "descending" ? -1 : 1;

this.map.on("projectiontransition", this.fireMoveEnd);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I feel like this is risky solution but it makes our examples ready for globe without any change.

@sebstryczek sebstryczek closed this Jan 9, 2025
@sebstryczek sebstryczek deleted the RD-526_markers-position-on-projection-changed_hacky branch January 9, 2025 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant