Punith B M

Results 23 comments of Punith B M

Hi @Ysurac thanks for the quick reply I use ACARS for datasource - please check the screen shot for init scripts.. I copied the files to /etc/systemd/flightairmap.service and edited like...

I'm getting following error when i run - php daemon-acars.php Can't calculate geoid, check that you downloaded it via update_db.php (Exception: /var/www/flightairmap/require/../data/egm2008-1.pgm doesn't exist in /var/www/flightairmap/require/class.GeoidHeight.php:46 Stack trace: #0 /var/www/flightairmap/require/class.SpotterImport.php(60):...

I did run update_db.php by php update_db.php When I run php daemon-spotter.php - i'm getting following error Connecting... Connect to all... Connection in progress to 127.0.0.1:3306 (sbs).... SCAN MODE Wrong...

@Ysurac I'm not sure about that This is my settings.php file $globalSources = array(array('host' => '127.0.0.1','port' => '3306','name' => '','format' => 'auto','sourcestats' => FALSE,'noarchive' => FALSE,'timezone' => 'U$ // ^^...

Oh ok - I just wanted to try this for real time aircraft tracking - just like in your example (https://real.flightairmap.com/) Can you (@Ysurac ) please suggest be some source...

@Ysurac Thank you. Can you please help us in how to use adsbexchange or adsbhub or any other source for showing real aircraft. We tried couple of times - but...

We were able to create a flat map. This was the code 👇 ```` import { geoPatterson } from "d3-geo-projection"; import React from "react"; import { ComposableMap, Geographies, Geography, Marker...

@lksilva we've tried in the same way as you mentioned. But still facing the flickering effect. Can you please help us out with some example sample or so?