strapi-plugin-postgis icon indicating copy to clipboard operation
strapi-plugin-postgis copied to clipboard

Add native postgis support to strapi.

Results 12 strapi-plugin-postgis issues
Sort by recently updated
recently updated
newest added

Hi Author, Anyway to bump up the version for nodejs: v18.17.1 lts postgis: v3.3.3

### Versioned releases Could the project use github tags and releases to track the corresponding npmjs package version? #### Why? Versioning allows the user to control witch version to install...

### Issue I've installed the strapi-plugin-postgis on a clean version of strapi 4.11.5 instance. I created a field "Posizione" on a collection, but when I create an item, only a...

my use case for PostGIS is to be able to find records within a distance from a specific point. does this plugin let me do that?

When npm package strapi-plugin-postgis is installed, it causes issues if the webpack is rebuilt. Specifically the following error message is shown: `ModuleNotFoundError: Module not found: Error: Package path ./lib/codemirror.css is...

Installed the plugin and added: ```json "location": { "columnType": { "type": "specificType", "args": [ "geometry(POINT,4326)" ] }, "type": "json", "fieldRenderer": "postgis" } ``` In the admin UI it was showing...

Is this possible at the moment? I'd like to create a Polygon (or point etc) component that can be reused. The docs are specific about adding GIS support to Collection...

I just setup a fresh install of Strapi 4.5. Everything was working but I have not created any collections other than those included in the quickstart. After installing strapi-plugin-postgis 0.1.7...

bug

Hi, Thanks a lot for your awesome plugin which works very well. I got an issue when i wanna populate an object on my user on which i have added...

bug