Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1012 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 1012 Bytes

XCSoar Map Repository

.github/workflows/maps-build.yml

Purpose

This repo maintains the source data for the maps in the official XCSoar data repository.

The maps are regenerated if:

  • Once a week on Thursday (github actions cron schedule)
  • On push to this repository (github actions)

Usage

  • edit maps.config.js and add the coordinates:
"CAN_S_SK_MA": [-110.0, 48.6, -94.8, 53.9],

TODO:

  • Upload maps.config.js to download.xcsoar.org/maps for website https://xcsoar.org/download/maps/
  • Upload maps.config.js to mapgen-data.sigkill.ch/ and update checksums
  • currently we upload to maps-test, move to production when comfortable.

Future Plans