You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
postgres=# SELECT version();
version
----------------------------------------------------------------------------------------------------------------------------------
PostgreSQL 11.2 (Debian 11.2-1.pgdg90+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516, 64-bit
(1 row)
POSTGIS version:
postgres=# \dx
List of installed extensions
Name | Version | Schema | Description
---------+---------+------------+---------------------------------------------------------------------
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
postgis | 2.5.2 | public | PostGIS geometry, geography, and raster spatial types and functions
(2 rows)
inside the graphql container I installed following npm packages:
RUN npm install -g postgraphile
RUN npm install -g @graphile/postgis
RUN npm install -g postgraphile-plugin-connection-filter
RUN npm install -g postgraphile-plugin-connection-filter-postgis
The text was updated successfully, but these errors were encountered:
the postgraphile query:
the variable:
the result:
There exist record with given 20.9800552409116,52.2724808126503 coordinates, so I would expect getting it in result of
equals
query.Additional info for reference:
the postgres table:
PG version:
POSTGIS version:
graphile
inside the graphql container I installed following npm packages:
The text was updated successfully, but these errors were encountered: