From bb48b099208272a201c65be683b72172bd401776 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 12 Dec 2017 19:13:05 -0700 Subject: [PATCH] Remove ol/proj/common --- src/ol/proj/common.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/ol/proj/common.js diff --git a/src/ol/proj/common.js b/src/ol/proj/common.js deleted file mode 100644 index 906f91fd65..0000000000 --- a/src/ol/proj/common.js +++ /dev/null @@ -1,16 +0,0 @@ -/** - * @module ol/proj/common - */ -import _ol_proj_ from '../proj.js'; -var _ol_proj_common_ = {}; - - -/** - * Deprecated. Transforms between EPSG:4326 and EPSG:3857 are now included by - * default. There is no need to call this function in application code and it - * will be removed in a future major release. - * @deprecated This function is no longer necessary. - * @api - */ -_ol_proj_common_.add = _ol_proj_.addCommon; -export default _ol_proj_common_;