fixing markers
This commit is contained in:
@@ -7,7 +7,7 @@ const DIR = dirname(fileURLToPath(import.meta.url))
|
||||
const SHAPES_PATH = resolve(DIR, 'public', 'aircraft.json')
|
||||
|
||||
export async function getShapes() {
|
||||
JSON.parse(await readFile(SHAPES_PATH, 'utf8'))
|
||||
return JSON.parse(await readFile(SHAPES_PATH, 'utf8'))
|
||||
}
|
||||
|
||||
export async function getAirTraffic() {
|
||||
|
||||
Reference in New Issue
Block a user