(projection)
| 5663 | return lang; |
| 5664 | } |
| 5665 | isCustomProjection(projection) { |
| 5666 | if (Util.isNumber(projection)) { |
| 5667 | return [-1000, -1].includes(+projection); |
| 5668 | } |
| 5669 | return ['EPSG:-1000', 'EPSG:-1'].includes(projection); |
| 5670 | } |
| 5671 | |
| 5672 | handleJSONSuffix(url) { |
| 5673 | if (!url.includes('.json')) { |
no outgoing calls
no test coverage detected