-
Hello and thank you for the project!
With GCC 11 I'm getting this compilation error (trying git version in Arch Linux):
```
In function ‘strncat’,
inlined from ‘get_neighbor’ at geohash.c:…
-
When I try to upload two different photos (two locations not far from each other in the same graticule, and two different descriptions), the app creates two versions of the same photo instead.
In a…
-
I propose that Lucene's spatial contrib module be replaced with the spatial-lucene module within Lucene Spatial Playground (LSP). LSP has been in development for approximately 1 year by David Smiley,…
-
Hi guys. Thank you so much for creating MeiliSearch. We love it and appreciate all your hard work! I wanted to supply a bit of feedback based on our experience rolling out MeiliSearch for production. …
-
This is a [feature in lua 5.3](https://www.lua.org/manual/5.3/manual.html) and beyond, which breaks the `number` type internally into two new types, `integer` and `float`.
Currently, luau numbers a…
-
**Is your feature request related to a problem? Please describe.**
I would like to use a structure and not a string as key of a map. My first use case is to use a date object and to be able to conver…
-
Implement `ST_GeoHash` on arguments {geography,int4}, which should adopt [PostGIS behaviour](https://postgis.net/docs/ST_GeoHash.html).
_Observers: Please react to this issue if you need this functio…
-
Hi, awesome lib!
I am using it with RN with some geohashing like this:
```javascript
const { data } = useCollection('businesses', {
where: [
['geohash', '>=', range.lower],
…
-
I'm using ngeohash for geohashing with Angular SSR. I'm finding that when I import it at the top of my global service, ngeohash is unavailable on the server side, but exists client side:
`import ge…
-
Would it be possible / efficient to query based on the rectangular area of 2 geo points, instead of one and a radius? Thanks!