Skip to content

Commit 89d839d

Browse files
committed
remove further references to geostream
1 parent 1b9e60b commit 89d839d

21 files changed

+6
-18
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[http://dvs.reactive-labs.io/](http://dvs.reactive-labs.io/)
99

1010
## Screenshot
11-
![DVS UI screenshot](public/img/kgs.png)
11+
![DVS UI screenshot](public/img/dvs.png)
1212

1313
## Demo mode
1414
You can append the query parameter `?demo=[NUMBER-OF-MINUTES]` to the url to enable the demo mode, once activated it will fully refresh the application every specified minutes.
@@ -34,7 +34,7 @@ To prevent an overhead of visible informations for the user, the map shows the l
3434
* [RxJS](https://rxjs.dev/)
3535
* [SASS](https://sass-lang.com/)
3636
* [Amber Design System](https://amber.bitrock.it/)
37-
* [Mapbox](https://www.mapbox.com/)
37+
* [Google Maps API](https://cloud.google.com/maps-platform/)
3838

3939
### Getting started
4040
Clone the repo
@@ -78,7 +78,7 @@ The project make use of `.env` files, just update the values before starting the
7878
### Things to keep in mind
7979
* The Vuex store contains **only** global values for the application, the real time data coming from the websockets is processed & rendered directly in the relative component state. Otherwise the store would act as a computational bottleneck.
8080
* Each widget in the dashboard is **independent** on getting the data from the backend and is also exported as dedicated module for lazy loading. Both of these approaches also results in a better development experience.
81-
* For a cleaner UX, the map will show only **the latest 100 RSVP events**. The amount of markers for the "time window" is defined in the Vuex store.
81+
* For a cleaner UX, the map will show only **up to 1000 flights**. The amount of markers for the "time window" is defined in the Vuex store.
8282

8383
## How to contribute
8484
Pull Request Submitting Process:
@@ -92,12 +92,6 @@ Pull Request Submitting Process:
9292

9393
Please refer to the [contributing.md](contributing.md) file for the full guidelines and code of conduct.
9494

95-
<!-- ## Next steps
96-
* Development environment & branch
97-
* settings page/modal (activate demo mode & set event window from UI)
98-
* code highlightning in the KSQL queries related to the widgets
99-
* time travel events (with backend support) -->
100-
10195
## License
10296
Application developed by Bitrock UI Engineering team, released under the [MIT license](LICENSE).
10397

public/img/dvs.png

1.48 MB
Loading
-6.75 KB
Binary file not shown.
-8.08 KB
Binary file not shown.
-499 Bytes
Binary file not shown.
-1020 Bytes
Binary file not shown.

public/img/icons_old/icon-128x128.png

-6.75 KB
Binary file not shown.

public/img/icons_old/icon-144x144.png

-7.78 KB
Binary file not shown.

public/img/icons_old/icon-152x152.png

-8.08 KB
Binary file not shown.

public/img/icons_old/icon-192x192.png

-10 KB
Binary file not shown.

0 commit comments

Comments
 (0)