notum-cz / strapi-plugin-location

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 location.
MIT License
26 stars 13 forks source link

fix: remove unnecessary changes warning #64

Closed omikulcik closed 1 year ago

omikulcik commented 1 year ago

Closes #51

Additionally, the location inputs were moved to a separate file as they were used twice so it makes more sense to have them as a component.