Skip to content

Commit

Permalink
Update dgis.js
Browse files Browse the repository at this point in the history
indent
  • Loading branch information
emikhalev committed Sep 24, 2013
1 parent f59c990 commit 37d9bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dgis.js
Expand Up @@ -136,7 +136,7 @@
// Position
var llCenter = this._map.getCenter(); // L.LatLng
var dgCenter = this._dg.getCenter(); // DG.GeoPoint
var dgllCenter = [dgCenter.lat, dgCenter.lon]; // L.LatLng <- DG.GeoPoint
var dgllCenter = [dgCenter.lat, dgCenter.lon]; // L.LatLng <- DG.GeoPoint

var llCenterPx = this._map.project(llCenter); // L.Point
var dgCenterPx = this._map.project(dgllCenter); // L.Point
Expand Down

0 comments on commit 37d9bd6

Please sign in to comment.