Skip to content
Dennis Bauszus edited this page Mar 17, 2022 · 12 revisions

Welcome to the XYZ/MAPP wiki!

The aim of this wiki is to provide overview of the project and functional reference for developers.

XYZ is a node.js process which can be deployed to any node runtime. This wiki outlines the structure of the node application, modules, node package dependencies, and environment variables used for the process configuration.

XYZ API provides details for API endpoints to securely access spatial data sources and user accounts.

MAPP is a Javascript library which extends Openlayers with Location, Layer, and Mapview interfaces. This wiki outlines the structure of the MAPP API and serves as primary reference for all interface properties and methods.

Workspaces define which templates and locales are accessible. Shared between the XYZ/MAPP, workspaces are used to configure Layers and Locations, grouped into Locales.

MAPP UI extends MAPP with custom elements to build map centric application views.

Application views are web pages consisting of markup, script, the Openlayers, and MAPP libraries.

Plugins extend the core functionality of the MAPP and UI libraries.

Clone this wiki locally