Skip to content

Commit

Permalink
Merge pull request #999 from ger-benjamin/add_epsg2056
Browse files Browse the repository at this point in the history
Require EPSG2056 in controllers
  • Loading branch information
ger-benjamin committed Apr 11, 2016
2 parents 13e52d8 + f466ce8 commit 526f021
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contribs/gmf/apps/desktop/js/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ goog.require('gmf.AbstractDesktopController');
/** @suppress {extraRequire} */
goog.require('gmf.authenticationDirective');
/** @suppress {extraRequire} */
goog.require('ngeo.proj.EPSG2056');
/** @suppress {extraRequire} */
goog.require('ngeo.proj.EPSG21781');


Expand Down
2 changes: 2 additions & 0 deletions contribs/gmf/apps/desktop_alt/js/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ goog.require('gmf.AbstractDesktopController');
/** @suppress {extraRequire} */
goog.require('gmf.authenticationDirective');
/** @suppress {extraRequire} */
goog.require('ngeo.proj.EPSG2056');
/** @suppress {extraRequire} */
goog.require('ngeo.proj.EPSG21781');


Expand Down
2 changes: 2 additions & 0 deletions contribs/gmf/apps/mobile/js/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ goog.require('gmf.AbstractMobileController');
/** @suppress {extraRequire} */
goog.require('gmf.authenticationDirective');
/** @suppress {extraRequire} */
goog.require('ngeo.proj.EPSG2056');
/** @suppress {extraRequire} */
goog.require('ngeo.proj.EPSG21781');
/** @suppress {extraRequire} */
goog.require('ngeo.mobileGeolocationDirective');
Expand Down

0 comments on commit 526f021

Please sign in to comment.