You are here

README.txt in Styled Google Map 7.2

Same filename and directory in other branches
  1. 7 README.txt
SUMMARY
-------
The Styled Google Map module can embed a Google Map to any node entity.
The module nicely integrates as a Geofield formatter. You can overwrite the
theming function if necessary.

REQUIREMENTS
------------
This module requires the following modules:
 * Geofield (https://drupal.org/project/geofield)
 * System Stream Wrapper (https://drupal.org/project/system_stream_wrapper)

 For styled_google_view it is recommended to have pathauto module enabled. 

INSTALLATION
------------
 * Install as usual, see http://drupal.org/node/70151 for further information.

CONFIGURATION
-------------
 * Configure configuration in Structure » Content Types » Your content type:
  - Include a Geofield for your node content type.
  - In the Display View, choose Styled Google Map as format.
  - Give in your desired Google Map settings.
 * Configure Google Maps API Key:
  - Go to /admin/config/content/styled_google_map
  - Choose your Google API Authentication Method and Key
 * Adding a multiple pin Google Map
  - Enable the Styled Google Views module
  - Create a new view filtering the entities containing the locations
  - Select 'Styled Google Map' as the view format
  - Filter and set the preferred settings
 * Enable clustering for a multiple pin Google Map
  - Go to the view format settings, 'Cluster pin image'
  - Provide a cluster pin image URL (Stream wrapper URL is optional)

Suggestions for additional settings are most welcome.

LINKS
-------------
https://developers.google.com/maps/documentation/javascript/get-api-key

CUSTOMIZATION
-------------
 * You may override the default theming function THEMENAME_styled_google_map().

TROUBLESHOOTING
---------------
 * When the Google Map is grey or not showing at all, check:
  - If the pin location correct.
  - If the JSON style has a correct syntax.
 * Also try further troubleshooting in the javascript console of your browser.

CONTACT
-------
 * Current maintainers:
  - Nicky Vandevoorde (iampuma) - http://drupal.org/user/2529238

File

README.txt
View source
  1. SUMMARY
  2. -------
  3. The Styled Google Map module can embed a Google Map to any node entity.
  4. The module nicely integrates as a Geofield formatter. You can overwrite the
  5. theming function if necessary.
  6. REQUIREMENTS
  7. ------------
  8. This module requires the following modules:
  9. * Geofield (https://drupal.org/project/geofield)
  10. * System Stream Wrapper (https://drupal.org/project/system_stream_wrapper)
  11. For styled_google_view it is recommended to have pathauto module enabled.
  12. INSTALLATION
  13. ------------
  14. * Install as usual, see http://drupal.org/node/70151 for further information.
  15. CONFIGURATION
  16. -------------
  17. * Configure configuration in Structure » Content Types » Your content type:
  18. - Include a Geofield for your node content type.
  19. - In the Display View, choose Styled Google Map as format.
  20. - Give in your desired Google Map settings.
  21. * Configure Google Maps API Key:
  22. - Go to /admin/config/content/styled_google_map
  23. - Choose your Google API Authentication Method and Key
  24. * Adding a multiple pin Google Map
  25. - Enable the Styled Google Views module
  26. - Create a new view filtering the entities containing the locations
  27. - Select 'Styled Google Map' as the view format
  28. - Filter and set the preferred settings
  29. * Enable clustering for a multiple pin Google Map
  30. - Go to the view format settings, 'Cluster pin image'
  31. - Provide a cluster pin image URL (Stream wrapper URL is optional)
  32. Suggestions for additional settings are most welcome.
  33. LINKS
  34. -------------
  35. https://developers.google.com/maps/documentation/javascript/get-api-key
  36. CUSTOMIZATION
  37. -------------
  38. * You may override the default theming function THEMENAME_styled_google_map().
  39. TROUBLESHOOTING
  40. ---------------
  41. * When the Google Map is grey or not showing at all, check:
  42. - If the pin location correct.
  43. - If the JSON style has a correct syntax.
  44. * Also try further troubleshooting in the javascript console of your browser.
  45. CONTACT
  46. -------
  47. * Current maintainers:
  48. - Nicky Vandevoorde (iampuma) - http://drupal.org/user/2529238