Location Display
Component ID
760912
Component name
Location Display
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
1019
Component created
Component changed
Component body
Uses Google Static Maps API to display non interactive maps and links to a real google map for the CCK fields in these modules: Addresses & Location
Current Formatters:
- Single Loc - address text -> links to google map
- Single Loc - Loc Name address text | "Get Directions" links to google map
- Single Loc - google map image (215x100) -> links to google map
- Multiple Loc - image (440x320) of google map
Configuration:
Fairly limited for now. Use this to control the image sizes.
variable_set('location_display_small', '215x100');
variable_set('location_display_medium', '440x320');
Patches welcome to get this working better.
Future:
- Open to custom formatting requests
- Better Configuration
Use a KML file for a multiple locations linkDon't like how it works #765040: KML Multi Location- Allow user defined fields via multigroup & fieldgroup (no need for addresses or location module)
- Support other location storage modules
- Support other "simple" mapping services
- Block that displays all cck locations/addresses in the node
