diff --git a/bun.lockb b/bun.lockb new file mode 100755 index 0000000..bded517 Binary files /dev/null and b/bun.lockb differ diff --git a/package.json b/package.json new file mode 100644 index 0000000..9a3d797 --- /dev/null +++ b/package.json @@ -0,0 +1 @@ +{ "dependencies": { "leaflet.sync": "^0.2.4" } } \ No newline at end of file diff --git a/wxbox-web/src/lib/Map.svelte b/wxbox-web/src/lib/Map.svelte new file mode 100644 index 0000000..65384b3 --- /dev/null +++ b/wxbox-web/src/lib/Map.svelte @@ -0,0 +1,84 @@ + + +
+ + \ No newline at end of file diff --git a/wxbox-web/src/routes/+page.svelte b/wxbox-web/src/routes/+page.svelte index bcd4402..2acedca 100644 --- a/wxbox-web/src/routes/+page.svelte +++ b/wxbox-web/src/routes/+page.svelte @@ -1,51 +1,270 @@ -