A community driven project to map flight simulation scenery.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Welcome to the FS Scenery Map Project, an open source mapping project to track flight simulation scenery. Anyone is invited to contribute to this datasource, add-on developers/publishers included. As long as a contribution can be backed with a public announcement it will generally be accepted.
A product supporting multiple simulators should have separate entries for each simulator.
GeoJSON file containing 'airport scenery' products as Point geometry.
When adding new airports, use the coordinates from the OurAirports repository.
- Product title
title
- Product status
status
- announced/released - ICAO code
icao
- Developer
developer
- Publisher
publisher
- Release date
release
- ISO 8601 datetime in UTC - Last updated on
update
- ISO 8601 datetime in UTC - Tested simulator version
sim
- example:xplane_11.53
,prepar3d_5.3.17.28160
,msfs_1.23.12.0
- Product link
url
- Product description
desc_txt
- max 128 characters utf-8 - Tags
tags
- string containing comma separated list. example:'GSX, freeware, SODE'
GeoJSON file containing 'region scenery' products covering a certain geographic area as Polygon geometry.
- Product title
title
- Product status
status
- announced/released - Developer
developer
- Publisher
publisher
- Release date
release
- ISO 8601 datetime in UTC - Last updated on
update
- ISO 8601 datetime in UTC - Tested simulator version
sim
- example:xplane_11.53
,prepar3d_5.3.17.28160
,msfs_1.23.12.0
- Product link
url
- Product description
desc_txt
- max 128 characters utf-8 - Tags
tags
- string containing comma separated list
- Start the project
- Git repo
- License
- Readme
- Define data structure
- Start dataset
- Open up to community contributors
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
The easiest way to edit this data and contribute is using QGIS, an open source GIS toolkit. Make sure to only push valid GeoJSON.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Open the relevant file in QGIS
- Make your changes
- Validate your changes
- Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request
Distributed under the GPL-3.0 License. See LICENSE.txt
for more information.
Project link: https://github.com/NelisV/fs-scenery-map-project