File: README.Debian

package info (click to toggle)
openlayers 2.11%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 60,144 kB
  • ctags: 10,906
  • sloc: xml: 7,435; python: 778; sh: 68; makefile: 30
file content (18 lines) | stat: -rw-r--r-- 697 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>

 -- Marcelo Jorge Vieira <metal@debian.org>  Tue, 02 Aug 2011 11:56:10 -0300