@geops/interactive-stationplans
v2.3.6
Published
## About
Downloads
5,655
Keywords
Readme
Interactive Stationplans
About
These are the Interactive Stationplans for the Swiss Railway Company.
Use the complete bundle
See api.html
for an example on how to integrate the app into your own website.
Use it as ES6 module
Install
npm install @geops/interactive-stationplans
node-sass required as dependency:
npm install node-sass
In your App.js file:
import React, { Component } from 'react';
import MyPlan from '@geops/interactive-stationplans';
class App extends Component {
render() {
return (
<div className="App">
<MyPlan />
</div>
);
}
}
export default App;
API documentation
- https://confluence.sbb.ch/display/TRAFIEXTERN/Einbindung+des+Interaktiven+Bahnhofplans
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.3.6 (2024-06-07)
Bug Fixes
- [TRAFKLEIN-789] display mobile floor switcher in some edge cases (e199082)
2.3.5 (2024-05-03)
Bug Fixes
- [TRAFKLEIN-781] change color according to WCAG Guidelines (5e4e218)
2.3.4 (2023-11-23)
Bug Fixes
- use proper cookie url (19dcce9)
2.3.3 (2023-05-10)
2.3.2 (2023-05-10)
Bug Fixes
- update geops address (059df35)
2.3.1 (2022-08-09)
Documentation
- put changelog content at the end of the readme file of the published package
2.3.0 (2022-06-21)
Features
- use standard version for automatic versioning and changelog (d08f55f)