Live flight tracking #59
Replies: 2 comments 4 replies
-
Great job there dude! I'm happy to see your project here! Sometimes I keep thinking about how many projects we impact with this package. Really glad we can help somehow! |
Beta Was this translation helpful? Give feedback.
-
Hi @andyslack is the project open source or accessible? I'm having a challenge with something I believe seeing how you implement something like this with the 'vue-google-maps-community-fork' package could help me. I have markers displayed on the map which is gotten from my properties array and now I'm trying to display a simple This is what my data array looks like: I have 2 methods I wrote (visiblemarkers and visibleproperties) to help me display the properties list from the markers and update them based on which marker is visibile:
Here is where I visibleProperties method to show the list: Lastly this is how my event listener for zoom change is, although this is working and firing via my console log test: So now I think the main issue is with my method and how I'm trying to get the markers that is displayed on the map, and with the above method I keep getting this error Cannot read properties of undefined (reading 'marker'). I will appreciate if you can give me guide on how to go about this. Thanks. Also @NathanAP I'll be glad if you have an idea on how I can go about this, |
Beta Was this translation helpful? Give feedback.
-
Hi Guys,
Thought I would show what we are working on here and if anyone has any questions, fire away.
We are live tracking flight data and overlaying some client data.
With over 8,000 airports and 30,000 aircraft, it's a real challenge making google maps play ball.
We are using boundaries to re-render the markers based on their current view, as they move the map or zoom, it will re-render.
Still more work to do, but gives you a little insight into the power of the package.
Beta Was this translation helpful? Give feedback.
All reactions