You are here

README.txt in Yandex.Maps 7

-- ABOUT --

Module for Drupal 7.
Uses http://api.yandex.ru/maps/ (API 2.x).

Project page: https://drupal.org/project/yamaps.
To submit bug reports and feature suggestions, or to track changes:
https://drupal.org/project/issues/yamaps.

-- OPTIONS --

Module provides integration with Views for "Yandex Map" field
and an option to choose between dynamic and static maps.

It also provides "Yandex Maps" display plugin available under Format section
in Views UI which extends field of "Yandex Map" type in view
with additional options.

"Yandex Maps" display plugin fetches all available placemarks
from specified field of "Yandex map" type and displays all the placemarks
on the single map. The center of the map can be set up manually in the settings
of the display type or automatically based on the geolocation and automatic
calculation of the center point among placemarks.

File

modules/yamaps_views/README.txt
View source
  1. -- ABOUT --
  2. Module for Drupal 7.
  3. Uses http://api.yandex.ru/maps/ (API 2.x).
  4. Project page: https://drupal.org/project/yamaps.
  5. To submit bug reports and feature suggestions, or to track changes:
  6. https://drupal.org/project/issues/yamaps.
  7. -- OPTIONS --
  8. Module provides integration with Views for "Yandex Map" field
  9. and an option to choose between dynamic and static maps.
  10. It also provides "Yandex Maps" display plugin available under Format section
  11. in Views UI which extends field of "Yandex Map" type in view
  12. with additional options.
  13. "Yandex Maps" display plugin fetches all available placemarks
  14. from specified field of "Yandex map" type and displays all the placemarks
  15. on the single map. The center of the map can be set up manually in the settings
  16. of the display type or automatically based on the geolocation and automatic
  17. calculation of the center point among placemarks.