Leaflet Map Routing JavaScript App

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 58

  • @FiveStarWin
    @FiveStarWin 4 місяці тому

    I'm so glad I came across you, I found exactly what I needed in this clip, and what's more, my name is also Victor Rusu :)

  • @juanmamani2110
    @juanmamani2110 3 роки тому +2

    Pretty cool! You make my day man. Thanks for sharing.
    In your opinion, is it better implement monitor route or monitor polygon to detect car movements trip on the right route? or even if the car is off road?

  • @adakole
    @adakole 2 роки тому +1

    Thank you very much for doing this slowly. Do know if there is an API that accepts my network layer as a shapefile to run route analysis? I am working on a pipeline networks and want get the shortest connection between different cities.

  • @richarddelaltre8804
    @richarddelaltre8804 2 роки тому

    Thank you for this great tutorial man! Helped me a lot.

  • @signati7015
    @signati7015 3 роки тому +1

    Thank you for this tutorial - interesting material

  • @albertolemosduran5685
    @albertolemosduran5685 2 роки тому

    This video was awesome... I want to try some ideas. Thanks !!!

  • @beautifulalgorithm7292
    @beautifulalgorithm7292 2 роки тому

    was very helpful, thank you

  • @cmlosaria
    @cmlosaria Рік тому

    I'll try to implement this but in openlayers. Thanks!

  • @debasissahoo8282
    @debasissahoo8282 Рік тому

    thanks you save my day

  • @HectorFlores-vp6ys
    @HectorFlores-vp6ys 3 роки тому +1

    Great tutorial! I liked it, thank you!

  • @denverbarandino6881
    @denverbarandino6881 3 роки тому +3

    i like the video. can you please make a continuation.about this tutorial on how to get the distance and travel time between the points?

  • @shabazkhan-ns5ek
    @shabazkhan-ns5ek 2 місяці тому

    Thanks Amazing Video

  • @szymon9123
    @szymon9123 3 роки тому

    When i'm trying to set map.layers = MQ.mapLayer(); i'm getting this error
    Uncaught Error: The provided object is not a Layer.
    I have no idea what to do :(

  • @SaiKumarp136
    @SaiKumarp136 Рік тому

    may i know why you are using map request and is leaflet is not providing route api?

  • @devinlounge
    @devinlounge 2 роки тому

    How I add multiple directions, like One end point multiple Starting points

  • @ashermanangan
    @ashermanangan 3 роки тому +1

    Thanks!

  • @gobajoseph5064
    @gobajoseph5064 3 роки тому

    Thank you please do you make transcription in yours screen

  • @davefinn6031
    @davefinn6031 2 роки тому

    Hi, Does this work with postcodes? Or just addresses?

  • @Zenantsy
    @Zenantsy 3 роки тому

    is there routing available for cycling?

  • @jivtheshm.r1784
    @jivtheshm.r1784 3 роки тому

    Are there any ways by which it can take the current location automatically

  • @szymon9123
    @szymon9123 3 роки тому

    But when i'm setting map.layers = []. and then trying to add route like this
    map.addLayer(
    MQ.Routing.RouteLayer({
    directions: dir,
    fitBounds: true
    })
    )
    I'm getting: 'Uncaught TypeError: layer is undefine'

  • @arielkaneti2868
    @arielkaneti2868 3 роки тому

    amazing!!! Do you know if I can use this code in react project ?

  • @artanhysenaj4401
    @artanhysenaj4401 2 роки тому

    How can I get the distance between the two markers in kilometers? Can anyone help me

  • @muhammadmursaleen3345
    @muhammadmursaleen3345 3 роки тому

    sir,
    can we put our own location in start in it

  • @WeakCoder
    @WeakCoder 3 роки тому

    Hey, the Mapquest code seems to have stopped working. Is it no longer supported??

    • @VicodeMedia
      @VicodeMedia  3 роки тому

      Did you try the source code?

    • @WeakCoder
      @WeakCoder 3 роки тому

      @@VicodeMedia yeah, it had been working for 3 weeks, failed today suddenly...403 error...

    • @VicodeMedia
      @VicodeMedia  3 роки тому

      There is a query limit on mapquest. Probably you've reached that limit, or mapquest server is down.

    • @WeakCoder
      @WeakCoder 3 роки тому

      @@VicodeMedia that must be it...been using it a lot...thanks vin

  • @derekkroeker4582
    @derekkroeker4582 3 роки тому

    Is there a python version for this?
    *folium*

  • @anix6536
    @anix6536 2 роки тому

    I took your project from github. It's normal that your code doesn't work ?

  • @WeakCoder
    @WeakCoder 3 роки тому

    where to add the function so the text narrator appears? Great Vid BTW ;)

    • @VicodeMedia
      @VicodeMedia  3 роки тому

      What do you mean by Narrator text? :)

    • @WeakCoder
      @WeakCoder 3 роки тому

      @@VicodeMedia If the user enters an invalid location, Is there some sort of fix to it?

  • @armelyara5540
    @armelyara5540 4 роки тому

    Amazing tutorial. Thank you but I have one issue: When I submitted the form, it's give me a false route. How fix it?

    • @VicodeMedia
      @VicodeMedia  4 роки тому

      What do you mean by false route?

    • @armelyara5540
      @armelyara5540 4 роки тому

      @@VicodeMedia If I choose point A like start and B like end, it's show me another way from D to C.

    • @VicodeMedia
      @VicodeMedia  4 роки тому +1

      Did you try the source code? If you still need help after that please send me an email at info@vicodemedia.com

    • @armelyara5540
      @armelyara5540 4 роки тому

      @@VicodeMedia Yes I tried the source code. Ok I will send you.

  • @mydrive3175
    @mydrive3175 Рік тому

    Thank u

  • @c.l5378
    @c.l5378 3 роки тому

    Sir, how to get that api key?

  • @derekkroeker4582
    @derekkroeker4582 3 роки тому

    I tried it, and the map were lagging or glitching for me, I were using Django.

  • @undeflock
    @undeflock 3 роки тому

    layers: MQ.mapLayer help error

  • @muchammadramadhan7889
    @muchammadramadhan7889 2 роки тому

    amazingggg

  • @abhinavgautam6950
    @abhinavgautam6950 3 роки тому

    Can we do this in react as well??

    • @VicodeMedia
      @VicodeMedia  3 роки тому +4

      Yes, but we should change the structure of the library. I might do a video on that.

    • @cesarramos3445
      @cesarramos3445 3 роки тому +1

      @@VicodeMedia Please, make a video about this in React.

  • @icedtears1863
    @icedtears1863 2 роки тому

    is it just me or this routing api have a bug right now?

  • @WeakCoder
    @WeakCoder 3 роки тому

    is mapquest open source?

    • @VicodeMedia
      @VicodeMedia  3 роки тому

      It's not, but they have a free package you can use.

  • @nigelpallatt
    @nigelpallatt 3 роки тому

    Not sure what this is but it's nothing usful.

    • @signati7015
      @signati7015 3 роки тому +3

      if you do not know what it is, why you are saying it is useless

    • @raymondmichael4987
      @raymondmichael4987 3 роки тому +5

      Trust me buddy, this is very useful.
      Stop discouraging content creators, they put a lot of effects to create these free content, if it doesn't help you, just chill & rest assured someone is in need of it.

  • @mahsudkz6446
    @mahsudkz6446 2 роки тому

    How to get distance?