constant IP_GEOLOC_EXAMPLE_MAP_OPTIONS in IP Geolocation Views & Maps 7
Same name and namespace in other branches
- 8 ip_geoloc.module \IP_GEOLOC_EXAMPLE_MAP_OPTIONS
1 use of IP_GEOLOC_EXAMPLE_MAP_OPTIONS
- ip_geoloc_plugin_style_map::options_form in views/
ip_geoloc_plugin_style_map.inc - Create the options form.
File
- ./
ip_geoloc.module, line 26 - 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_EXAMPLE_MAP_OPTIONS', '{"mapTypeId":"roadmap", "zoom":10, "separator":", ", styles":[{"featureType":"road", "stylers":[{"saturation":-80}] }] }');