(solved) having some problems with mapping data

(solved) having some problems with mapping data

I’m not familiar with this api, but for starters you have a bunch of commas that I’m pretty sure don’t belong there :slightly_smiling_face:. For example, at

zoom: 10,

you didn’t need that comma. You only need a comma if something comes after it.

Let me know if that helps.

Adding up on @Alioune01 I wouldn’t share an API key, maybe remove it. It won’t hurt now, but could be a bad idea anyways…

Also this comma aint neccesary:

  key: 3,
  },   //   <---------

thanks guys but i solved it already haha but i’ll change those things