Difference between revisions of "Reference:OpenLayers"
(Created page with "The '''OpenLayers''' extension makes the OpenLayers module available. ==<span id="Installation" class="mw-headline">Installation</span><span class="mw-editsection"><span cl...") |
Fbaeckmann (talk | contribs) m (Text replacement - "|edition=BlueSpice pro |active=Yes" to "|edition=BlueSpice pro, BlueSpice Farm, BlueSpice Cloud |active=Yes") |
The OpenLayers extension makes the OpenLayers module available.
Installation[<a href="https://www.mediawiki.org/w/index.php?title=Extension:OpenLayers&action=edit§ion=1" title="Edit section: Installation">edit source][edit | edit source]-
Download and place the file(s) in a directory called
OpenLayers
in yourextensions/
folder.
-
Add the following code at the bottom of your LocalSettings.php:
<span class="nx">wfLoadExtension</span><span class="p">(</span> <span class="s1">'OpenLayers'</span> <span class="p">);</span>
Done - Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
To users running MediaWiki 1.24 or earlier:
The instructions above describe the new way of installing this extension using
wfLoadExtension()
If you need to install this extension on these earlier versions (MediaWiki 1.24 and earlier), instead ofwfLoadExtension( 'OpenLayers' );
, you need to use:<span class="k">require_once</span> <span class="s2">"</span><span class="si">$IP</span><span class="s2">/extensions/OpenLayers/OpenLayers.php"</span><span class="p">;</span>
Extension: OpenLayers
Overview | |||
---|---|---|---|
Description: | basic library for the grafical representation/chart of semantic data. | ||
State: | stable | Dependency: | MediaWiki |
Developer: | Paladox, Yaron Koren | License: | GPL v2+ |
Type: | MediaWiki | Category: | Infrastructure |
Edition: | BlueSpice pro, BlueSpice Farm, BlueSpice Cloud | ||
Features[edit source]
The extension OpenLayers makes the OpenLayers module available.
For more information, please visit MediaWiki.
The '''OpenLayers''' extension makes the OpenLayers module available. ==<span id="Installation" class="mw-headline">Installation</span><span class="mw-editsection"><span class="mw-editsection-bracket">[<a href="https://www.mediawiki.org/w/index.php?title=Extension:OpenLayers&action=edit§ion=1" title="Edit section: Installation">edit source]</span></span>== * [https://www.mediawiki.org/wiki/Special:ExtensionDistributor/OpenLayers Download] and place the file(s) in a directory called <code>OpenLayers</code> in your <code>extensions/</code> folder. * Add the following code at the bottom of your [{{BSExtensionInfobox |desc=basic library for the grafical representation/chart of semantic data. |status=stable |developer=Paladox, Yaron Koren |type=MediaWiki |edition=BlueSpice pro, BlueSpice Farm, BlueSpice Cloud |active=Yes |compatible=MediaWiki |category=Infrastructure |license=GPL v2+ |docu=https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:LocalSettings.php LocalSettings.php]:<div class="mw-highlight mw-content-ltr" dir="ltr"> <pre><span class="nx">wfLoadExtension</span><span class="p">(</span> <span class="s1">'OpenLayers'</span> <span class="p">);</span> </pre></div> '''Done''' - Navigate to Special:Version on your wiki to verify that the extension is successfully installed. To users running MediaWiki 1.24 or earlier: The instructions above describe the new way of installing this extension using <code>wfLoadExtension()</code> If you need to install this extension on these earlier versions (MediaWiki 1.24 and earlier), instead of <code>wfLoadExtension( 'OpenLayers' );</code>, you need to use: <div class="mw-highlight mw-content-ltr" dir="ltr"> <pre><span class="k">require_once</span> <span class="s2">"</span><span class="si">$IP</span><span class="s2">/extensions/OpenLayers/OpenLayers.php"</span><span class="p">;</span></pre></div>Extension:OpenLayers |package=SemanticData }}The extension '''OpenLayers''' makes the OpenLayers module available. For more information, please visit [https://www.mediawiki.org/wiki/Extension:OpenLayers MediaWiki]. {{Translation}} [[Category:BlueSpice_pro]] [[Category:MediaWiki]] [[Category:Extension]]
(18 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{BSExtensionInfobox | |
+ | |desc=basic library for the grafical representation/chart of semantic data. | ||
+ | |status=stable | ||
+ | |developer=Paladox, Yaron Koren | ||
+ | |type=MediaWiki | ||
+ | |edition=BlueSpice pro, BlueSpice Farm, BlueSpice Cloud | ||
+ | |active=Yes | ||
+ | |compatible=MediaWiki | ||
+ | |category=Infrastructure | ||
+ | |license=GPL v2+ | ||
+ | |docu=https://www.mediawiki.org/wiki/Extension:OpenLayers | ||
+ | |package=SemanticData | ||
+ | }}The extension '''OpenLayers''' makes the OpenLayers module available. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | For more information, please visit [https://www.mediawiki.org/wiki/Extension:OpenLayers MediaWiki]. | |
− | |||
− | + | {{Translation}} | |
− | + | [[Category:BlueSpice_pro]] | |
+ | [[Category:MediaWiki]] | ||
+ | [[Category:Extension]] |