Skip to content

Leaflet v1.5.1 patched with PR 6522#631

Open
ac-61 wants to merge 1 commit intodevelopmentfrom
ac-leaflet
Open

Leaflet v1.5.1 patched with PR 6522#631
ac-61 wants to merge 1 commit intodevelopmentfrom
ac-leaflet

Conversation

@ac-61
Copy link
Copy Markdown
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
@sonarqubecloud
Copy link
Copy Markdown

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