Documentation

​Web Components​

This module represents client-side libraries to use web components platform that also integrates with the new changes that are introduced by the new WebMAP5 server-side libraries. It contains certain controls in a user interface, in this case KendoUI for Angular.

​Base Components​

Arises from the need of having a structure for web components and separate specific frameworks and user interfaces.

​Angular Client​

Is used to extend specific functionality of the client's core. This project exposes a base service that is in charge of being the point of interaction between the core and the angular Framework. The service is called WebMapService.

​Client Core​

The client helpers core is the base component of the WebMap's front-end architecture, it is responsible for managing the communication between the back-end server and the front-end. Also process the information received and keep all the information about the control's models that are rendered in the client side.

Server Side