Skip to content

Fix marker group html export issue#154

Merged
giswqs merged 2 commits intomainfrom
html
Nov 25, 2025
Merged

Fix marker group html export issue#154
giswqs merged 2 commits intomainfrom
html

Conversation

@giswqs
Copy link
Copy Markdown
Member

@giswqs giswqs commented Nov 24, 2025

Fix #123

Copilot AI review requested due to automatic review settings November 24, 2025 23:26
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes an issue with marker group HTML export by ensuring markers within groups are properly formatted before being passed to the createMarker function.

  • Transforms marker data from {lng, lat} format to {coordinates: [lng, lat]} format within marker groups
  • Preserves all marker properties (popup, tooltip, options, and max width settings) during transformation
  • Maintains existing error handling for failed marker creation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 24, 2025

@github-actions github-actions Bot temporarily deployed to pull request November 24, 2025 23:27 Inactive
@github-actions github-actions Bot temporarily deployed to pull request November 25, 2025 16:20 Inactive
@giswqs giswqs merged commit 3b3a4b5 into main Nov 25, 2025
8 checks passed
@giswqs giswqs deleted the html branch November 25, 2025 16:41
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.

Marker groups in Separate Layers

2 participants