You are here

README.txt in KML 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 5 README.txt
  3. 6.2 README.txt
  4. 6 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 Modules

* [OpenLayers](http://drupal.org/project/openlayers)

## Customization

KML feeds can be customized thoroughly by overriding theme functions and files
in custom themes. They cannot, however, be customized through the Drupal UI. See 
theme functions in kml.module for reference here - adding a preprocess to the 
kml_placemark and kml_style theme function will allow for behaviors like 
scaled points and more.

## Credits

* [raintonr](http://drupal.org/user/27877)
* [geodan](http://drupal.org/user/37266)
* [rsoden](http://drupal.org/user/226437)
* [tmcw](http://drupal.org/user/12664)

File

README.txt
View source
  1. # KML Module
  2. The KML module provides a Views plugin that can format nodes, users, or
  3. any other data source in Drupal as a KML feed, accessible by Google Earth
  4. or web maps like OpenLayers and Google Maps.
  5. ## Requirements
  6. * Views
  7. ## Compatible Modules
  8. * [OpenLayers](http://drupal.org/project/openlayers)
  9. ## Customization
  10. KML feeds can be customized thoroughly by overriding theme functions and files
  11. in custom themes. They cannot, however, be customized through the Drupal UI. See
  12. theme functions in kml.module for reference here - adding a preprocess to the
  13. kml_placemark and kml_style theme function will allow for behaviors like
  14. scaled points and more.
  15. ## Credits
  16. * [raintonr](http://drupal.org/user/27877)
  17. * [geodan](http://drupal.org/user/37266)
  18. * [rsoden](http://drupal.org/user/226437)
  19. * [tmcw](http://drupal.org/user/12664)