gluap
4940679201
Release: 0.8.1
2024-01-25 22:24:21 +01:00
gluap
6d35001f8d
merge exporting zones from "exports" page
2024-01-25 22:11:11 +01:00
gluap
c41aa3f6a0
fix gpstime
2024-01-18 21:26:36 +01:00
Paul Bienkowski
278bcfc603
Format all JS/TS files
2023-08-26 10:26:13 +02:00
Paul Bienkowski
ba7de7582d
Add openbikesensor-transform-osm command to PATH
2023-08-17 13:46:20 +02:00
Alexandre Fauquette
4fa1d31f33
fix setup ( #352 )
2023-07-24 18:49:36 +02:00
gluap
be6c736148
Add index to fix very slow rendering speed on low zoom levels.
2023-07-16 13:44:11 +02:00
gluap
1faaa6e7b4
nginx config example to cache tiles up to level 12 for a day.
2023-07-16 13:09:26 +02:00
gluap
4f44cc0e56
fix per-user-statistics
2023-07-08 14:05:23 +02:00
gluap
74c7e6444e
remove the non-working buttons from the device edit field.
2023-07-08 13:55:23 +02:00
gluap
4ebffc529f
default to reverse chronological sorting in the table (so users see their newest tracks on top). Fixes #350
2023-07-08 13:17:48 +02:00
gluap
b9c9a61ca1
Release: 0.8.0
2023-06-22 22:01:29 +02:00
gluap
f23ecc37e4
keep OpenSans (but fallback to noto as suggested in #347 )
2023-06-22 21:58:27 +02:00
yyxcv
d29c68432d
Fix/default font family ( #347 )
...
* remove 'Open Sans' references
* set default font-family
(use the font-family list that was set in index.css)
* small style tweaks to compensate effect of new base font-family
---------
Co-authored-by: yyxcv <yxcv@github.com>
2023-06-22 21:40:24 +02:00
yyxcv
5b91449749
fix: remove compass from map ( #346 )
...
(as it can not be rotated anyway)
Co-authored-by: yyxcv <yxcv@github.com>
Co-authored-by: gluap <44007906+gluap@users.noreply.github.com>
2023-06-22 20:31:29 +02:00
yyxcv
31d8390bdc
fix: add scrollbar to mapSidebar on overflow
2023-06-22 20:28:43 +02:00
gluap
14c7f6e88b
Merge pull request #321 from openbikesensor/next
...
together with @opatut: finally. 🚀
2023-06-22 20:27:48 +02:00
gluap
c897412f99
Merge pull request #343 from openbikesensor/next-document-upgrade
...
Next document upgrade
2023-06-19 20:41:36 +02:00
gluap
43765092c3
fix issue when displaying mapdetails (newer numpy deprecates numpy.bool, it was always an alias for bool apparently)
2023-06-10 19:37:34 +02:00
gluap
1a1232f2a7
up openmaptiles version (7.0 has been running on adfc-hessen for ages), add changelog.
2023-06-10 19:33:14 +02:00
gluap
4a87489b3f
documentation update after dancing the dance on obs.adfc-hessen.de
2023-06-10 17:45:56 +02:00
gluap
7dd6b68da8
fix percentage logging
2023-06-10 13:00:45 +02:00
gluap
0233045959
import in chunks to avoid smaller systems chocking
2023-06-10 12:56:44 +02:00
gluap
b1cfd30da9
Merge pull request #341 from openbikesensor/next-semaphore-with-road-usage
...
Add export of road usage after review (without temporal filtering)
2023-05-29 13:22:16 +02:00
gluap
da82303042
implement reviewer comments
...
- rename road_usage -> segments (as we're actually dealing with segments not with roads)
- use "select as" to ensure defined behaviour
- cleanup
2023-05-29 13:20:34 +02:00
gluap
497e1b739a
Add a first shot at upgrade documentation (WIP)
2023-05-25 22:24:05 +02:00
gluap
d8e8d9aec1
Merge pull request #337 from openbikesensor/next-semaphore
...
Semaphore for tile requests
2023-05-25 21:51:07 +02:00
gluap
e1763e0d3c
chore: upgrade python in containers.
2023-05-19 18:21:45 +02:00
gluap
de029fa3d2
Merge branch 'next-semaphore' into next-semaphore-with-road-usage
2023-05-19 11:31:35 +02:00
gluap
0766467412
Merge branch 'next' into next-semaphore
2023-05-19 11:30:49 +02:00
gluap
edc3c37abb
fix openid logout (wasn't working with old keycloak anyhow, but this works at least with new keycloak)
2023-05-19 11:29:15 +02:00
gluap
41ce56ac09
restore .env
which was lost (probably due to gitignore)
2023-05-19 11:02:06 +02:00
gluap
7ff88aba15
Add the possibility to export road usage (without temporal filtering)
2023-05-18 13:51:05 +02:00
Paul Bienkowski
a6811d4ba2
Also add semaphore for exports
2023-05-13 20:52:45 +02:00
Paul Bienkowski
d3fbb113f3
Fix export bounding box ESPG id
2023-05-13 20:52:04 +02:00
Paul Bienkowski
c249b1638e
Add semaphore to limit simultaneous requests to tile data
2023-05-13 20:42:22 +02:00
Paul Bienkowski
dd2e995720
generate proper filenames for bulk download, and use that as base folder inside tar
2023-05-13 20:22:16 +02:00
gluap
612a443dde
make the tar strip the common parts of the directory structure.
2023-05-13 20:22:16 +02:00
Paul Bienkowski
1c53230b4d
chore: fix log import
2023-05-13 20:22:16 +02:00
gluap
7e44f6d31d
implement comments from review; slow fade-in of events
2023-05-13 20:22:16 +02:00
gluap
a946ea53c9
Add bulk downloading
2023-05-13 20:22:16 +02:00
gluap
fb3e8bf701
log10(0) is not defined - also: make region borders less intrusive for depending on number of events. As it was, it was hard to see the underlying geography.
2023-04-10 13:10:03 +02:00
gluap
56c9d2e455
don't die if no argv is supplied.
2023-04-10 12:42:24 +02:00
gluap
c359d945da
the current version of region does not have that column - furthermore it now has an index for its id column already during creation.
2023-04-10 12:38:37 +02:00
gluap
a66d96568e
fix downgrade step of event geometry transform.
2023-04-10 12:15:25 +02:00
gluap
dc89db5471
fix typo in column name...
2023-04-10 12:05:15 +02:00
gluap
10fd02804e
exclude newest websockets versions that kill sanic.
2023-04-10 12:01:41 +02:00
gluap
5108eb02ce
Update scripts to latest version to avoid version conflicts
2023-04-01 21:43:35 +02:00
Paul Bienkowski
251be4a699
Fix bearings on road info, and German words for those
2023-04-01 20:19:59 +02:00
Paul Bienkowski
dd72ed791f
Use ESPG 3857 for all geometry columns
2023-04-01 16:44:47 +02:00