documentation almost done
This commit is contained in:
BIN
src/lib/assets/File_organization_overheard.png
Normal file
BIN
src/lib/assets/File_organization_overheard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
BIN
src/lib/assets/Message pins load.png
Normal file
BIN
src/lib/assets/Message pins load.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 184 KiB |
BIN
src/lib/assets/New pin dropped.png
Normal file
BIN
src/lib/assets/New pin dropped.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 194 KiB |
BIN
src/lib/assets/Tapping a pin.png
Normal file
BIN
src/lib/assets/Tapping a pin.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 218 KiB |
BIN
src/lib/assets/open app.png
Normal file
BIN
src/lib/assets/open app.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 188 KiB |
BIN
src/lib/assets/posting message.png
Normal file
BIN
src/lib/assets/posting message.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 409 KiB |
@@ -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 ----------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user