Niklas Winkels
complete
Geo Mapping Plugin – Now Available
Hey Strapi devs!
Thanks for your input on the request for a Geo Mapping plugin. Great news—there are now several solid options in the Strapi Marketplace that cover this functionality! Check them out:
Strapi Leaflet Geoman: https://market.strapi.io/plugins/strapi-leaflet-geoman
Location Plugin by Notum CZ: https://market.strapi.io/plugins/@notum-cz-strapi-plugin-location
Google Maps Plugin by Amicaldo: https://market.strapi.io/plugins/@amicaldo-strapi-google-maps
PostGIS Plugin: https://market.strapi.io/plugins/strapi-plugin-postgis
With these plugins live and ready to use, we're marking this request as complete. Keep those ideas coming, and let’s keep making Strapi better, together! Happy coding!
Sorin Hadjiu
Hi all, I've just released a plugin based on leaflet-geoman library, you can draw lines, polygons, pointers etc. Please try it and feel free to open issues if there are any problems while using it. https://www.npmjs.com/package/strapi-leaflet-geoman
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.
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