This is the Vue.js based frontend for SOTLAS (https://sotl.as), an interactive atlas of summits for the Summits On The Air amateur radio program.
 
 
 
 
 
Go to file
Manuel Kasper 1c0663e654 Add meteoblue link 2025-08-30 17:18:32 +02:00
maptiler_styles No overlap for area names, but reduce padding and font size 2024-05-30 23:29:17 +02:00
public Switch from vue-cli/webpack to Vite 2025-07-25 11:10:21 +02:00
src Add meteoblue link 2025-08-30 17:18:32 +02:00
tools
.editorconfig
.env Obtain MapTiler key from server, providing SSO or Captcha (Turnstile) information for authentication 2025-08-14 17:08:06 +02:00
.eslintrc.js Move eslint config to separate file, replace lodash debounce with vue-debounce 2025-07-26 00:08:52 +02:00
.gitignore
.npmrc
LICENSE
README.md
index.html Obtain MapTiler key from server, providing SSO or Captcha (Turnstile) information for authentication 2025-08-14 17:08:06 +02:00
jsconfig.json
package-lock.json Obtain MapTiler key from server, providing SSO or Captcha (Turnstile) information for authentication 2025-08-14 17:08:06 +02:00
package.json Obtain MapTiler key from server, providing SSO or Captcha (Turnstile) information for authentication 2025-08-14 17:08:06 +02:00
vite.config.mjs Obtain MapTiler key from server, providing SSO or Captcha (Turnstile) information for authentication 2025-08-14 17:08:06 +02:00

README.md

SOTLAS

This is the Vue.js based frontend for SOTLAS (https://sotl.as), an interactive atlas of summits for the Summits On The Air amateur radio program.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.