Commit Graph

175 Commits

Author SHA1 Message Date
Per Qvarforth e2f5bf5bba Added some python3 information and more 2022-11-06 13:17:50 +00:00
Per Qvarforth 994075cce1 frequency limit per packet type 2022-10-09 13:47:35 +00:00
Per Qvarforth e8d8672f6c python3 changes 2022-10-09 13:44:03 +00:00
Per Qvarforth 755daeeaac python3 docker changes 2022-10-09 13:40:46 +00:00
Per Qvarforth 00e8dc64c3
Merge pull request #25 from rhaamo/feature/python3
Python3 port
2022-10-09 12:44:08 +02:00
Per Qvarforth 68f7c35da7
Merge pull request #27 from shackrat/patch-1
Update README.md
2022-10-09 12:18:59 +02:00
Per Qvarforth 083830934d
Merge pull request #28 from shackrat/main
Fix missing altitude on popup
2022-10-09 12:17:46 +02:00
shackrat 198127e6c8 Fix missing altitude on pop
Altitude label is missing on the station dialog popup.  It is sometimes present in the packet data even on stations that are not moving.
2022-08-24 12:39:12 -04:00
shackrat cf20291300
Update README.md
Added ENCODING 'UTF8'; in the CREATE DATABASE statement for new installs of Postgres which may default to use ascii as the character set.
2022-08-18 00:55:42 -04:00
Dashie 2525673a43
there is some weird issue with thoses SVG that makes imagick chokes on them... they have been "optimized" and now works 2022-08-09 22:57:44 +02:00
Dashie ed01aa8f9d
Uses \copy instead of copy to uses psql copy function, avoiding access right issues 2022-08-09 16:27:09 +02:00
Dashie 17d91d50c8
more db unicode fixes 2022-08-09 14:26:37 +02:00
Dashie 22973d7036
py3 decode order 2022-08-09 14:23:19 +02:00
Dashie d9fc52bf48
py3: singleton fixes 2022-08-09 12:48:22 +02:00
Dashie 9360158a01
py3: fix unicode handling 2022-08-09 12:17:54 +02:00
Dashie dd2a0845c8
avoid unreferenced assignment 2022-08-09 11:58:16 +02:00
Dashie c99ac4a210
py3: xrange is now range 2022-08-09 11:56:21 +02:00
Dashie e8c2fb5428
py3: None checking 2022-08-09 11:55:51 +02:00
Dashie ec263ee079
py3 decode thing 2022-08-09 11:39:14 +02:00
Dashie ffdb5a5413
maybe encode only if bytes; also condition now unneeded 2022-08-09 11:31:33 +02:00
Dashie 52c429cd60
py3: unicode is now str 2022-08-09 11:29:24 +02:00
Dashie d8be441e06
in py3 long is now under int 2022-08-09 11:25:57 +02:00
Dashie d87ae9bcec
The singleton thing needs to match the path to class apparently 2022-08-09 10:02:40 +02:00
Dashie 146d2ccd96
This also had to be updated for python3 2022-08-09 09:43:24 +02:00
Dashie 2ed1ca63c5
remove old dockerfile 2022-08-09 09:41:36 +02:00
Dashie 13df032314
Switch Docker to Python3 2022-08-09 09:40:29 +02:00
Dashie f361e7de1f
ConfigParser is now lowercase 2022-08-09 09:36:32 +02:00
Dashie b12ee46ef4
Add print informations if config missing 2022-08-09 09:35:51 +02:00
Dashie 814a9b54fc
Call python instead of python2 2022-08-09 09:33:56 +02:00
Dashie 7ffebadb67
Change install documentation for python3 2022-08-09 09:33:23 +02:00
Dashie 6712603f72
Improve gitignore for virtualenv 2022-08-09 09:32:51 +02:00
Per Qvarforth 71a93298f2 upgraded to the latest mapbox-gl js files 2022-08-03 12:22:59 +00:00
Per Qvarforth ab440de1a2 focus on station after page reload 2022-08-03 10:54:54 +00:00
Per Qvarforth bd2704d6d8 adapted docker files to new heatmap solution 2022-08-03 10:10:31 +00:00
Per Qvarforth f7142c031e heatmap write access 2022-08-02 16:00:46 +00:00
Per Qvarforth 1340938985 show about-page if js is disabled 2022-08-02 15:41:14 +00:00
Per Qvarforth 79d80ca51e divided about-page into two pages 2022-08-02 15:37:31 +00:00
Per Qvarforth 940d595289 show about-page if js is disabled 2022-08-02 15:36:44 +00:00
Per Qvarforth cae0c646e6 modified heatmat maxZoom 2022-08-02 13:34:36 +00:00
Per Qvarforth 7e8d00bc4b modified heatmat maxZoom 2022-08-02 13:34:28 +00:00
Per Qvarforth 5382975ae2 New heatmap functionality 2022-07-28 12:55:52 +00:00
Per Qvarforth ef4fc5a3b4 Reverted changes in config file 2022-07-25 18:59:45 +00:00
Per Qvarforth 332bbd538d Merge branch 'main' of github.com:qvarforth/trackdirect into main 2022-07-25 15:27:30 +00:00
Per Qvarforth 0eda826225 Modified comment 2022-07-25 15:25:37 +00:00
Per Qvarforth fa3080278f Added footer 2022-07-25 15:24:40 +00:00
Per Qvarforth 0a41df1bd9 reduced memory usage and made it possible to disable duplicate detection 2022-04-18 15:11:54 +02:00
Per Qvarforth d42e1cc09e imperialUnit fix 2022-03-28 19:32:07 +00:00
Per Qvarforth 56c33eaccb imperialUnit fix 2022-03-28 19:30:48 +00:00
Per Qvarforth 301e4abf28
Merge pull request #21 from pawelmuszynski/fix-aprsc-address-resolve-issue
fix aprsc address resolve issue
2022-03-26 22:29:48 +01:00
Pawel Muszynski a6c8300109 fix aprsc address resolve issue 2022-03-24 00:09:16 +01:00