Listing The Name Of Cities With Phoca Map

Phoca Maps - displaying maps in Joomla! CMS
istisna
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 16 Jun 2011, 23:31

Listing The Name Of Cities With Phoca Map

Post by istisna »

Hi my problem is;

I add 4-5 maps to my web page. But On frontpage I want to display cities like the photo below.

Image

Anyone could help me ?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Listing The Name Of Cities With Phoca Map

Post by Jan »

Hi, you can add markers to the map, which will be shown in the map as makers.

If you need to add some select box and display selected place on the map, you need to somehow customize the html (select box) and javascript which will change the map or only marker, but no specific advice as I don't have any experiences with this :-(

Jan
If you find Phoca extensions useful, please support the project
istisna
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 16 Jun 2011, 23:31

Re: Listing The Name Of Cities With Phoca Map

Post by istisna »

But it must be easy to write city names. for examples..

when I want to write city name I add this code.

echo $this->item->title;

It write the city Name..

But I want to write all city.

maybe I have to add some code for this ?
Post Reply