documentation almost done

This commit is contained in:
2026-06-17 00:13:47 +09:00
parent ad2c538e49
commit ef7013ddf7
9 changed files with 272 additions and 55 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

BIN
src/lib/assets/open app.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 KiB

View File

@@ -16,7 +16,7 @@ export function encode(lat, lng) {
// other way around (a prefix LONGER than the stored geohash's 9 characters
// would never match anything - same failure mode as before).
export function getQueryPrefix(lat, lng) {
return ngeohash.encode(lat, lng, 6);
return ngeohash.encode(lat, lng, 7);
}
// --- geohash cell-boundary problem ----------------------------------------