From bcc96dea31ad331bd139699543be20e91db394e3 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Fri, 31 May 2024 12:58:24 +0200 Subject: [PATCH] Refactor Scenes and Libraries SVG overlay --- poetry.lock | 7 +- src/LibrariesSvg.svelte | 205 ++++++++++++++++++++++++++++++++++++++++ src/Viz.svelte | 24 ++--- src/scenes/Scenes.ts | 46 ++++----- 4 files changed, 240 insertions(+), 42 deletions(-) create mode 100644 src/LibrariesSvg.svelte diff --git a/poetry.lock b/poetry.lock index 30bc03f..ac1e080 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,8 +1,7 @@ +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. package = [] [metadata] -lock-version = "1.1" +lock-version = "2.0" python-versions = "^3.9" -content-hash = "5b80bcf39bc22fc51a0c05260792ccc8bde494467670046c58c64725c897eb75" - -[metadata.files] +content-hash = "c595a0588c25d58f3e3834ad7169126836d262b925fe6ca9b5d540dcf301d254" diff --git a/src/LibrariesSvg.svelte b/src/LibrariesSvg.svelte new file mode 100644 index 0000000..2c61377 --- /dev/null +++ b/src/LibrariesSvg.svelte @@ -0,0 +1,205 @@ + + + + Archaeological Collection + + + + + Allard Pierson Depot + + + + + Handbibliotheek + Allard Pierson + + + + + Artis Bibliotheek + + + + + Bushuis - pickup location + + + + + CEDLA + + + + + GW-collecties UB + + + + + IViR + + + + + IWO-depot + + + + + Juridische Bibliotheek + + + + + Library Learning Centre Roeterseiland + + + + + Medische Bibliotheek + + + + + P.C.Hoofthuis + + + + + Sciencepark Bibliotheek + + + + + UB Singel + + + + + diff --git a/src/Viz.svelte b/src/Viz.svelte index 1888c8a..eacfdb8 100644 --- a/src/Viz.svelte +++ b/src/Viz.svelte @@ -1,7 +1,8 @@