From ea346a785dc1b3f7c156f6fc33da634e1f1a627b Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Tue, 12 Aug 2014 21:56:44 +0200 Subject: Adding jquery, flot and openlayers to be included with the GEM. --- misc/openlayers/readme.md | 79 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 misc/openlayers/readme.md (limited to 'misc/openlayers/readme.md') diff --git a/misc/openlayers/readme.md b/misc/openlayers/readme.md new file mode 100644 index 0000000..e8e5dcb --- /dev/null +++ b/misc/openlayers/readme.md @@ -0,0 +1,79 @@ +# OpenLayers + +Copyright (c) 2005-2013 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/. Find details on downloading stable releases or the development version the [development site](http://trac.osgeo.org/openlayers/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 and 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: + +