From f5eaba42555bdaa139cb2853ea7ec83cb88eefeb Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Thu, 13 Oct 2016 14:06:36 +0200 Subject: [PATCH] Remove unused error codes --- doc/errors/index.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/errors/index.md b/doc/errors/index.md index 2df99e84b2..cfbe3fe3be 100644 --- a/doc/errors/index.md +++ b/doc/errors/index.md @@ -137,10 +137,6 @@ Invalid `units`. `'degrees'`, `'imperial'`, `'nautical'`, `'metric'` or `'us'` r Invalid geometry layout. Must be `XY`, `XYZ`, `XYM` or `XYZM`. -### 35 - -Unknown GeoJSON object type. Expected `"Feature"` or `"FeatureCollection"`. - ### 36 Unknown SRS type. Expected `"name"` or `"EPSG"`. @@ -165,10 +161,6 @@ Expected `feature` to have a geometry. Expected an `ol.style.Style` or an array of `ol.style.Style`. -### 42 - -Expected an `ol.Feature`, but got an `ol.RenderFeature`. - ### 43 Expected `layers` to be an array or an `ol.Collection`.