Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Airport-Discovery/airport-diagram

Airport runways diagram based on Geo Coordinates πŸ“ for React.
https://github.com/Airport-Discovery/airport-diagram

airport airports aviation chart diagram pilot react runway runways

Last synced: 3 months ago
JSON representation

Airport runways diagram based on Geo Coordinates πŸ“ for React.

Awesome Lists containing this project

README

        

# Airport Diagram

Airport runways diagram based on Geo Coordinates πŸ“ for React.

![alt mxp](https://airport-discovery.github.io/airport-diagram/assets/mxp.png)

Please read the [documentation](https://airport-discovery.github.io/airport-diagram/) and check out the [demo](https://airport-discovery.github.io/airport-diagram/#/demo) for more usage instructions.

## Installation

### yarn

`yarn add @airport-discovery/airport-diagram`

### npm

`yarn add @airport-discovery/airport-diagram`

## Documentation

Please read the [documentation](https://airport-discovery.github.io/airport-diagram/) and check out the [demo](https://airport-discovery.github.io/airport-diagram/#/demo) for more usage instructions.

## Usage

```javascript
import { Airport, Runway, RunwayId } from '@airport-discovery/airport-diagram';
import '@airport-discovery/airport-diagram/lib/styles.css';
```

```jsx




```

## Development

`yarn start`

Then go to `http://localhost:4000` where you can see the documentation and test the modifications.

## Developers

- [Hatem Alimam](https://github.com/hatemalimam)

## Credits

- [Jan StrΓ‘nskΓ½](https://github.com/stranskyjan): [Geo Coordinates offset](https://stackoverflow.com/questions/65505515/geo-coordinates-offset-airport-runways-diagram/65509396)
- [Greg Grothaus](https://github.com/Gregable): [svg-airports](https://github.com/Gregable/svg-airports)

## License

MIT Β©