Remove unnecessary build flags

This commit is contained in:
Tim Schaub
2016-12-28 12:03:24 -07:00
parent afefe66af8
commit a1229cdef7
3 changed files with 4 additions and 35 deletions

View File

@@ -158,8 +158,6 @@ You might have noticed that the build file you've just created is considerably s
```
"ol.ENABLE_WEBGL=false",
"ol.ENABLE_PROJ4JS=false",
"ol.ENABLE_IMAGE=false",
"ol.ENABLE_VECTOR=false",
```
and re-run the build script. The build size should now be smaller.
@@ -208,7 +206,6 @@ Now let's try a more complicated example: [`heatmaps-earthquakes`](https://openl
"define": [
"ol.ENABLE_WEBGL=false",
"ol.ENABLE_PROJ4JS=false",
"ol.ENABLE_IMAGE=false",
"ol.DEBUG=false"
],
"compilation_level": "ADVANCED",