README.txt |
README.txt |
|
-- ABOUT --
Project contains a set of modules for Drupal 7 that use
Yandex.Maps service available at http://maps.yandex.com/.
Uses http://api.yandex.ru/maps/ (API 2.x).
Project page: https://drupal.org/project/yamaps.
To submit bug reports and… |
README.txt |
modules/yamaps_views/README.txt |
|
-- 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… |
yamaps.admin.inc |
yamaps.admin.inc |
|
Yandex Maps Admin UI file. |
yamaps.block.inc |
inc/yamaps.block.inc |
|
Yandex Maps blocks configuration. |
yamaps.css |
misc/yamaps.css |
|
Stylesheet for the 'Yandex Maps' module. |
yamaps.formatter.inc |
inc/yamaps.formatter.inc |
|
Yandex Maps field formatter. |
yamaps.functions.inc |
yamaps.functions.inc |
|
Yandex Maps functions used across all components of the module. |
yamaps.info |
yamaps.info |
|
name = Yandex Maps
description = Provides configurable "Yandex Map" field and blocks to display interactive maps based on "Yandex.Maps API".
core = 7.x
package = Yandex
php = 5.4
configure = admin/config/services/yamaps |
yamaps.install |
yamaps.install |
|
Install, update, and uninstall functions for the yamaps module. |
yamaps.module |
yamaps.module |
|
Yandex Maps module main file. |
yamaps.widget.inc |
inc/yamaps.widget.inc |
|
Yandex Maps field widget. |
yamaps_example_feature.features.field_base.inc |
modules/yamaps_example_feature/yamaps_example_feature.features.field_base.inc |
|
Exports Drupal fields. |
yamaps_example_feature.features.field_instance.inc |
modules/yamaps_example_feature/yamaps_example_feature.features.field_instance.inc |
|
Exports field instances. |
yamaps_example_feature.features.inc |
modules/yamaps_example_feature/yamaps_example_feature.features.inc |
|
Exports generic Drupal hooks. |
yamaps_example_feature.info |
modules/yamaps_example_feature/yamaps_example_feature.info |
|
name = Yandex Maps Example
description = Feature-based module with example content type containing "Yandex Map" field and view to output maps. For demo purposes only!
core = 7.x
package = Yandex
dependencies[] = ctools
dependencies[] =… |
yamaps_example_feature.module |
modules/yamaps_example_feature/yamaps_example_feature.module |
|
|
yamaps_example_feature.strongarm.inc |
modules/yamaps_example_feature/yamaps_example_feature.strongarm.inc |
|
Exports Drupal variables. |
yamaps_example_feature.views_default.inc |
modules/yamaps_example_feature/yamaps_example_feature.views_default.inc |
|
Exports Yandex Map view configuration. |
yamaps_views.info |
modules/yamaps_views/yamaps_views.info |
|
name = Yandex Maps Views
description = Provides Yandex Maps Views plugins.
core = 7.x
package = Yandex
dependencies[] = views
dependencies[] = yamaps
files[] = handlers/yamaps_views_plugin_style_default_map.inc |
yamaps_views.module |
modules/yamaps_views/yamaps_views.module |
|
Adds a formatter for view and create view button. |
yamaps_views.views.inc |
modules/yamaps_views/yamaps_views.views.inc |
|
Hook views file. |
yamaps_views_plugin_style_default_map.inc |
modules/yamaps_views/handlers/yamaps_views_plugin_style_default_map.inc |
|
Class yamaps_views_plugin_style_default_map. |