Skip to content
dbauszus-glx edited this page Jul 20, 2023 · 12 revisions

Welcome to the XYZ/MAPP wiki!

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

XYZ is an API which can be deployed to any node runtime. The XYZ wiki page outlines the structure of API, its endpoints, node modules, and dependencies.

The Process Environment wiki page lists all environment variables which can be provided to the XYZ node process.

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

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

Workspaces define the locales, layers, and locations available through a XYZ instance. The configuration page details the different sections of the workspace JSON document.

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.

We highly recommend to clone this wiki in order to contribute via a desktop text editor such a vscode.

git clone https://github.com/GEOLYTIX/xyz.wiki.git
Clone this wiki locally