Skip to content

gavinr/experience-builder-multiple-maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Experience Builder - Multiple Maps

There are plenty of examples out there for creating a custom widget that controls a single map widget. What if you want to access multiple map widgets? This widgets is a demo to show one way to do that.

Quick Start - Download

  1. Download and unzip Experience Builder Developer Edition.
  2. Download the latest release from this repository.
  3. Unzip the downloaded files, and copy the multiple-maps folder into the client\your-extensions\widgets\ folder of the extracted Experience Builder files.

Quick Start - Git

  1. Download and unzip Experience Builder Developer Edition.
  2. Open a new terminal window and browse to the client folder.
  3. git clone https://github.com/gavinr/experience-builder-multiple-maps
  4. npm ci
  5. npm start
  6. Start Experience Builder server per the instructions (in a separate terminal, cd server, npm ci, npm start)

More

View my other Experience Builder projects here.