dirkse dd6ec73d57 added lws from thesis há 8 anos atrás
..
art dd6ec73d57 added lws from thesis há 8 anos atrás
build dd6ec73d57 added lws from thesis há 8 anos atrás
img dd6ec73d57 added lws from thesis há 8 anos atrás
lib dd6ec73d57 added lws from thesis há 8 anos atrás
theme dd6ec73d57 added lws from thesis há 8 anos atrás
OpenLayers.js dd6ec73d57 added lws from thesis há 8 anos atrás
license.txt dd6ec73d57 added lws from thesis há 8 anos atrás
readme.txt dd6ec73d57 added lws from thesis há 8 anos atrás
release-license.txt dd6ec73d57 added lws from thesis há 8 anos atrás
repository-license.txt dd6ec73d57 added lws from thesis há 8 anos atrás

readme.txt

OpenLayers
-=-=-=-=-=-

Copyright (c) 2005-2011 OpenLayers Contributors. See authors.txt for
more details.

OpenLayers is a JavaScript library for building map applications
on the web. OpenLayers is made available under a BSD-license.
Please see license.txt in this distribution for more details.

------------------
Getting OpenLayers
------------------

OpenLayers lives at http://www.openlayers.org/.

You can get OpenLayers from
http://trac.openlayers.org/wiki/HowToDownload.

---------------------
Installing OpenLayers
---------------------

You can use OpenLayers as-is by copying build/OpenLayers.js and the
entire theme/ and img/ directories up to your webserver, putting them
in the same directory. The files can be in subdirectories on your website,
or right in the root of the site, as in these examples.
To include the OpenLayers library in your web page from the root of the site, use:

<br><br>As an example, using bash (with the release files in ~/openlayers ):<br>$ cd /var/www/html<br>$ cp ~/openlayers/OpenLayers.js ./<br>$ cp -R ~/openlayers/theme ./<br>$ cp -R ~/openlayers/img ./<br><br>If you want to use the multiple-file version of OpenLayers (for, say,<br>debugging or development purposes), copy the lib/ directory up to your<br>webserver in the same directory you put the img/ folder. Then add<br>the following to your web page instead:<br><br> <script type="text/javascript" src="/lib/OpenLayers.js" /><br><br>As an example, using bash (with the release files in ~/openlayers ):<br>$ cd /var/www/html<br>$ cp -R ~/openlayers/lib ./<br>$ cp -R ~/openlayers/theme ./<br>$ cp -R ~/openlayers/img ./<br><br><br>------------------------------------<br>Using OpenLayers in Your Own Website<br>------------------------------------<br><br>The examples/ directory is full of useful examples.<br><br>Documentation is available at http://trac.openlayers.org/wiki/Documentation.<br>You can generate the API documentation with http://www.naturaldocs.org/:<br>As an example, using bash (with the release files in ~/openlayers ):<br>$ cd ~/openlayers/<br>$ /path/to/NaturalDocs -i lib/ -o HTML doc/ -p doc_config/ -s Default OL<br><br>Information on changes in the API is available in news.txt.<br><br>--------------------------<br>Contributing to OpenLayers<br>--------------------------<br><br>Please join the email lists at http://openlayers.org/mailman/listinfo<br>Patches are welcome!<br><br>= 30 =<br>