mediagoblin/extlib/leaflet/src/geo/crs/CRS.EPSG4326.js
2012-01-25 23:42:04 +01:00

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)
});