Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Example Experience Builder widget showing how to display the latitude and longitude, scale, and zoom level of the map.

License

Notifications You must be signed in to change notification settings

gavinr/get-map-coordinates-experience-builder

Repository files navigation

Get Map Coordinates - Experience Builder Widget

Example Experience Builder widget showing how to display the latitude and longitude, scale, and zoom level of the map.

Screenshot

(Settings Panel)

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 get-map-coordinates folder into the client\your-extensions\widgets\get-map-coordinates 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/get-map-coordinates-experience-builder
  4. npm ci
  5. npm start
  6. Start Experience Builder server per the instructions (in a separate terminal, cd server, npm ci, npm start)

Development

  1. Open the client folder as a project in VS Code (or similar code editor).
  2. Make sure both scripts are running (in the server folder and client) folder).
  3. Every time you make a change to your widget, it will be re-built with webpack automatically.

More

View my other Experience Builder projects here.