From a969f46ed5f9f3176eb1830b4d204ef6fc434bf2 Mon Sep 17 00:00:00 2001 From: Matt Priour Date: Mon, 12 Mar 2012 23:08:44 -0500 Subject: [PATCH 1/2] add multiple build information in readme --- readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/readme.md b/readme.md index edcd4e9dcd..a56f87b1a6 100644 --- a/readme.md +++ b/readme.md @@ -42,7 +42,23 @@ As an example, using bash (with the release files in ~/openlayers): $ cp -R ~/openlayers/theme ./ $ cp -R ~/openlayers/img ./ +## Alternate OpenLayers Versions in this Release +The following versions of OpenLayers single file builds are included in this release +and can be used in place of OpenLayers.js in any of the above instructions: + +1. OpenLayers.js - full build --> Includes everything except the alternate language + translations and deprecated classes. +2. OpenLayers.mobile.js - a mobile focused build --> Includes a subset of the OpenLayers + library to serve common mobile web app use cases. This build provides access to + OpenStreetMap, Bing, WMS, WFS and vector layers; touch optimized controls; geolocation; + vector editing and interaction tools. The examples tagged ``mobile`` use this build. +3. OpenLayers.light.js - a simple use case focused build --> Includes a subset of the + OpenLayers library to serve the basic use case of displaying points and polygons + on a map. This build provides access to OpenStreetMap, Bing, Google, WMS, and + vector layers; basic map controls; and vector interaction tools. The examples + tagged ``light`` use this build. + ## Using OpenLayers in Your Own Website The [examples directory](http://openlayers.org/dev/examples/) is full of useful examples. From 8b3b999a64098bc31d4b8def8193546d9b6e0215 Mon Sep 17 00:00:00 2001 From: Matt Priour Date: Tue, 13 Mar 2012 00:07:18 -0500 Subject: [PATCH 2/2] correct typo in readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index a56f87b1a6..f41fcc8bb8 100644 --- a/readme.md +++ b/readme.md @@ -52,12 +52,12 @@ and can be used in place of OpenLayers.js in any of the above instructions: 2. OpenLayers.mobile.js - a mobile focused build --> Includes a subset of the OpenLayers library to serve common mobile web app use cases. This build provides access to OpenStreetMap, Bing, WMS, WFS and vector layers; touch optimized controls; geolocation; - vector editing and interaction tools. The examples tagged ``mobile`` use this build. + vector editing and interaction tools. The examples tagged ``mobile`` can use this build. 3. OpenLayers.light.js - a simple use case focused build --> Includes a subset of the OpenLayers library to serve the basic use case of displaying points and polygons on a map. This build provides access to OpenStreetMap, Bing, Google, WMS, and vector layers; basic map controls; and vector interaction tools. The examples - tagged ``light`` use this build. + tagged ``light`` can use this build. ## Using OpenLayers in Your Own Website