@@shanedolan6229 Hi Shane, that can be done in a huge number of ways. You can look into storing it as actual geographic coordinates using PostGIS, or another similar library, or just store coordinates as long strings if you don't care for geographic analysis!
@@learnwithmapster I do care about later analysis. So I should look into something like this: leaflet + postgis is used to post user geojson request to postgres server? Not sure if it changes your suggestion my Im using Django framework.
@@shanedolan6229 Hi Shane! Using Leaflet or another map framework doesn't matter, the core is that you need to store coordinates. If the Django framework has a built-in system or addon for handling spatial data, best to use that!
Bonjour je n'arrive pas insérer l'outil de dessin dans web interactif pouvez-vous m'aider ?
Good vídeo, this polygon, ??how make detect the marker is out or in the polygon,how geofencing
Hello, I can't insert the drawing tool into the interactive web, can you help me?
What's the problem? If you can describe what you are trying to do.
@@learnwithmapster My problem lies in the fact even when I follow the process that presented the drawing tool does not appear.
If I may leave me your email so that I can make you see where I am.
It would be very helpful if it were as easy to implement Leaflet's features within a React js component...
Sounds like a good idea for a future video! Thanks Gary
please add the links
How to get the radius of the drawn rectangle or something else
Best way to measure features is using Turf.js!
How would you post the user drawing to the backend?
Hi Shane! What do you mean by the backend?
@@learnwithmapster I would like to save the users drawing in my website’s database
@@shanedolan6229 Hi Shane, that can be done in a huge number of ways. You can look into storing it as actual geographic coordinates using PostGIS, or another similar library, or just store coordinates as long strings if you don't care for geographic analysis!
@@learnwithmapster I do care about later analysis. So I should look into something like this: leaflet + postgis is used to post user geojson request to postgres server? Not sure if it changes your suggestion my Im using Django framework.
@@shanedolan6229 Hi Shane! Using Leaflet or another map framework doesn't matter, the core is that you need to store coordinates. If the Django framework has a built-in system or addon for handling spatial data, best to use that!
It is too complicated and not applicable, because some code-lines are not showing completely