An open API service indexing awesome lists of open source software.

https://github.com/donny2333/angular-openlayers

angular-openlayers
https://github.com/donny2333/angular-openlayers

angular openlayers

Last synced: 23 days ago
JSON representation

angular-openlayers

Awesome Lists containing this project

README

        

# angular-openlayers

## Brief
angular-openlayers is a set of AngularJS directives for openlayers3.

Unlike alternatives (angular-openlayers-directive, ngeo, etc), angular-openlayers is a very thin abstraction layer on top of OpenLayers3, meaning that angular-openlayers directives have the same attributes as the underlying OpenLayers objects.
It means that anyone familiar to OpenLayers3 will be proficient in an instant with angular-openlayers.

## Documentation && getting started

- A tutorial is available in ```/tutorial/```
- Examples are available in ```/examples/```
- An exhaustive API documentation is available in ```/doc/```.

## Installing angular-openlayers

###Bower:
```bash
bower install angular-openlayers
```