https://github.com/conterra/mapapps-portal-item-loader
This bundle provides access to portal content.
https://github.com/conterra/mapapps-portal-item-loader
4x contents highlight mapapps
Last synced: 28 days ago
JSON representation
This bundle provides access to portal content.
- Host: GitHub
- URL: https://github.com/conterra/mapapps-portal-item-loader
- Owner: conterra
- License: apache-2.0
- Created: 2024-09-13T06:46:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-14T15:13:06.000Z (4 months ago)
- Last Synced: 2025-11-14T16:23:40.911Z (4 months ago)
- Topics: 4x, contents, highlight, mapapps
- Language: TypeScript
- Homepage: https://demos.conterra.de/mapapps/resources/apps/public_demo_portalitemloader/index.html
- Size: 2.71 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/conterra/mapapps-portal-item-loader/actions/workflows/devnet-bundle-snapshot.yml)


# dn_portalitemloader
This bundle allows to add portal content
# Portal Item Loader
The Portal Item Loader allows you to add portal content to your app.

## Sample App
https://demos.conterra.de/mapapps/resources/apps/public_demo_portalitemloader/index.html
## Installation Guide
[dn_portalitemloader Documentation](https://github.com/conterra/mapapps-portal-item-loader/tree/master/src/main/js/bundles/dn_portalitemloader)
## Quick start
Clone this project and ensure that you have all required dependencies installed correctly (see [Documentation](https://docs.conterra.de/en/mapapps/latest/developersguide/getting-started/set-up-development-environment.html)).
Then run the following commands from the project root directory to start a local development server:
```bash
# 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
```
For more details refer to the [Developer's Guide](https://docs.conterra.de/en/mapapps/latest/developersguide/getting-started/).