(projectionUrl, options)
| 2972 | } |
| 2973 | |
| 2974 | getEpsgCodeWKT(projectionUrl, options) { |
| 2975 | if (!projectionUrl) { |
| 2976 | return; |
| 2977 | } |
| 2978 | return this._fetchRequest(projectionUrl, 'text', options); |
| 2979 | } |
| 2980 | |
| 2981 | getBounds(baseUrl, options) { |
| 2982 | if (!baseUrl) { |
no test coverage detected