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.
Anyone could help me ?
Listing The Name Of Cities With Phoca Map
-
- Phoca Newbie
- Posts: 3
- Joined: 16 Jun 2011, 23:31
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Listing The Name Of Cities With Phoca Map
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 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
-
- Phoca Newbie
- Posts: 3
- Joined: 16 Jun 2011, 23:31
Re: Listing The Name Of Cities With Phoca Map
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 ?
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 ?