Skip to content

Commit 4505b5d

Browse files
committed
remove mentions of loki
1 parent 4442f9a commit 4505b5d

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ This is a study in making as slick an experience as possible with no servers, ju
1010
The geodata is retrieved with [this notebook](./geodata_curation/geodata_curation.ipynb)) and overlaid in front of OpenStreetMap in the app built on these great libraries:
1111
- Svelte for the components and interactions
1212
- LeafletJS for the Open Street Map interface
13-
- LokiJS for in-browser data queries
1413
- ngeohash for geohash operations
1514
- FuseJS for text searches
1615
- ViteJS for bundling, Pako for gzip decompression.

src/lib/geodata.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
import Loki from 'lokijs';
2-
import ngeohash from 'ngeohash'; // Import ngeohash for better performance
3-
import pako from 'pako';
4-
const basePath = import.meta.env.BASE_URL;
5-
// Initialize a LokiJS database
6-
7-
81

92
/**
103
* Get geo entries within bounds - optimized version

0 commit comments

Comments
 (0)