Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pka/ol3-react-example
Basic OpenLayers 3 + React example
https://github.com/pka/ol3-react-example
Last synced: about 2 months ago
JSON representation
Basic OpenLayers 3 + React example
- Host: GitHub
- URL: https://github.com/pka/ol3-react-example
- Owner: pka
- License: mit
- Created: 2015-08-25T21:40:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-16T08:46:54.000Z (about 9 years ago)
- Last Synced: 2024-10-03T10:46:16.573Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 574 KB
- Stars: 61
- Watchers: 9
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - pka/ol3-react-example - Basic OpenLayers 3 + React example (others)
README
# OpenLayer 3 React example
Basic example for using [OpenLayers 3](http://openlayers.org/) with [React](http://facebook.github.io/react/) and [Redux](http://rackt.github.io/redux/).
## Demo
Clone or download the repository and open [index.html](index.html) in a browser or [view the example on RawGit](https://rawgit.com/pka/ol3-react-example/master/index.html).
## Presentation
Slides from the presentation at FOSS4G 2015 in Seoul are available [here](http://blog.sourcepole.ch/assets/2015/foss4g2015_ol3_react.pdf).
## Development
To run this example:
1. `npm install`
2. `npm start`
3. open http://localhost:3000/ in the browserThe server supports hot reloading while keeping the application state.