Format
This commit is contained in:
parent
18a3faf2e4
commit
34f1887e10
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user