Skip to content

Commit

Permalink
Add migration guidelines section
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Jul 28, 2023
1 parent 95d91bf commit a9d5d24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/developer-guide/mapstore-migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ This is a list of things to check if you want to update from a previous version

## Migration from 2023.01.xx to 2023.02.00

### NodeJS/NPM upgrade

In this release we updated all our systems to use node 16/NPM 8. This because Node 12 is actually out of maintainance.
We are going to support soon more recent versions of NodeJS solving the related issues.
So make you sure to use the correct verison of NodeJS/NPM to build things correctly. See the [requirements](../requirements/#debug-build) section of the document for the details.

### Visualization mode in map configuration

The map configuration stores the information related to the visualization mode 2D or 3D after saving a map.
Expand Down

0 comments on commit a9d5d24

Please sign in to comment.