Go to the source code of this file.
Variables | |
| $egMapsAvailableServices = array('googlemaps', 'yahoomaps', 'openlayers') | |
| $egMapsDefaultService = 'googlemaps' | |
| $egMapsAvailableGeoServices = array('google', 'yahoo') | |
| $egMapsDefaultGeoService = 'google' | |
| $egMapsMapWidth = 600 | |
| $egMapsMapHeight = 350 | |
| $egMapsMapLat = '1' | |
| $egMapsMapLon = '1' | |
| $egMapsGoogleMapsPrefix = 'map_google' | |
| $egMapsGoogleMapsTypes = array('normal', 'satellite', 'hybrid', 'physical') | |
| $egMapsGoogleMapsType = 'normal' | |
| $egMapsGoogleMapsZoom = 14 | |
| $egMapsGoogleAutozoom = true | |
| $egMapsEnableEarth = false | |
| $egMapsGMapControl = '' | |
| $egMapsGMapControls = array('large', 'scale', 'type') | |
| $egMapsYahooMapsPrefix = 'map_yahoo' | |
| $egMapsYahooMapsTypes = array('normal', 'satellite', 'hybrid') | |
| $egMapsYahooMapsType = 'normal' | |
| $egMapsYahooMapsZoom = 4 | |
| $egMapsYahooAutozoom = true | |
| $egMapsYMapControls = array('type', 'pan', 'zoom') | |
| $egMapsOpenLayersPrefix = 'open_layer' | |
| $egMapsOpenLayersZoom = 10 | |
| $egMapsOLControls = array('layerswitcher', 'mouseposition', 'panzoombar', 'scaleline', 'navigation') | |
| $egMapsOLLayers = array('openlayers') | |
NOTICE: Changing one of these settings can be done by copieng or cutting it, and placing it in LocalSettings.php, AFTER the inclusion of Maps.
Definition in file Maps_Settings.php.
| $egMapsAvailableGeoServices = array('google', 'yahoo') |
Definition at line 53 of file Maps_Settings.php.
Referenced by efMapsSetup(), MapsGeocoder::geocode(), and MapsGeocoder::getValidGeoService().
| $egMapsAvailableServices = array('googlemaps', 'yahoomaps', 'openlayers') |
Definition at line 39 of file Maps_Settings.php.
Referenced by efMapsSetup(), and MapsMapper::getValidService().
| $egMapsDefaultGeoService = 'google' |
Definition at line 57 of file Maps_Settings.php.
Referenced by efMapsSetup(), MapsGeocoder::geocode(), and MapsGeocoder::getValidGeoService().
| $egMapsDefaultService = 'googlemaps' |
Definition at line 43 of file Maps_Settings.php.
Referenced by MapsParserFunctions::changeAddressToCoords(), efMapsSetup(), MapsMapper::getValidService(), and MapsMapper::setDefaultParValues().
| $egMapsEnableEarth = false |
Definition at line 99 of file Maps_Settings.php.
| $egMapsGMapControl = '' |
Definition at line 103 of file Maps_Settings.php.
| $egMapsGMapControls = array('large', 'scale', 'type') |
Definition at line 107 of file Maps_Settings.php.
Referenced by MapsGoogleMapsUtils::createControlsString().
| $egMapsGoogleAutozoom = true |
Definition at line 95 of file Maps_Settings.php.
Referenced by MapsGoogleMapsUtils::getDefaultParams().
| $egMapsGoogleMapsPrefix = 'map_google' |
| $egMapsGoogleMapsType = 'normal' |
Definition at line 88 of file Maps_Settings.php.
Referenced by MapsGoogleMapsUtils::getEarthValue(), and MapsGoogleMapsUtils::getGMapType().
| $egMapsGoogleMapsTypes = array('normal', 'satellite', 'hybrid', 'physical') |
Definition at line 85 of file Maps_Settings.php.
Referenced by MapsGoogleMapsUtils::createTypesString().
| $egMapsGoogleMapsZoom = 14 |
| $egMapsMapHeight = 350 |
| $egMapsMapLat = '1' |
Definition at line 70 of file Maps_Settings.php.
Referenced by MapsBaseMap::setCentre(), and MapsMapper::setDefaultParValues().
| $egMapsMapLon = '1' |
Definition at line 71 of file Maps_Settings.php.
Referenced by MapsBaseMap::setCentre(), and MapsMapper::setDefaultParValues().
| $egMapsMapWidth = 600 |
| $egMapsOLControls = array('layerswitcher', 'mouseposition', 'panzoombar', 'scaleline', 'navigation') |
Definition at line 146 of file Maps_Settings.php.
Referenced by MapsOpenLayersUtils::createControlsString().
| $egMapsOLLayers = array('openlayers') |
Definition at line 150 of file Maps_Settings.php.
Referenced by MapsOpenLayersUtils::createLayersStringAndLoadDependencies().
| $egMapsOpenLayersPrefix = 'open_layer' |
| $egMapsOpenLayersZoom = 10 |
| $egMapsYahooAutozoom = true |
Definition at line 127 of file Maps_Settings.php.
Referenced by MapsYahooMapsUtils::getDefaultParams().
| $egMapsYahooMapsPrefix = 'map_yahoo' |
| $egMapsYahooMapsType = 'normal' |
| $egMapsYahooMapsTypes = array('normal', 'satellite', 'hybrid') |
Definition at line 117 of file Maps_Settings.php.
Referenced by MapsYahooMapsUtils::createTypesString().
| $egMapsYahooMapsZoom = 4 |
| $egMapsYMapControls = array('type', 'pan', 'zoom') |
Definition at line 131 of file Maps_Settings.php.
Referenced by MapsYahooMapsUtils::createControlsString().
1.5.6