QONQR map

2020-04-17 00:55

I made an interactive web map using the daily csv dumps - check it out here - https://neon-ninja.github.io/QONQR/

Agree

10

Disagree

0

Helpful

2

Funny

0

Vulgar

0

Bad Manners

0

Trolling

0

Spam

0

2020-04-18 12:22

This is great, thank you Neon!

0 Votes

Agree

0

Disagree

0

Helpful

0

Funny

0

Vulgar

0

Bad Manners

0

Trolling

0

Spam

0

2020-04-18 20:02

This is a great tool @neon ninja. Thanks for sharing.

0 Votes

Agree

0

Disagree

0

Helpful

0

Funny

0

Vulgar

0

Bad Manners

0

Trolling

0

Spam

0

2020-04-22 10:10

The new time period selection filter doesn't work properly as you're relying on the user's local timezone to get the current date in the JS, but then using the server's "QTC" time for updates.

I just overwrote the onchange function for that control with a replacement that simply uses getUTCDate rather than getDate (lines 299 and 304 of index.html), and it seems to work as expected in the actual UI, but it does spit out an error message in the console so who knows.

Last edited by Sellyme, 2020-04-22 10:10
Agree

3

Disagree

0

Helpful

0

Funny

0

Vulgar

0

Bad Manners

0

Trolling

0

Spam

0

2020-04-22 11:35

Great work on this! This is a really helpful tool.

0 Votes

Agree

0

Disagree

0

Helpful

0

Funny

0

Vulgar

0

Bad Manners

0

Trolling

0

Spam

0

2020-04-25 06:25

Sellyme said:

The new time period selection filter doesn't work properly as you're relying on the user's local timezone to get the current date in the JS, but then using the server's "QTC" time for updates.

I just overwrote the onchange function for that control with a replacement that simply uses getUTCDate rather than getDate (lines 299 and 304 of index.html), and it seems to work as expected in the actual UI, but it does spit out an error message in the console so who knows.

Thanks - I've pushed that fix to my repo.

Agree

1

Disagree

0

Helpful

0

Funny

0

Vulgar

0

Bad Manners

0

Trolling

0

Spam

0

Please login to post. Login