Note that the WebGL renderer is not available

This commit is contained in:
Tim Schaub
2017-02-03 17:08:17 -07:00
parent 490f42d528
commit b59342b567
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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: