Extension:OpenLayers

From mediawiki.org
MediaWiki extensions manual
OpenLayers
Release status: stable
Description Makes OpenLayers module available
Author(s) Paladox, Yaron Koren
Latest version 1.0.0 (2016-07-17)
MediaWiki 1.27+
PHP 5.4+
Database changes No
Composer mediawiki/open-layers
License GNU General Public License 2.0 or later
Download
Quarterly downloads 2 (Ranked 160th)
Translate the OpenLayers extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

The OpenLayers extension makes the OpenLayers module available.

Installation[edit]

  • Download and place the file(s) in a directory called OpenLayers in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'OpenLayers' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.