Mn map poster

1
Modal Nodes @mnorchestra [email protected] Marco Montanari @ingmmo [email protected] MN-MAP The Problem Angular 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 Solution We 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!

Transcript of Mn map poster

Page 1: Mn map poster

Modal Nodes

@mnorchestra

[email protected]

Marco [email protected]@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!