()
| 507 | |
| 508 | |
| 509 | function revertCRS() { |
| 510 | keyCache.forEach((key) => { |
| 511 | if (['EPSG4490', 'EPSG4214', 'EPSG4610', 'EPSG3857', 'EPSG4326'].indexOf(key) === -1) { |
| 512 | if (CRS.hasOwnProperty(key)) { |
| 513 | delete CRS[key]; |
| 514 | } |
| 515 | } |
| 516 | }); |
| 517 | keyCache = []; |
| 518 | } |
| 519 | export default Map; |
| 520 | var mapboxglMock = { Map }; |
| 521 | export { mapboxglMock, CRS, proj4, revertCRS }; |
no test coverage detected