/data

Primary LanguageJavaScriptOtherNOASSERTION

MonteHiking/Data

Datasets for the MonteHiking app.

Changing datasets

To make changes to any dataset, simply edit it and submit a pull request to the develop branch. Changes will be added after moderation.

We use the json format to store points and trails data.

You can use json schemas to check that all required fields are filled in correctly.

Note! The coordinates are in reverse order, similar to how it is applied in GeoJson: longitude, latitude, altitude.

Compiling datasets for production (developers only)

Pre requirements

  • node.js: 16.*
  • yarn: 1.22.*

Installation

  1. install node and yarn
  2. run yarn install on repository root
  3. run yarn run build to compile datasets

Serve datasets (developers only)

Use yarn run serve to serve datasets.
Open http://localhost:8000 to view it in the browser.