Mn map poster

Preview:

Citation preview

Modal Nodes

@mnorchestra

info@modal-nodes.com

Marco Montanari@ingmmomarco.montanari@gmail.com

MN-MAP

The ProblemAngular 4+ requires users to define Components and Directives but without the simplicity of pure JS. The logic of these components and the async architecture of Angular2 and Material design are sometimes complex to handle and to fit into the logics of geographical information systems. Interacting with datasets and web services is not always straightforward.

Our SolutionWe decided to develop an Angular2 module that could cover most common situations by wrapping the operations already available in LeafletJS and the most common plugins into a full package exposing a simple API for anyone to use.

http://modal-nodes.com http://www.ingmmo.com

A simple plugin-aware Angular4+ wrapper for LeafletJS

Contribute!!

Projects already using the library

https://github.com/modalnodes/mn-map

https://www.npmjs.com/package/mn-map

Installation

Usage

Extensibility

npm install @modalnodes/mn-map

1. Extend LeafLayer adding your functionalities 2. Extend MnMapComponent adding your layer to the discoverable layers 3. Done!