Active
Project:
GeoUser
Version:
6.x-1.7-beta7
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2010 at 22:31 UTC
Updated:
22 Jul 2010 at 22:31 UTC
There should be an option to display “No Map.”
This can be implemented by changing line 21 in the file geouser.admin.inc from:
'#options' => array(t('Google Map'), t('Yahoo Map’)),
to:
'#options' => array(t('Google Map'), t('Yahoo Map'), t('No Map')),