1
0
Fork 0
mirror of https://github.com/Findus23/vienna-cycling-quality.git synced 2024-09-09 04:13:48 +02:00

update data

This commit is contained in:
Lukas Winkler 2024-04-16 23:00:09 +02:00
parent dbcee2a925
commit 2b08d3719f
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 2 additions and 2 deletions

View file

@ -2,4 +2,4 @@
Porting the amazing [www.osm-verkehrswende.org](https://www.osm-verkehrswende.org/) Cycling Quality Index to Vienna
Based on the code by [@SupaplexOSM](https://github.com/SupaplexOSM) and [@tordans](https://github.com/tordans)
Based on the code by [@SupaplexOSM](https://github.com/SupaplexOSM) ([OSM-Cycling-Quality-Index](https://github.com/SupaplexOSM/OSM-Cycling-Quality-Index)) and [@tordans](https://github.com/tordans) ([osmberlin/www.osm-verkehrswende.org](https://github.com/osmberlin/www.osm-verkehrswende.org))

View file

@ -22,7 +22,7 @@ function App() {
<>
<CqiMap maxBounds={viennabbox as LngLatBoundsLike} minZoom={minZoom}/>
<div className="absolute bottom-3 left-3 rounded bg-white/80 px-1 py-0.5 text-xs">
Datenstand: 24.03.2024
Datenstand: 15.04.2024
</div>
</>