Django Mapbox demo

แชร์
ฝัง

ความคิดเห็น • 22

  • @eduardovelez9960
    @eduardovelez9960 2 ปีที่แล้ว

    Se sigue aprendiendo sobre mapbox, bueno si autor continuara este tema tan interesante

  • @loicleray
    @loicleray ปีที่แล้ว

    Thank you. This was super helpful. =)

  • @eduardovelez9960
    @eduardovelez9960 2 ปีที่แล้ว

    Video excelente sobre mapbox y marcadores

  • @経験KeiKen
    @経験KeiKen 2 ปีที่แล้ว

    new subscriber here, well explained, easy to understand. Thank you

  • @samson2340
    @samson2340 2 ปีที่แล้ว +2

    How are you able to write Django variables inside script tag? It is not working for me.

    •  2 ปีที่แล้ว

      Me too 😢

  •  2 ปีที่แล้ว +1

    Hi, during coding of home.html file... if I put {% for address in addresses %} inside tag, red underline showed and nothing happened. Where is the problem? Thx!

    • @andrewrothman1532
      @andrewrothman1532 ปีที่แล้ว

      I too am getting the red lines, which I was unable to resolve. However, when I closed/re-opened the project, I was able to get it working, even with red lines. What happened with your project?

  • @dodge1630
    @dodge1630 3 ปีที่แล้ว +1

    Good Tutorial btw!

    • @jesungG
      @jesungG 3 ปีที่แล้ว +2

      Indeed!

  • @katata4742
    @katata4742 3 ปีที่แล้ว

    thanks for this bro

  • @tztokdabs2413
    @tztokdabs2413 2 ปีที่แล้ว

    thanks!

  • @115apwchan
    @115apwchan 3 ปีที่แล้ว

    Thank you Ryan, much appreicated. My query is how do we implement what you have shown but the markers (long/lat) are stored in an excel file?

    • @simonm17
      @simonm17  3 ปีที่แล้ว

      Perhaps you can convert a queryset of your objects into a dictionary and use pyexcel to export it into a sheet. This can be done in a generic/functional view or within DRF.

  • @DeepApnea
    @DeepApnea 3 ปีที่แล้ว

    Could you do a video on how to develop a viewer for drone data? Orthomosaic and dsm using mapbox?. Nice tutorial new subscriber

  • @franciscouribe5784
    @franciscouribe5784 2 ปีที่แล้ว

    Good Tutorial!!!

  • @ibrahimoglu
    @ibrahimoglu 2 ปีที่แล้ว

    👍

  • @whale4503
    @whale4503 3 ปีที่แล้ว

    Hey Ryan, do you know why im getting "Address" not defined under the return in the save function? Thanks

    • @simonm17
      @simonm17  3 ปีที่แล้ว

      Hi! I'm not exactly sure because I can't see your code/traceback error, but make sure you do the following: 1. Check for any typos in your code (view github.com/Simonm17/mapbox_demo/blob/master/addresses/models.py ) 2. Test your save method in Admin. If it works in admin but doesn't work in views, that means your AddressView might be the problem.
      If you still can't solve it, I'm happy to look at your github repo (just make sure to private message me it)!

  • @sgelbart
    @sgelbart ปีที่แล้ว

    Go bobcats!

  • @manikumar2585
    @manikumar2585 3 ปีที่แล้ว +1

    Hello Ryan, Thank you so much for your nice video but my query is how can we get address while entering latitude and longitude values. and also can you share your email id I have some doubts about this tutorial.

    • @simonm17
      @simonm17  3 ปีที่แล้ว

      Hi Mani, the purpose of this demo is to provide a quickstart to mapbox and add markers to the map whenever an address is entered. For your inquiry, you would have to reverse the method and add a view to handle that business logic. Perhaps I will try to do a video on it in the future!