CMS MADE SIMPLE FORGE

CGGoogleMaps

 

[#4029] Ability to display map with no points

avatar
Created By: Tahd McGinnis (jmcgin51)
Date Submitted: 2009-09-10 23:42

Assigned To:
Resolution: None
State: Open
Summary:
Ability to display map with no points
Detailed Description:
Would like the option to display a Google map without any map points.  Currently
if no map points are defined, the map does not display.

CGGoogleMaps 1.4, CMSMS 1.6.4, CGSimpleSmarty 1.4.3, CGExtensions 1.17.2

Thanks!

History

Comments
avatar
Date: 2010-01-13 22:36
Posted By: Michael (somebody_1)

I need this function as well.

My hack solution for now:

Remove the if statement if( $num_map_points > 0 ) on line 285 of
action.default.php

This allows the map to display with no static marker (map points)