Script and makefile adjustments for updating extlib
[larjonas-mediagoblin.git] / extlib / leaflet / src / geo / crs / CRS.EPSG4326.js
blob1550718d41c302c6103634c7a27af4735095e2de
2 L.CRS.EPSG4326 = L.Util.extend({}, L.CRS, {
3 code: 'EPSG:4326',
5 projection: L.Projection.LonLat,
6 transformation: new L.Transformation(1/360, 0.5, -1/360, 0.5)
7 });