Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Preferences

Thomas Halwax edited this page Mar 16, 2020 · 1 revision

A simple preferences.json file located in the root folder of the project is responsible for the project preferences.

The settings supported are:

viewport, zoom, center

{
  "viewport": {
    "zoom": 9.933444510628107,
    "center": [
      15.572795837705183,
      48.340196267101135
    ]
  }
}

Clone this wiki locally