You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The data is stored in a variable msg and I'd like to use this variable when loading the map. However, I am not sure how to do this. In my script, If I simply do
},
areas: msg
...
nothing happens. I guess it should be extremely easy to use the Ajax response and feed it to the map but after a whole day trying I decided to ask for your help.
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to load areas into the map. To do this I am making an Ajax call to a PHP script which then returns the areas formatted:
The data is stored in a variable
msg
and I'd like to use this variable when loading the map. However, I am not sure how to do this. In my script, If I simply donothing happens. I guess it should be extremely easy to use the Ajax response and feed it to the map but after a whole day trying I decided to ask for your help.
The text was updated successfully, but these errors were encountered: