J-BusinessDirectory - map showing very large and zoomed out

Support Forum

 
 

 

When I click on map for business it shows up cvery zoomed out so a person cannot see the roads. If you reduce the zoom then the map gets smaller and then you can see the actual location and street where the business is located.

How can i fix this.

 

i cannot give a url cause i am still working on local host.

3 replies

sorry forgot to click notify if someone posts. New forum style from others I go on.

Hi,

 

On {joomla}/components/com_jbusinessdirectory/views/companies/tmpl/map.php on line 115 after map.fitBounds(bounds); place the following code:

var listener = google.maps.event.addListener(map, "idle", function() {
                 if (map.getZoom() > 16) map.setZoom(16);
                 google.maps.event.removeListener(listener);
           });

thanx a million george. did the code add and worked great.

 
 
 

4 Item(s)

Show per page