This project is not covered by Drupal’s security advisory policy.

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 \n 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 link Don'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

D7

http://drupal.org/project/addressfield_staticmap

Project information

Releases