On /templates/ja_findus/html/com_content/article/listing-1.php i find the code I need to change to A Open Street Map but I dont know the correct sentense to change it. Can you help me please?
<div class="listing-map">
{jamap locations='{"location":{"0":"<?php echo $this->item->title; ?>"},"latitude":{"0":"<?php echo $ltLocation[0]; ?>"},"longitude":{"0":"<?php echo $ltLocation[1]; ?>"},"info":{"0":"<?php echo $this->item->title; ?>"},"icon":{"0":""}}' zoom='15' map_width='700' map_height='500'}{/jamap}
</div>
Thanks a lot.