Page 1 of 1

Language & Layout

Posted: 27 Sep 2010, 21:11
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.

Re: Language & Layout

Posted: 30 Sep 2010, 00:07
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');
	}