-
### Description
Unlike the related [`ST_EXTENT`](https://github.com/elastic/elasticsearch/issues/104659) which aggregates over many geometries (in `STATS`) this is a scalar function that generates th…
-
I have a geobuf string from PostGIS that look like this:
`CgVjb3VudCLTAwoeChQIAhoQzvjgCNKYhzbmC/4F1jTIIGoCGAtyAgAAChoKEAgCGgyKueEImL+H
NvIjlBZqAhgLcgIAAAomChwIAhoY/NzhCKzVhzbSEIQKygfsA5oKggS6C9gDagI…
-
### Describe the bug
Hi there!
I stumbled upon some issues running a reactive application using Panache along with Postgis. It seems the none reactive approach working fine in this example [#6615](h…
-
with a column type such as this...
```typescript
coordinates: geometry('coordinates', { type: 'point', mode: 'tuple', srid: 4326 })
```
and then running
```bash
npx drizzle-kit push
```
This …
-
I'm currently running Apple Silicon machine, which is using the ARM-64 ISA.
Currently the postgis image is only built for amd64.
Would it be possible to export ARM-64 builds?
The current worka…
-
### What version of `drizzle-orm` are you using?
0.33.0
### What version of `drizzle-kit` are you using?
0.24.2
### Describe the Bug
I have a table in the database like the below
```sql
CREAT…
-
We start using Fx on a database using PostGIS.
When performing `rails db:schema:dump`, fx is dumping a trigger from the topology extension:
```ruby
ActiveRecord::Schema.define(version: 2022_11_…
-
# Feature request
## Is your feature request related to a problem? Please describe.
I have enabled to `POSTGIS_TIGER_GEOCODER`, but whenever I use the its geocoding functionality no results are …
-
## Guide on how to use `Postgis` with `Phoenix`
Once you created the Postgis extension,
```elixir
# migration
def up do
execute("CREATE EXTENSION IF NOT EXISTS postgis")
...
end
```
…
-
when i launch the script with the monaco example i have this error :
2019-03-08 21:21:21 == module path: /srv/nominatim/Nominatim/build/module
2019-03-08 21:21:21 == Create DB
2019-03-08 21:21:2…