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 9649ddc92e Update axios 2025-07-23 21:16:48 +02:00
maptiler_styles No overlap for area names, but reduce padding and font size 2024-05-30 23:29:17 +02:00
public Add summit circle icons (for KML files, see https://github.com/manuelkasper/sotlas-api/pull/2) 2025-06-04 22:11:29 +02:00
src Don't auto-select first autocomplete entry, to avoid timing issues with pressing enter key before results have been loaded. Reintroduce separate search results page and add places search there too. Fixes #31 2025-07-07 15:36:30 +02:00
svg-icons Replace 4WD icon 2024-10-08 12:00:11 +02:00
tools Initial import of sotlas-frontend v1.9.2 2020-08-12 13:16:16 +02:00
.editorconfig Initial import of sotlas-frontend v1.9.2 2020-08-12 13:16:16 +02:00
.env Merge branch 'master' into beta 2024-05-21 20:51:40 +02:00
.gitignore Initial import of sotlas-frontend v1.9.2 2020-08-12 13:16:16 +02:00
.npmrc Revert "Add option for legacy compatibility" (not compatible with DO) 2024-04-26 11:07:54 +01:00
LICENSE Create LICENSE 2020-11-16 11:39:33 +01:00
README.md Update README.md 2020-08-12 13:21:31 +02:00
babel.config.js Initial import of sotlas-frontend v1.9.2 2020-08-12 13:16:16 +02:00
jsconfig.json Add button to load more new photos 2021-03-14 12:10:51 +01:00
package-lock.json Update axios 2025-07-23 21:16:48 +02:00
package.json Update axios 2025-07-23 21:16:48 +02:00
vue.config.js Add support for MapTiler maps (tentative) 2024-05-06 19:43:29 +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.