kml-placemark.tpl.php |
views/kml-placemark.tpl.php |
|
|
kml-style.tpl.php |
views/kml-style.tpl.php |
|
|
kml.info |
kml.info |
|
name = "KML"
description = "Provides views plugin for KML/Google Earth output"
dependencies[] = views
core = "7.x"
files[] = kml.module
files[] = views/kml-placemark.tpl.php
files[] = views/kml-style.tpl.php
files[] =… |
kml.module |
kml.module |
|
KML module. |
kml.views.inc |
views/kml.views.inc |
|
Views plugins definition for views_kml |
kml_style.theme.inc |
views/kml_style.theme.inc |
|
|
kml_views.theme.inc |
views/kml_views.theme.inc |
|
Theming functions for KML module views output. |
README.txt |
README.txt |
|
# KML Module
The KML module provides a Views plugin that can format nodes, users, or
any other data source in Drupal as a KML feed, accessible by Google Earth
or web maps like OpenLayers and Google Maps.
## Requirements
* Views
## Compatible… |
views-view-kml.tpl.php |
views/views-view-kml.tpl.php |
|
|
views_plugin_style_kml.inc |
views/views_plugin_style_kml.inc |
|
Extending the view_plugin_style class to provide a kml view style. |