aboutsummaryrefslogtreecommitdiffstats
path: root/extlib/leaflet/src/geo/crs/CRS.EPSG4326.js
blob: 1550718d41c302c6103634c7a27af4735095e2de (plain)
1
2
3
4
5
6
7
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)
});