An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# [DEPRECATED] React Transit

![No longer maintained](https://img.shields.io/badge/Maintenance-OFF-red.svg)
[![npm](https://img.shields.io/npm/v/react-transit.svg?style=flat-square)](https://www.npmjs.com/package/react-transit)
[![build](https://github.com/geops/react-transit/workflows/main/badge.svg)](https://github.com/geops/react-transit/actions?query=workflow%3Amain)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Netlify Status](https://api.netlify.com/api/v1/badges/3906ac5a-46f8-4de3-ae19-4be77060a368/deploy-status)](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.