Skip to content

camptocamp/ngeo

Folders and files

NameName
Last commit message
Last commit date
Oct 2, 2019
May 22, 2017
Sep 20, 2019
Oct 23, 2019
Oct 25, 2019
Sep 19, 2019
Oct 15, 2019
Oct 24, 2019
Sep 20, 2019
Jun 6, 2019
Sep 13, 2019
Aug 13, 2019
Sep 19, 2019
Sep 20, 2019
Jul 4, 2019
Aug 2, 2018
Oct 15, 2019
Dec 7, 2018
May 22, 2018
Sep 24, 2019
Sep 3, 2019
Jun 19, 2019
Jan 11, 2016
Oct 28, 2019
Nov 13, 2018
Nov 13, 2018
Oct 28, 2019
Feb 23, 2016
May 24, 2018
Aug 19, 2019
Oct 23, 2019
Jun 24, 2019
Jun 14, 2019

Repository files navigation

ngeo

Greenkeeper badge

ngeo is a JS library that aims to ease the development of applications based on AngularJS and OpenLayers.

More specifically, ngeo is a collection of AngularJS Components and Services useful for developing applications combining AngularJS and OpenLayers.

Ngeo uses webpack: webpack gives you the possibility to use easily only the specific part of JavaScript, css and html that you need for your application.

If you use ngeo we recommend that you also use webpack, because this is the way we design and use ngeo at Camptocamp. But using webpack is not strictly mandatory: standalone builds of ngeo can be created.

To know more about ngeo take a look at:

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.

Requirements

  • make – GNU Make.
  • node – nodejs JS runtime environment.
  • npm – npm package manager.

How to start

Run the application

git clone git@github.com:camptocamp/ngeo.git
cd ngeo
make serve-ngeo

The ngeo examples are now available on your https://localhost:3000/examples/.

Run GeoMapFish

To run the GeoMapFish examples:

make serve-gmf

then visit https://localhost:3000/contribs/gmf/examples/.

To run the GeoMapFish applications:

make serve-gmf-apps

then visit them using https://localhost:3000/contribs/gmf/apps/<app_name>.html, for example: https://localhost:3000/contribs/gmf/apps/desktop.html

Run the Simple API Help

To run the Simple API Help:

make serve-api

Then visit https://localhost:3000/apihelp.html

Go further

Other docs related to ngeo: