mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-06-24 05:35:10 +00:00
Merge branch 'main' into 95-send-spots-to-xota
# Conflicts: # README.md # server/handlers/api/addspot.py # server/handlers/api/options.py # spotproviders/tiles.py # templates/about.html # templates/add_spot.html # templates/alerts.html # templates/api_only_home.html # templates/bands.html # templates/base.html # templates/conditions.html # templates/map.html # templates/spots.html # templates/status.html # webassets/css/style.css # webassets/js/add-spot.js # webassets/js/geo.js # webassets/js/ui-ham.js # webassets/js/utils.js
This commit is contained in:
@@ -691,7 +691,7 @@ components:
|
||||
oneOf:
|
||||
- $ref: "#/components/schemas/SIGName"
|
||||
- type: string
|
||||
enum: [NO_SIG]
|
||||
enum: [ NO_SIG ]
|
||||
example: POTA
|
||||
|
||||
Continent:
|
||||
@@ -1510,7 +1510,7 @@ components:
|
||||
for DX). Null if foF2 or MUF data is not yet available.
|
||||
additionalProperties:
|
||||
type: string
|
||||
enum: [Closed, Short, Long]
|
||||
enum: [ Closed, Short, Long ]
|
||||
example:
|
||||
"160m": "Closed"
|
||||
"80m": "Short"
|
||||
|
||||
Reference in New Issue
Block a user