Put a marker on map from Airtable

Hi @dpalusak,

in my opinion there are some errors in your code:

  • the values “latitude” and “longitude” need to be numbers, so add a little math before assigning them, because you get only strings, when you call “Airtable getAllRows” and adding Zero gives a number!
  • the block “Map addmarker” must reside inside of the loop.

Look at my example, it should work for you:

grafik

4 Likes

@Michael_Rogulla,

This solved my issue! I really appreciate the help!

1 Like

@jared, @Michael_Rogulla, @shane.holohan1864qsw, @DuMonster,

All,
Thank you so much for your help in getting this working. This community is what it is because of folks like yourselves!

Thanks again!
Dan

4 Likes