Sha256: c03e10be3645d8f39bfe3cca09d47b696fea7664e8ab20368211ed1fdef6d8a4
Contents?: true
Size: 250 Bytes
Versions: 9
Compression:
Stored size: 250 Bytes
Contents
/* * L.CRS.EPSG4326 is a CRS popular among advanced GIS specialists. */ L.CRS.EPSG4326 = L.extend({}, L.CRS, { code: 'EPSG:4326', projection: L.Projection.LonLat, transformation: new L.Transformation(1 / 360, 0.5, -1 / 360, 0.5) });
Version data entries
9 entries across 9 versions & 1 rubygems