You are here

README.txt in KML 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 5 README.txt
  3. 6.2 README.txt
  4. 7 README.txt
Description
==================
The KML module allows Drupal to create KML feeds (and Network Links) that Google Earth can consume.

Features
==================
- Add a KML link to the bottom of all spatially enabled nodes
- View all spatially enabled nodes in Google Earth
- View nodes tagged with a certain term
- View nodes from within a group
- View search results
- Determine order of nodes that are displayed in Google Earth, allowing for alphabetical or time-based flythroughs of nodes for example.

Requirements
==================
- location.module

Installation
==================
1. Copy the kml directory into the modules directory
2. Enable the 'KML module' under Administer > Site building > Modules
3. Configure the module under Administer > Site configuration > KML
4. (see the section below about network links and access problems)

Using the module
==================
Once you have enabled the module, you should check the settings page under Administer > Site configuration > KML and change them as neccesary. Here you can choose a number of things, including adding a KML link to all location-enabled nodes. A block and a menu item will also be made available to you and should be enabled if desired. The block is designed to be visible in certain parts of the site to give a quick link to a KML feed of the current grouping of nodes (eg those tagged with a term, those within an organic group, or those returned by a search).

Network links and access problems
==================
To use KML network links (automatically updating KML feeds from your site that will pick up the latest content as people explore in Google Earth) it is recommended that you enable the 'access kml' permission under Administer > User management > Access control. This will prevent 'Access denied' messages appearing in Google Earth. Alternatively, a module such as Securesite could be installed to protect the kml/* directory behind a standard HTTP Auth barrier that Google Earth can prompt the user to log in through.

Credit
==================
Written by Dan Karran (geodaniel) <dan at karran dot net>
http://geodaniel.org

File

README.txt
View source
  1. Description
  2. ==================
  3. The KML module allows Drupal to create KML feeds (and Network Links) that Google Earth can consume.
  4. Features
  5. ==================
  6. - Add a KML link to the bottom of all spatially enabled nodes
  7. - View all spatially enabled nodes in Google Earth
  8. - View nodes tagged with a certain term
  9. - View nodes from within a group
  10. - View search results
  11. - Determine order of nodes that are displayed in Google Earth, allowing for alphabetical or time-based flythroughs of nodes for example.
  12. Requirements
  13. ==================
  14. - location.module
  15. Installation
  16. ==================
  17. 1. Copy the kml directory into the modules directory
  18. 2. Enable the 'KML module' under Administer > Site building > Modules
  19. 3. Configure the module under Administer > Site configuration > KML
  20. 4. (see the section below about network links and access problems)
  21. Using the module
  22. ==================
  23. Once you have enabled the module, you should check the settings page under Administer > Site configuration > KML and change them as neccesary. Here you can choose a number of things, including adding a KML link to all location-enabled nodes. A block and a menu item will also be made available to you and should be enabled if desired. The block is designed to be visible in certain parts of the site to give a quick link to a KML feed of the current grouping of nodes (eg those tagged with a term, those within an organic group, or those returned by a search).
  24. Network links and access problems
  25. ==================
  26. To use KML network links (automatically updating KML feeds from your site that will pick up the latest content as people explore in Google Earth) it is recommended that you enable the 'access kml' permission under Administer > User management > Access control. This will prevent 'Access denied' messages appearing in Google Earth. Alternatively, a module such as Securesite could be installed to protect the kml/* directory behind a standard HTTP Auth barrier that Google Earth can prompt the user to log in through.
  27. Credit
  28. ==================
  29. Written by Dan Karran (geodaniel)
  30. http://geodaniel.org