constant IP_GEOLOC_MAP_DIV_DEFAULT_STYLE in IP Geolocation Views & Maps 7
Same name and namespace in other branches
- 8 ip_geoloc.module \IP_GEOLOC_MAP_DIV_DEFAULT_STYLE
7 uses of IP_GEOLOC_MAP_DIV_DEFAULT_STYLE
- ip_geoloc_block_configure in ./
ip_geoloc_blocks.inc - Implements hook_block_configure().
- ip_geoloc_block_view in ./
ip_geoloc_blocks.inc - Implements hook_block_view().
- ip_geoloc_output_map_current_location in ./
ip_geoloc_api.inc - Outputs an HTML div placeholder into which is injected a map.
- ip_geoloc_output_map_multi_location in ./
ip_geoloc_api.inc - Outputs an HTML div placeholder into which will be injected a Google map.
- ip_geoloc_output_map_multi_visitor in ./
ip_geoloc_api.inc - Outputs an HTML div placeholder into which will be injected a map.
File
- ./
ip_geoloc.module, line 23 - IPGV&M is a mapping engine for Views that contain locations of entities and/or visitors. Google Maps, Leaflet and OpenLayers2 maps are all supported. and available through this module. Using a number of optional sources IPGV&M also retrieves…
Code
define('IP_GEOLOC_MAP_DIV_DEFAULT_STYLE', 'height:300px');