neoMapAddMarker, marker text not formatted - Forum

Forum Navigation
You need to log in to create posts and topics.

neoMapAddMarker, marker text not formatted

Good evening

I have stored in a colum table database some informations like this :

<i class='flag za'></i><strong>Le Cap 2016</strong><br>Voyage du 18 au 30 mars 2016 du Cap à Johannesburg.

My table see the value formated (see the image attached)  but when I open the popup maker on the map the text is not formatted like above ?

neoMapAddMarker "cCarte" "[MyVille([nPos]).NomV]" "[MyVille([nPos]).Couleur]" [MyVille([nPos]).Lat] [MyVille([nPos]).Lng] false "[MyVille([nPos]).Info]"

what is missing ?

Uploaded files:
  • You need to login to have access to uploads.

@phil78 it works for me:

neoMapAddMarker "Container1" "m1" "blue" 40.63 -4.01 true "<strong>Collado Villalba</strong><br>Madrid (Spain)."

Regards.

javadrajabihakami has reacted to this post.
javadrajabihakami