Strapi logo
Strapi
Create
Roadmap
Feedback
Plugin Requests
302
Changelog
Voters
Dima
Gavin Luo
Sorin Hadjiu
Philippe Boblet
K
Kévin
Pavel Astapov
G
Gustavo Freccero
Gustavo Manolo
A
Adrien Maillet
Flo
and 61 more...
Powered by Canny
Geo mapping plugin
complete
member badge
Emilie Ringwald
February 4, 2022
Niklas Winkels
marked this post as
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!
·
September 10, 2024
·
Reply
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
·
March 30, 2024
·
Reply
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
·
July 25, 2023
·
Reply
Warden
https://github.com/spalz/strapi-plugin-google-map-picker
·
February 15, 2023
·
Reply
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
·
January 28, 2023
·
Reply
M
member badge
Maxime Castres
Max Valetov: it reminds me of what @soupette did to show how you can create custom fields before the official feature 😅
https://www.youtube.com/watch?v=55KJ2sCX8ws
Is it something like this but using a better React Geo package?
·
January 30, 2023
·
Reply
Majid Hojati
https://github.com/am2222/strapi-plugin-postgis
·
June 9, 2022
·
Reply
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
·
January 28, 2023
·
Reply
Powered by Canny