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

specify commit for patcher install #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions FORK-UPDATE-README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# NGS MapStore2 Fork Update Process
To update our NGS MapStore2 fork with latest changes from geosolutions-it's MapStore2 repo, you can just create a Pull Request to merge their repo into ours. This should be relatively straight forward.

However, you should check their Patcher repo (https://github.com/geosolutions-it/Patcher) to see if any new commits have been merged into this repo. If there have been new commits that we want in our fork, you will need to update ngsllc/MapStore2/package.json to point to the latest commit hash.

This was done in our fork because in the geosolutions-it repo they just point to the Patcher master branch, which caused problems during our ci process in ngs-mapstore.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"@googlemaps/js-api-loader": "1.12.9",
"@mapbox/geojsonhint": "2.0.1",
"@mapbox/togeojson": "0.16.0",
"@mapstore/patcher": "https://github.com/geosolutions-it/Patcher/tarball/master",
"@mapstore/patcher": "https://github.com/geosolutions-it/Patcher/tarball/34c9e79",
"@turf/along": "6.5.0",
"@turf/area": "6.5.0",
"@turf/bbox": "4.1.0",
Expand Down