constant IP_GEOLOC_MAX_NUM_FONT_ICON_LIBS in IP Geolocation Views & Maps 7
Same name and namespace in other branches
- 8 ip_geoloc.module \IP_GEOLOC_MAX_NUM_FONT_ICON_LIBS
@file 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 and stores geographical and street address information of your site visitors, based on either their HTML5-retrieved positions or their IP addresses. It stores this information in a form suitable for further processing, reporting, exporting and displaying via the Views module, either as tables or as maps. Ready-to-use views, blocks and maps are provided. For programmers there's an API.
2 uses of IP_GEOLOC_MAX_NUM_FONT_ICON_LIBS
- ip_geoloc_admin_configure in ./
ip_geoloc.admin.inc - Menu callback for admin settings.
- ip_geoloc_get_font_icon_libs in ./
ip_geoloc.module - Returns an array of libraries as entered on the config page.
File
- ./
ip_geoloc.module, line 17 - 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_MAX_NUM_FONT_ICON_LIBS', 10);