Ondřej Mikulčík
Hey everyone, while working on another project we needed a plugin like this so one of our developers developed it and we published it on npm. Feel free to use it and we will be looking forward for a feedback.
https://www.npmjs.com/package/@notum-cz/strapi-plugin-location
M
Max Valetov
Ideally:
- new Geo field type in Admin UI with abilities to draw custom geometry on top of a map
- reverse geocoding with Nominatim or Google (to plot point from address input)
- queryable with 'within' / 'intersecting' / 'near' (radius) via REST and GraphQL
A simple first version:
- simple map to coordinates input for a single point
- query by radius from a given point via REST and GraphQL
M
Maxime Castres
Max Valetov: it reminds me of what @soupette did to show how you can create custom fields before the official feature 😅
Is it something like this but using a better React Geo package?
Majid Hojati
M
Max Valetov
Majid Hojati: good plugin, doesn't seem to work on 4.6.x. No map appearing in Admin UI, no out of the box GraphQL/REST parameters available, doesn't work if the same collection has relationships due to bugs with
populate
calls