Updated 19-06-2026, 12:32
Commit: 7de0431 Show on GitHub
- Author: Sidopjescherm
- Date: 6/8/2026, 8:04:28 AM
- Message: feat; #32 loading in the map I installed the depencies for the leaflet map, made a shortcut via index so I can import it easily and created the map organism so I can use it. The main problem is now that it doesn't seem to work as I get a referenceError in my terminal. I will ask @CesariHVA about this issue and see what can be done about it.
- Stats: 106 total changes (+98 / -8)
Changed Files
package-lock.json— +9 / -0 (9 changes)package.json— +10 / -7 (17 changes)src/lib/index.js— +6 / -1 (7 changes)src/lib/organisms/map.svelte— +70 / -0 (70 changes)src/routes/+page.svelte— +3 / -0 (3 changes)