Remove ol.raster namespace

Now used only for 1 typedefs and 1 enum, it serves little purpose,
so the typedef is renamed in the ol namespace, and the enum moved to rastersource.js
This commit is contained in:
Peter Robins
2016-05-26 10:13:59 +00:00
parent e63b4d1f48
commit 395f3c0756
6 changed files with 47 additions and 45 deletions
+6
View File
@@ -1,5 +1,11 @@
## Upgrade notes
#### Removal of ol.raster namespace
Users compiling their code with the library and using types in the `ol.raster` namespace should note that this has now been removed. `ol.raster.Pixel` has been deleted, and the other types have been renamed as follows, and your code may need changing if you use these:
* `ol.raster.Operation` to `ol.RasterOperation`
* `ol.raster.OperationType` to `ol.RasterOperationType`
### v3.16.0
#### Rendering change for tile sources