Remove GeoJSON workaround for GeoServer

See #1569
See https://osgeo-org.atlassian.net/browse/GEOS-5996
This commit is contained in:
Frederic Junod
2017-10-16 17:09:41 +02:00
parent 382c6b9832
commit bcfad6ea8b
4 changed files with 5 additions and 45 deletions
+4
View File
@@ -2,6 +2,10 @@
### Next Release
#### Removed GeoJSON crs workaround for GeoServer
Previous version of GeoServer returned invalid crs in GeoJSON output. The workaround in `ol.format.GeoJSON` used to read this crs code is now removed.
#### Deprecation of `ol.Attribution`
`ol.Attribution` is deprecated and will be removed in the next major version. Instead, you can construct a source with a string attribution or an array of strings. For dynamic attributions, you can provide a function that gets called with the current frame state.