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

Leaflet v1.5.1 patched with PR 6522 #631

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open

Leaflet v1.5.1 patched with PR 6522 #631

wants to merge 1 commit into from

Conversation

ac-61
Copy link
Contributor

@ac-61 ac-61 commented Feb 24, 2025

This updates the MMGIS Leaflet with the fix in Leaflet/Leaflet#6522, which fixes our issues when using the georaster-layer-for-leaflet library. Making this a separate pull request in case we need to revert it in the future.

Build instructions

# Clone Leaflet repository
git clone git@github.com:Leaflet/Leaflet.git

# Checkout the version that MMGIS's Leaflet is using
git checkout v1.5.1

# Create new branch with the head on the current MMGIS Leaflet version
git checkout -b v1.5.1_patch

# Pull PR 6522 as a new branch
git fetch origin pull/6522/head:pr_6522

# Merge to branch
git merge pr_6522

# Build v1.5.1
yarn install --registry https://registry.yarnpkg.com/
yarn run rollup

@ac-61 ac-61 requested a review from tariqksoliman February 24, 2025 19:26
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.

1 participant