From b59342b567594b87ce85afd7fdadb8240afae46d Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 3 Feb 2017 17:08:17 -0700 Subject: [PATCH] Note that the WebGL renderer is not available --- package/package.json | 2 +- package/readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/package.json b/package/package.json index 68bce09451..44ac1e5cb6 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "3.21.0-beta.16", + "version": "3.21.0-beta.17", "description": "OpenLayers as ES2015 modules", "main": "index.js", "module": "index.js", diff --git a/package/readme.md b/package/readme.md index 0305a2f391..b655e8d0d8 100644 --- a/package/readme.md +++ b/package/readme.md @@ -34,7 +34,7 @@ new Map({ }); ``` -Note that the module identifiers above (e.g. `ol/map`) are like the `ol.Map` names in the [API documentation](http://openlayers.org/en/latest/apidoc/) with `/` instead of `.` and all lowercase. +Note that the module identifiers above (e.g. `ol/map`) are like the `ol.Map` names in the [API documentation](http://openlayers.org/en/latest/apidoc/) with `/` instead of `.` and all lowercase. Also note that the, WebGL renderer is not available in this package. See the following examples for more detail on bundling OpenLayers with your application: