-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert webpage from Google Maps to leaflet.js #27
Comments
Sounds good I'll take a look at it today
…On Wed, Jul 31, 2019, 11:23 AM Matt Hostetter ***@***.***> wrote:
Google Maps has been reducing free, API key-less usage. I think moving to
the open-source leaflet library is a better alternative.
https://leafletjs.com/
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#27?email_source=notifications&email_token=ACLYMF5LZXXLEIHPCCOBA3DQCGU5ZA5CNFSM4IIH3SI2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HCTD52A>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACLYMF6OLHIAE4K7F5NYPBTQCGU5ZANCNFSM4IIH3SIQ>
.
|
Looks like leaflet with OpenStreetMap is a good choice that doesn't require an API key or registration. Should have the Google listener calls converted to leaflet's on calls for a sort of working webpage this weekend. |
Ok, I'm working on this in parallel. I had a couple webserver issues with |
Oh okay, then I'll stop looking at this and go back to #1 |
I'm going to push up my code. Do you have GNU Radio 3.8 installed? I was planning to push to the |
Ok, so I pushed the leaflet code up. Can you run |
Awesome! Let me know if you run into issues. |
@edersonrmachado good detective work. I'm not sure why only the # Receive decoded ADS-B message from the decoder over ZMQ
pdu_bin = socket.recv()
pdu = pmt.deserialize_str(pdu_bin)
plane = pmt.to_python(pmt.car(pdu))
plane = {key: value if value != np.NaN else None for (key, value) in plane.items()} Are you still experiencing this issue? I haven't noticed it in my experience. It could be that some planes in your area never broadcast the vertical rate and so that dictionary never populates with something other than |
Thanks @mhostetter, |
Cool picture! Fun with SDR 😄. Keep me updated with things you discover with my OOT as you find them. I appreciate the help. |
Google Maps has been reducing free, API key-less usage. I think moving to the open-source leaflet library is a better alternative. https://leafletjs.com/
The text was updated successfully, but these errors were encountered: