https://github.com/beginor/angularjs-openlayers
https://github.com/beginor/angularjs-openlayers
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beginor/angularjs-openlayers
- Owner: beginor
- Created: 2016-05-28T14:39:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-28T14:56:34.000Z (about 10 years ago)
- Last Synced: 2025-04-04T18:19:30.815Z (about 1 year ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularJS and OpenLayers
Integrate AngularJS 1.5.x and OpenLayers 3.x.
Install dependencies first:
```sh
npm install && bower install && typings install
```
Then run
```sh
gulp dev
```
Browse to [http://localhost:3000/index.html](http://localhost:3000/index.html)