Language & Layout

Phoca Maps - displaying maps in Joomla! CMS
biwebco.com
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 27 Sep 2010, 20:22

Language & Layout

Post by biwebco.com »

Hallo and thx for good extensions.

1. Were it not better if we put out the "Direction" befor GMap (from usability site)?
2. I see that the plugin "phocamaps" don't have a lot of localisations like component. F.e. I have russian on page and if there no localisation for plagin. So it's helpfull to include component localisation.
biwebco.com
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 27 Sep 2010, 20:22

Re: Language & Layout

Post by biwebco.com »

Do we always need geoXML?
pleace add "if" around
//$map->loadGeoXMLJS();

p.s. the file name is geoxml3.js, check

Code: Select all

function loadGeoXMLJS() {
		$document	= & JFactory::getDocument();
		$document->addScript(JURI::base(true).'/components/com_phocamaps/assets/js/[b]geoXML3.js'[/b]);
		//$document->addScript(JURI::base(true).'/components/com_phocamaps/assets/js/ProjectedOverlay.js');
	}
Post Reply