Paul Bienkowski
7ad3896cdd
wip
2022-07-25 16:57:40 +02:00
Paul Bienkowski
f429ed32f3
Add administrative boundary import and display regional event count
2022-07-25 16:57:40 +02:00
Paul Bienkowski
a3d548cd4b
fixup for e266a4f40a
, print exceptions again
2022-07-22 13:04:51 +02:00
gluap
eda0fe29b2
it is called "portal.example.com" everywhere else
2022-07-08 19:10:46 +02:00
Paul Bienkowski
a0852fdc41
Fix ExportPage bounding box input
2022-06-26 19:12:28 +02:00
Paul Bienkowski
e266a4f40a
Remove some error logs for canceled requests (as the map page tends to do that quite a lot)
2022-06-26 13:38:54 +02:00
Paul Bienkowski
0cbf03cd56
Remove useless session creation (possibly #192 )
2022-06-26 13:38:26 +02:00
Paul Bienkowski
4907f038da
Make raw track not look like a river ( fixes #252 )
2022-06-26 13:02:01 +02:00
gluap
8bc83a5f18
Update TrackEditor.tsx
2022-06-25 20:55:50 +02:00
gluap
5e8830cc15
fix #245
2022-05-21 21:55:24 +02:00
gluap
f70f4d5716
Merge pull request #246 from openbikesensor/fix-206-overtaking-events-not-deleted
...
Fix #206 - Overtaking events are deleted now, when the parent track is deleted - I tested this on a background instance and indeed deleting a track via the web interface does correctly delete the corrsponding events.
2022-05-21 21:20:08 +02:00
Dennis Boldt
ad5a0bfbf6
Fix #206 - Overtaking events are deleted now, when the parent track is deleted
2022-05-21 14:21:58 +02:00
Paul Bienkowski
8728347695
frontend: Render histogram as chart in road details panel
2022-04-24 11:30:27 +02:00
Paul Bienkowski
cb6c94f7a5
frontend: Flip table in road details panel and make it easier to read
2022-04-24 11:30:27 +02:00
Paul Bienkowski
04bf99b7cb
api: Add histogram details to /mapdetails/road endpoint
2022-04-24 11:30:27 +02:00
Paul Bienkowski
2fd664f79a
frontend: Add echarts dependencies
2022-04-24 11:30:27 +02:00
gluap
2e50e0c59c
Release: 0.6.2
2022-04-12 23:27:49 +02:00
gluap
62528a04da
Update CHANGELOG.md
2022-04-12 23:25:15 +02:00
gluap
96d157b226
Merge pull request #232 from openbikesensor/fix-traversal
...
do not serve files from outside the frontend dir.
2022-04-12 23:19:59 +02:00
gluap
c61157aca3
do not serve files from outside the frontend dir.
2022-04-12 20:11:34 +02:00
Paul Bienkowski
f229ab4112
Release: 0.6.1
2022-04-03 16:14:05 +02:00
Julian Golderer
4417263019
Remove transformation in mapdetails_road of Road.geometry
2022-04-03 16:11:28 +02:00
Paul Bienkowski
e5b48f8ffd
Release: 0.6.0
2022-04-03 16:08:54 +02:00
Paul Bienkowski
4d0002e6d8
Create one-in-all upgrade script ( fixes #220 )
2022-04-03 16:06:12 +02:00
Paul Bienkowski
959cb7d2b7
Add migrations for the whole schema
2022-04-03 16:06:12 +02:00
gluap
850b907995
reorder steps, add remark about rebuilding image (as it was explicit in 0.4.0) as well as stopping the running services before upgrading DB schema.
2022-03-31 08:41:45 +02:00
Paul Bienkowski
f0f804ae76
Release: 0.5.1
2022-03-21 23:27:59 +01:00
Paul Bienkowski
d7d00ac3fd
Add migration content to docker image
2022-03-21 23:15:33 +01:00
Paul Bienkowski
6126e2273b
Changelog for 0.5.0
2022-03-21 22:40:22 +01:00
Paul Bienkowski
388539fd71
Include road_usage in backups, please
2022-03-21 22:37:02 +01:00
Paul Bienkowski
b1071a34d3
Fix Dockerfile clone URL
2022-03-21 22:36:53 +01:00
Paul Bienkowski
36d6bb026c
Release: 0.5.0
2022-03-21 22:28:12 +01:00
Paul Bienkowski
157b970b29
Documentation for migrations
2022-03-21 22:26:07 +01:00
Paul Bienkowski
76270d199e
Fix initial database creation schema
2022-03-21 22:21:45 +01:00
Paul Bienkowski
1c52ce7de9
Use discrete colors for distances, with greens only above 1.5m
2022-03-21 22:20:08 +01:00
Paul Bienkowski
6893d7b56f
Use viridis colormap for roads' count layers
2022-03-16 22:30:15 +01:00
Paul Bienkowski
36fd8c492c
Fix split roads for usage_count
2022-03-16 22:20:15 +01:00
Paul Bienkowski
6ef233a2a2
Show usage count on map
2022-03-16 22:06:06 +01:00
Paul Bienkowski
85fcdea403
Add usage_count to map layer obs_roads
2022-03-16 22:05:58 +01:00
Paul Bienkowski
9a1c412597
Import used roads into database when processing track
2022-03-16 22:05:39 +01:00
Paul Bienkowski
5a5948b653
Add road_usage table
2022-03-16 21:01:36 +01:00
Paul Bienkowski
f3a1ca4165
Add alembic setup for migrating
2022-03-16 21:01:20 +01:00
Paul Bienkowski
34660b266c
Project the whole track to the map, and show both versions
2022-03-16 20:16:06 +01:00
Paul Bienkowski
cb837ef5f2
Build osm2pgsql with -j4
2022-03-14 19:05:55 +01:00
gluap
e09c257995
first shot at proper login.
2022-03-10 20:59:16 +01:00
gluap
0c43e49bb4
do not convert "count" into km/h while converting speeds.
2022-03-08 22:21:37 +01:00
gluap
51f75fcf61
convert units to km/h in frontend
...
people struggle with SI units in that regard.
2022-03-08 21:15:04 +01:00
dependabot[bot]
49f7827b51
Update sqlalchemy[asyncio] requirement from ~=1.4.31 to ~=1.4.32 in /api
...
Updates the requirements on [sqlalchemy[asyncio]](https://github.com/sqlalchemy/sqlalchemy ) to permit the latest version.
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases )
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES )
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits )
---
updated-dependencies:
- dependency-name: sqlalchemy[asyncio]
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-08 19:10:08 +01:00
Paul Bienkowski
8f2861a8c9
Add dynamic titles to all pages via react-helmet (related to #148 )
2022-03-04 13:07:56 +01:00
Paul Bienkowski
40d23c537e
Compile static title into index.html ( fixes #148 )
2022-03-04 13:07:34 +01:00