This example app shows how to implement some simple GIS tools like draw, modify and delete features of polygon, linestring and point type using Openlayers with AngularJS. Users have a possibility to create layers of certain geometry type and to add attribute fields to them. Drawing, modifying or deleting features work only on active layer(selected layer).
Clone the repository:
git clone https://github.com/Luka-G/online-gis.git
Install packages and dev tools:
bower install
npm install
Start development server
gulp
See the application in action:
Live demo