| Server IP : 37.9.174.138 / Your IP : 216.73.216.117 Web Server : Apache System : Linux vps6.backend.sk 6.12.100+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.100-1 (2026-07-30) x86_64 User : ftpuser ( 1001) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/libjs-openlayers/ |
Upload File : |
OpenLayers for Debian
---------------------
If you wish to include OpenLayers in your HTML files which are served
via a webserver you should add the following lines to your <HEAD>
section:
<script language="javascript" type="text/javascript"
src="/javascript/openlayers/OpenLayers.js"></script>
If you're generating files which are going to be served via the
filesystem (such that no HTTP server is used) instead you should
access OpenLayers via the filesystem path:
<script language="javascript" type="text/javascript"
src="/usr/share/javascript/openlayers/OpenLayers.js"></script>
OpenLayers.js is full and uncompressed OpenLayers javascript, the minified
variant is OpenLayers.min.js.
The following variants of OpenLayers are available:
Profile Uncompressed Minified
-------------------------------------------------------
full OpenLayers.js OpenLayers.min.js
light OpenLayers.light.js OpenLayers.light.min.js
lite OpenLayers.lite.js OpenLayers.lite.min.js
mobile OpenLayers.mobile.js OpenLayers.mobile.min.js
tests OpenLayers.tests.js OpenLayers.tests.min.js