Sha256: b3f50696adeb73d5aad19b6dda2cfe040a02103071b2c030f84ee74dbc1e875f

Contents?: true

Size: 178 Bytes

Versions: 3

Compression:

Stored size: 178 Bytes

Contents

L.CRS.EPSG4326 = L.Util.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

3 entries across 3 versions & 1 rubygems

Version Path
leaflet-ruby-0.3.beta4 lib/leaflet/src/geo/crs/CRS.EPSG4326.js
leaflet-ruby-0.3.beta3 lib/leaflet/src/geo/crs/CRS.EPSG4326.js
leaflet-ruby-0.3.beta1 lib/leaflet/src/geo/crs/CRS.EPSG4326.js