https://github.com/bdefore/angular-openlayers
An example Angular.JS app using OpenLayers
https://github.com/bdefore/angular-openlayers
Last synced: over 1 year ago
JSON representation
An example Angular.JS app using OpenLayers
- Host: GitHub
- URL: https://github.com/bdefore/angular-openlayers
- Owner: bdefore
- Created: 2013-10-29T06:17:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-29T17:39:09.000Z (over 12 years ago)
- Last Synced: 2025-02-07T12:48:05.636Z (over 1 year ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
angular-openlayers
==================
An example Angular.JS app using OpenLayers.
## Getting Started
==================
This example app was built with a [Yeoman](http://yeoman.io/)-generated CoffeeScript application and Node.JS 0.10.21.
To test locally, install Node and run:
```shell
npm install -g grunt
npm install
bower install
grunt server
```
This should automatically direct your browser to:
http://127.0.0.1:9000/#/from_coords_in_template
Other routes include:
http://127.0.0.1:9000/#/from_name
http://127.0.0.1:9000/#/from_url?lat=42.68875914122395&lon=17.689577342419913&zoom=5