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

This plugin allows users to create location inputs and store latitude and longitude values as geometry types in a PostGIS database. It also provides functionality to filter items based on their locati...

Results 29 strapi-plugin-location issues
Sort by recently updated
recently updated
newest added

Bumps [@strapi/strapi](https://github.com/strapi/strapi) from 4.20.5 to 4.24.2. Release notes Sourced from @​strapi/strapi's releases. v4.24.2 :warning: Security Warning and Notice :warning: Strapi was made aware of a vulnerably that were patched in...

pr: chore

Bumps [@strapi/typescript-utils](https://github.com/strapi/strapi/tree/HEAD/packages/utils/typescript) from 4.20.5 to 4.24.2. Release notes Sourced from @​strapi/typescript-utils's releases. v4.24.2 :warning: Security Warning and Notice :warning: Strapi was made aware of a vulnerably that were patched in...

pr: chore

Currently, it is important to build the package manually when creating a PR. The setup-package.ts file is missing in the github repo and it is not clear on how to...

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 18.2.0 to 18.3.1 Release notes Sourced from react's releases. 18.3.1 (April 26, 2024) Export act from...

pr: chore

## Bug report I just realized, that this plugin is creating _geom fields for every coordinate entry. The column is actually using GIST "geometry". All queries that are produced through...

Issue: enhancement

this PR changes the column type to geography, as we are only working with coordinates and always typecast in all queries. This change allows to create a GIST database index...

Bumps [@strapi/helper-plugin](https://github.com/strapi/strapi/tree/HEAD/packages/core/helper-plugin) from 4.20.5 to 4.23.1. Release notes Sourced from @​strapi/helper-plugin's releases. v4.23.1 📖 Documentation [docs] Add Local Search plugin to Contributor docs (strapi/strapi#20036) @​pwizla ⚙️ Chore [dependencies] chore(pack-up): remove...

pr: chore

### Feature request - GraphQL support A GraphQL interface will be developed to grant access to the filtering and searching API.

issue: feature request

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.5. Release notes Sourced from typescript's releases. TypeScript 5.4.5 For release notes, check out the release announcement. For the complete list of fixed issues, check...

pr: chore

## Bug report ### Describe the bug When strapi is not using postgres, the server crashes on startup ### Steps to reproduce the behavior 1. Start a strapi instance without...

issue: bug
severity: low