ngeo is a JS library that aims to ease the development of applications based on AngularJS and OpenLayers 3.
More specifically, ngeo is a collection of AngularJS Directives and Services useful for developing applications combining AngularJS and OpenLayers 3.
Through the Directives, Services and examples it provides, ngeo defines a specific way to combine Angular and OpenLayers 3 in an application.
ngeo uses Closure Tools: the JavaScript code of ngeo uses Closure Library, and it is checked and compressed using Closure Compiler.
If you use ngeo we recommend that you also use Closure, because this is the way we design and use ngeo at Camptocamp. But using Closure is not mandatory: standalone builds of ngeo can be created.
To know more about ngeo the examples
ngeo also includes a contribs directory where non-core
contributions may be placed. ngeo currently includes one contrib: gmf
. That
contrib includes components specific to the
GeoMapFish project, that is components that rely on
GeoMapFish-specific web services. The gmf
contrib examples are also available
online.
Other docs:
- Developer guide – This guide is for ngeo developers.
- Application development guidelines – This guide if for application developers using ngeo.