Updating MapWeave

To update the version of MapWeave, or to update your license, you need to replace your existing MapWeave bundle with the latest version and add it to your project.

First, download the latest MapWeave bundle:

Download MapWeave

The download contains a package.json file referencing external dependencies as well as a pre-built set of bundled dependencies. See the dependencies page for more information.

Open a new terminal window and access your project's root folder:

cd my-mapweave-app

Move the downloaded package into your project's root folder.

Then remove the old version and install the new bundle as a local package from inside your project's root folder:

npm uninstall mapweave
npm install file:your_downloaded_file_name.tgz
yarn remove mapweave
yarn add ./your_downloaded_file_name.tgz
pnpm remove mapweave
pnpm install file:your_downloaded_file_name.tgz

To verify the upgrade was successful, you can either ask your package manager which version was installed:

npm list mapweave
yarn list --pattern mapweave
pnpm list mapweave

Or consult the dependencies section of package.json.

If you can't see the correct version installed or if the map isn't displaying correctly, try clearing the package manager's cache and installing the package again:

npm cache clean --force
npm install file:your_downloaded_file_name.tgz
yarn cache clean --force
yarn add file:your_downloaded_file_name.tgz
# This step is not required when using pnpm.

If you need any help with updating please contact support.

Terms of use

These terms do not alter or supersede any existing agreements between you (or your employer) and us.

By accessing or using any Content you agree to be bound by these Terms of Use. Please review these terms carefully before using the website.

The contents of this website, including but not limited to any text, code samples, API references, schemas, interactive tools, and other materials (collectively, the 'Content'), are made available for informational and internal evaluation purposes only. All intellectual property rights in the Content are reserved. No licence is granted to use the Content for any commercial purpose, or to copy, distribute, modify, reverse-engineer, or incorporate any part of the Content into any product or service, without our prior written consent.

This Content is provided “as is” and “as available,” without any representations, warranties, or guarantees of any kind, whether express or implied, including but not limited to implied warranties of merchantability, fitness for a particular purpose, non-infringement, or accuracy. To the fullest extent permitted by applicable law, we expressly exclude and disclaim all implied warranties, conditions, and other terms that might otherwise be implied.

We disclaim all liability for any loss or damage, whether direct, indirect, incidental, consequential, or otherwise, arising from any reliance placed on the Content or from your use of it, to the fullest extent permitted by applicable law. By continuing to access or use the Content, you acknowledge and agree to these terms.