-
Notifications
You must be signed in to change notification settings - Fork 41
MAPP.UI
Dennis Bauszus edited this page Feb 6, 2026
·
28 revisions
The MAPP.UI library expands the MAPP library to build engaging Application Views.
The MAPP.UI library and associated style sheets must be loaded after the MAPP library.
<script src="https://cdn.jsdelivr.net/npm/ol@v10.2.1/dist/ol.js" defer></script>
<link rel="stylesheet" href="{{dir}}/public/css/mapp.css" />
<script type="module" src="{{dir}}/public/js/lib/mapp.js" defer></script>
<link rel="stylesheet" href="{{dir}}/public/css/ui.css" />
<script type="module" src="{{dir}}/public/js/lib/ui.js" defer></script>Detailed documentation of the MAPP.UI API modules is provided as JS-DOC pages built directly from the /lib/ui source directory.
The JS-DOC pages are hosted as GitHub Pages from the XYZ repository:
https://geolytix.github.io/xyz/mapp
UI elements are user interfaces for the MAPP API. UI elements may take the form of a location or layer view with elements to alter filter and style parameter, or to provide values for location entries to be updated in the database.