Skip to content

This bundle allows you to create your own step-by-step guide in map.apps based on the Driver.js framework.

License

Notifications You must be signed in to change notification settings

conterra/mapapps-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3a58f9e · Dec 19, 2024
Jul 1, 2024
Jun 28, 2023
Dec 19, 2024
Jan 5, 2021
May 13, 2024
May 13, 2024
May 13, 2024
May 13, 2024
Jun 28, 2023
Dec 19, 2024
May 13, 2024
May 30, 2017
Jun 24, 2024
Jun 24, 2024
Jun 10, 2024
May 13, 2024
Nov 21, 2024
May 13, 2024
May 13, 2024

Repository files navigation

devnet-bundle-snapshot Static Badge Static Badge

Intro

The bundle dn_intro allows you to create a step-by-step introductory guide for a map.apps app. It is based on the driver.js library. See the dn_intro bundle's documentation for more information.

Tour screenshot

dn_intro Documentation

Sample App

https://demos.conterra.de/mapapps/resources/apps/downloads_intro_31/index.html?autorefresh=5000&lang=de

Prerequisites

  • To be able to build the project with Maven, all files from map.apps-VERSION/sdk/m2-repository (path inside the map.apps distribution package) need to be copied manually to your local Maven repository (e.g. %UserProfile%/.m2/repository for Windows, ~/.m2/repository for MacOS).

Start a local development server

mvn initialize

mvn compile -P include-mapapps-deps,env-dev

More information

The project is based on the latest version of the mapapps-4-developers Project. See the README.md file of that project for more information on how to run a local development server.