Jump to content

Extension:OpenLayers: Difference between revisions

From mediawiki.org
Content deleted Content added
Created page with "<languages /> {{TNT|Extension |name = OpenLayers |status = stable |type1 = |type2 = |hook1 = |hook2 = |hook3..."
 
No edit summary
Line 10: Line 10:
|hook4 =
|hook4 =
|username =
|username =
|author = [[User:Paladox|Paladox]], [[User:Yaron Koren|Yaron Koren]],
|author = [[User:Paladox|Paladox]], [[User:Yaron Koren|Yaron Koren]]
|description =
|description =
|image =
|image =

Revision as of 20:28, 21 January 2016

MediaWiki extensions manual
OpenLayers
Release status: stable
Author(s) Paladox, Yaron Koren
Latest version 1.0.0 (2016-01-21)
MediaWiki >= 1.31.0
Database changes No
Composer mediawiki/open-layers
Licence GNU General Public License 2.0 or later
Download
Translate the OpenLayers extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

Installation

  • Download and move the extracted OpenLayers folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/OpenLayers
    
  • 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.