all files / src/olHelpers/ projections.ts

100% Statements 4/4
100% Branches 0/0
100% Functions 0/0
100% Lines 4/4
1 2 3 4 5 6 7 8 9 10 11             
/**
 * Created by gavorhes on 10/3/2016.
 */
import ol = require('custom-ol');
 
 
export const proj4326 = new ol.proj.Projection({code: 'EPSG:4326'});
export const proj3857 = new ol.proj.Projection({code: 'EPSG:3857'});
export const proj3070 = new ol.proj.Projection({code: 'EPSG:3070'});