1 2 3 4 5 6 7 8 9 10 11 | 1× 1× 1× 1× | /** * 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'}); |