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
- Host: GitHub
- URL: https://github.com/donny2333/angular-openlayers
- Owner: Donny2333
- Created: 2017-05-03T01:53:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-03T05:17:29.000Z (about 8 years ago)
- Last Synced: 2025-02-17T17:53:57.075Z (4 months ago)
- Topics: angular, openlayers
- Language: JavaScript
- Homepage:
- Size: 548 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```