https://github.com/geops/react-transit
This library provides React components to visualize real-time geographical information based on OpenLayers.
https://github.com/geops/react-transit
Last synced: 11 months ago
JSON representation
This library provides React components to visualize real-time geographical information based on OpenLayers.
- Host: GitHub
- URL: https://github.com/geops/react-transit
- Owner: geops
- License: mit
- Created: 2019-07-30T12:40:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T23:24:13.000Z (almost 3 years ago)
- Last Synced: 2025-04-12T14:14:40.734Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://react-transit.geops.de/
- Size: 3.09 MB
- Stars: 7
- Watchers: 8
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [DEPRECATED] React Transit

[](https://www.npmjs.com/package/react-transit)
[](https://github.com/geops/react-transit/actions?query=workflow%3Amain)
[](https://github.com/prettier/prettier)
[](https://app.netlify.com/sites/react-transit/deploys)
## [DEPRECATED] This repository is no longer maintained
This library is no longer maintained as it was integrated into react-spatial. Please consider using [react-spatial](https://github.com/geops/react-spatial) instead.
## About
This library provides React components to visualize real-time geographical information based on [OpenLayers](https://openlayers.org/).
Documentation and examples at https://react-transit.geops.de.
## Getting Started
Install the [react-transit](https://www.npmjs.com/package/react-transit) package:
```bash
yarn add ol react-transit
```
Your build pipeline needs to support ES6 modules and SASS.
Import the main scss file in your project:
```bash
import 'react-transit/themes/default/index.scss';
```
## More
- [Development](https://github.com/geops/react-transit/tree/master/DEVELOP.md)
- [Components](https://github.com/geops/react-transit/tree/master/src/components)
- [Themes](https://github.com/geops/react-transit/tree/master/src/themes)
## Bugs
Please use the [GitHub issue tracker](https://github.com/geops/react-transit/issues) for all bugs and feature requests. Before creating a new issue, do a quick search to see if the problem has been reported already.