7 lines
173 B
JavaScript
7 lines
173 B
JavaScript
|
|
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)
|
|
}); |