Skip to content

This bundle provides a widget to fade from one baselayer to another baselayer.

License

Notifications You must be signed in to change notification settings

conterra/mapapps-basemap-fader

Repository files navigation

devnet-bundle-snapshot Static Badge

Basemap Fader Bundle

The Basemap Fader bundle provides a widget that allows you to fade two basemap into each other.

Sample App

https://demos.conterra.de/mapapps/resources/apps/downloads_basemapfader4/index.html

Screenshot Sample App Basemap Fader

Installation Guide

Requirement: map.apps 4.3.0

dn_basemapfader Documentation

Quick start

Clone this project and ensure that you have all required dependencies installed correctly (see Documentation).

Then run the following commands from the project root directory to start a local development server:

# install all required node modules
$ mvn initialize

# start dev server
$ mvn compile -Denv=dev -Pinclude-mapapps-deps

# run unit tests
$ mvn test -P run-js-tests,include-mapapps-deps