This commit is contained in:
Austen Adler 2023-04-17 19:43:51 -04:00
parent 18a3faf2e4
commit 34f1887e10

View File

@ -4,7 +4,16 @@
export let xpin; export let xpin;
let formats = ['dd', 'dms', 'dmm', 'utm', 'plus']; let formats = ['dd', 'dms', 'dmm', 'utm', 'plus'];
let urlFormats = ['google_maps', 'geo', 'openstreetmap', 'waze', 'apple_maps', 'osmand', 'bing_maps', 'osmand_direct']; let urlFormats = [
'google_maps',
'geo',
'openstreetmap',
'waze',
'apple_maps',
'osmand',
'bing_maps',
'osmand_direct'
];
onMount(() => { onMount(() => {
// TODO: Indicate that the data is copied // TODO: Indicate that the data is copied