Skip to content

Configuration

Moritz Riede edited this page Dec 13, 2023 · 4 revisions

All relevant configuration options are to be defined in the minesweeperOptions object within one of the eodash brands. This document outlines the possible configuration entries, their values and descriptions in a table.

Minesweeper Options

Name Type Description
minesweeperOptions.size Number The smaller side of the game board, from which the other dimension will be calculated using GeoTIFF data
minesweeperOptions.geotiff.projection String The map projection of the GeoTIFF data.
minesweeperOptions.geotiff.url String The URL from where the GeoTIFF data should be fetched.
minesweeperOptions.locations Array A list of bounding boxes in EPSG:4326, representing each possible game location, for example [[14.0, 47.0, 15.0, 48.0]].
Clone this wiki locally