Data used for airports is coming is from ArcGIS Hub Tiles making on the planet is inspired by geo-three Geo-Three Mesh line https://github.com/pmndrs/meshline World GEO JSON https://github.com/georgique/world-geojson/tree/develop Countries lat long https://github.com/eesur/country-codes-lat-long/blob/master/country-codes-lat-long-alpha3.json
Earth 3D is vowed to be a public 3D visualizer for aircraft, airports and other vehicles or data, hosted using vercel, developed by MaxBodin, and available here.
See ROADMAP.md to see the project global advancement or how you can contribute.
- Clone this repository with
git clone https://github.com/maxbodin/flightradar3d
- Execute
cd flightradar3d/
- Install dependencies.
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
- Create .env.local file with:
- SECRET_PUBLIC_MAPBOX_TOKEN='Your secret public mapbox token'
- AISSTREAM_TOKEN='Your aisstream token'
- ORS_API_KEY='Your open route service api key'
Open http://localhost:3000 with your browser to see the result.
This project is under the MIT Licence.
Currently only developed by MaxBodin.