Extension:OpenLayers: Difference between revisions
Appearance
Content deleted Content added
Marked this version for translation |
TheStoneBot (talk | contribs) m →Installation: AWB:, replaced: {{translation}} → {{#translation:}} |
||
| Line 41: | Line 41: | ||
}} |
}} |
||
[[Category:OpenLayers extensions{{translation}}]] |
[[Category:OpenLayers extensions{{#translation:}}]] |
||
Revision as of 16:26, 7 December 2017
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
OpenLayersfolder to yourextensions/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' );
Done – Navigate to Special:Versionon your wiki to verify that the extension is successfully installed.
