4.6 Drawing & User Editing | Mapping in LeafletJS

Поделиться
HTML-код
  • Опубликовано: 29 окт 2024

Комментарии • 18

  • @KOUTOUDORANDHOSROSAIREGRODJI
    @KOUTOUDORANDHOSROSAIREGRODJI Год назад

    Bonjour je n'arrive pas insérer l'outil de dessin dans web interactif pouvez-vous m'aider ?

  • @garymarshall7410
    @garymarshall7410 3 года назад +1

    It would be very helpful if it were as easy to implement Leaflet's features within a React js component...

    • @learnwithmapster
      @learnwithmapster  2 года назад

      Sounds like a good idea for a future video! Thanks Gary

  • @marroquin92
    @marroquin92 2 года назад

    Good vídeo, this polygon, ??how make detect the marker is out or in the polygon,how geofencing

  • @KOUTOUDORANDHOSROSAIREGRODJI
    @KOUTOUDORANDHOSROSAIREGRODJI Год назад

    Hello, I can't insert the drawing tool into the interactive web, can you help me?

    • @learnwithmapster
      @learnwithmapster  Год назад

      What's the problem? If you can describe what you are trying to do.

    • @dorandhosdidierdakouri8412
      @dorandhosdidierdakouri8412 Год назад

      @@learnwithmapster My problem lies in the fact even when I follow the process that presented the drawing tool does not appear.

    • @dorandhosdidierdakouri8412
      @dorandhosdidierdakouri8412 Год назад

      If I may leave me your email so that I can make you see where I am.

  • @shanedolan6229
    @shanedolan6229 Год назад

    How would you post the user drawing to the backend?

    • @learnwithmapster
      @learnwithmapster  Год назад +1

      Hi Shane! What do you mean by the backend?

    • @shanedolan6229
      @shanedolan6229 Год назад

      @@learnwithmapster I would like to save the users drawing in my website’s database

    • @learnwithmapster
      @learnwithmapster  Год назад +1

      @@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!

    • @shanedolan6229
      @shanedolan6229 Год назад

      @@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.

    • @learnwithmapster
      @learnwithmapster  Год назад

      @@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!

  • @phanikumarnarina6544
    @phanikumarnarina6544 3 года назад

    How to get the radius of the drawn rectangle or something else

  • @whyareyoufollowingme1588
    @whyareyoufollowingme1588 Год назад

    please add the links

  • @ahmedal-jabinawi7924
    @ahmedal-jabinawi7924 2 года назад

    It is too complicated and not applicable, because some code-lines are not showing completely