Page 1 of 1

google.maps.event.addListener

Posted: 23 May 2017, 16:00
by nanbdj
Hi,
I have a problem in Joomla 3.7.2 with Phoca maps. I don't see the map and this is the message underneath each item in the map.

' }); google.maps.event.addListener(markerPhocaMarker19, 'click', function() { infoPhocaWindow19.open(mapPhocaMap, markerPhocaMarker19 ); }); var phocaPoint20 = new google.maps.LatLng(53.02442019999999, 6.263354299999946); var markerPhocaMarker20 = new google.maps.Marker({ title:"Broekhuizen [hoofdvestiging]", position: phocaPoint20, map: mapPhocaMap }); var infoPhocaWindow20 = new google.maps.InfoWindow({ content: '

I made an API google api key. Do you know what is going wrong?
This is the link:http://vbm.bungewerk.nl/index.php/kaarten/vbm-locaties

thanks! Nanneke

Re: google.maps.event.addListener

Posted: 28 May 2017, 13:44
by Jan
Hi, there are more javascript errors, but one of them - regarding Phoca Maps - is:

Google Maps API error: ApiNotActivatedMapError

Did you activate all needed APIs:
https://www.phoca.cz/documents/53-phoca ... ps-api-key

Jan

Re: google.maps.event.addListener

Posted: 29 May 2017, 11:18
by nanbdj
Hi Jan,
Thanks, I activated the api's and nothing changes in the errors.

Re: google.maps.event.addListener

Posted: 02 Jun 2017, 15:10
by Jan
Hi, if you see the javascript console now, there is no more problem with API key (no more message about key) but there are many javascript errors on your site which seems to prevent from loading the map :idea:

Such need to be solved first: https://www.phoca.cz/documents/16-jooml ... -conflicts
Jan