Jump to content

Extension:OpenLayers: Difference between revisions

From mediawiki.org
Content deleted Content added
m dummy edit to update translation pages
upd
Line 11: Line 11:
|username =
|username =
|author = [[User:Paladox|Paladox]], [[User:Yaron Koren|Yaron Koren]]
|author = [[User:Paladox|Paladox]], [[User:Yaron Koren|Yaron Koren]]
|description =
|description = Makes OpenLayers module available
|image =
|image =
|imagesize =
|imagesize =
|version = 1.0.0
|version = 1.0.0
|update = 2016-01-21
|update = 2016-01-21
|mediawiki =
|mediawiki = 1.23+
|php =
|php = 5.4+
|needs-updatephp = No
|needs-updatephp = No
|license = GPL-2.0+
|license = GPL-2.0+
Line 31: Line 31:
|pagedrive1 = true
|pagedrive1 = true
}}
}}
The '''OpenLayers''' extension makes the OpenLayers module available.

<translate>
<translate>
== Installation == <!--T:1-->
== Installation == <!--T:1-->

Revision as of 13:17, 21 May 2016

MediaWiki extensions manual
OpenLayers
Release status: stable
Description Makes OpenLayers module available
Author(s) Paladox, Yaron Koren
Latest version 1.0.0 (2016-01-21)
MediaWiki 1.23+
PHP 5.4+
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

The OpenLayers extension makes the OpenLayers module available.

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.

[[Category:OpenLayers extensionsTemplate:Translation]]