https://github.com/danielres/svelte-maplibre-experiments
Exploring patterns to keep things clean and under control when integrating MapLibre with svelte
https://github.com/danielres/svelte-maplibre-experiments
Last synced: 7 months ago
JSON representation
Exploring patterns to keep things clean and under control when integrating MapLibre with svelte
- Host: GitHub
- URL: https://github.com/danielres/svelte-maplibre-experiments
- Owner: danielres
- Created: 2023-03-13T18:25:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T12:37:35.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T13:47:10.393Z (11 months ago)
- Language: TypeScript
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Files of interest:
- [Map.svelte (component)](https://github.com/danielres/svelte-maplibre-experiments/blob/main/src/lib/components/Map.svelte)
- [supermap.ts (isolated logic)](https://github.com/danielres/svelte-maplibre-experiments/blob/main/src/lib/components/superMap.ts)
Switch branches for different approaches/experiments