Extension:KML Export/Installation
From MediaWiki.org
| KML Export | Features • Installation • Quick start • How to use • Parser functions • Special pages • Configuration |
[edit] Requirements
In order to run KML Export, you need:
- MediaWiki 1.9 or higher (may work in previous versions, not tested)
- PHP 5.0 or higher (in the case you want to try an older MediaWiki version)
In order to use the KML files generated by KML Export, your users will need:
- Google Earth 4.0 or higher (older versions don't support KML 2.1)
[edit] Installation Procedure
To install KMLExport, follow these steps:
- Download the latest version of the extension from the project page;
- Extract it's contents to the
extensionsdirectory under your MediaWiki installation directory;- This will create a directory named
KMLExport-version, where version is the version of the extension you downloaded.
- This will create a directory named
- Rename the directory created by the above step to just
KMLExport(create a symbolic link if you prefer). - Make a backup copy of your
LocalSettings.phpfile and edit it, adding the following line to the end of the file, above the PHP's "?>" end processing tag:-
require_once( $IP . '/extensions/KMLExport/KMLExport.php' );
-
- Navigate to your
[[Special:Version]]page and check if the extension was loaded correctly.