repo.or.cz
/
larjonas-mediagoblin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Script and makefile adjustments for updating extlib
[larjonas-mediagoblin.git]
/
extlib
/
leaflet
/
src
/
geo
/
crs
/
CRS.EPSG4326.js
blob
1550718d41c302c6103634c7a27af4735095e2de
1
2
L
.
CRS
.
EPSG4326
=
L
.
Util
.
extend
({},
L
.
CRS
, {
3
code
:
'EPSG:4326'
,
4
5
projection
:
L
.
Projection
.
LonLat
,
6
transformation
:
new
L
.
Transformation
(
1
/360, 0.5, -1/
360
,
0.5
)
7
});