Skip to content

Simple online GIS application using AngularJS and Openlayers

Notifications You must be signed in to change notification settings

luka-glusica/online-gis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Online GIS front-end application

Introduction

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).

Usage

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

Live demo

See the application in action:

Live demo

About

Simple online GIS application using AngularJS and Openlayers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published