Rename ol/source/TileUTFGrid to ol/source/UTFGrid

This commit is contained in:
Frederic Junod
2018-06-19 09:59:42 +02:00
parent dbaf3d25fe
commit f257a8938f
8 changed files with 26 additions and 22 deletions
+4
View File
@@ -2,6 +2,10 @@
### Next release
#### Renamed `ol/source/TileUTFGrid` to `ol/source/UTFGrid`
The module name is now `ol/source/UTFGrid` (`ol.source.UTFGrid` in the full build).
#### Renaming of the `defaultDataProjection` in the options and property of the `ol/format/Feature` class and its subclasses
The `defaultDataProjection` option is now named `dataProjection`. The protected property available on the class is also renamed.