Skip to content

Commit

Permalink
Fix Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wattnpapa committed Feb 9, 2016
1 parent 80ce75d commit 8a7abbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions leaflet.mouseCoordinate.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ L.Control.mouseCoordinate = L.Control.extend({
}
var ew = "0" + m_ce;

var m_cn this._mgr2utm_find_m_cn(zone,band);
var m_cn = this._mgr2utm_find_m_cn(zone,band);

var nw;
if (m_cn.length === 1){
Expand Down Expand Up @@ -411,7 +411,7 @@ L.Control.mouseCoordinate = L.Control.extend({
}
}
return m_cn;
}
},
_geo2geodeziminuten: function (gps){
var latgrad = parseInt(gps.lat);
var latminuten = Math.round( ((gps.lat - latgrad) * 60) * 10000 ) / 10000;
Expand Down

0 comments on commit 8a7abbc

Please sign in to comment.