Skip to content

Commit

Permalink
Update Proj4JS to 2.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgee committed Oct 22, 2015
1 parent 88db914 commit 678e8dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion viewer/js/gis/dijit/MapInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ define([
'dojo/dom-style',
'dojo/number',
'dojo/topic',
'//cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.3/proj4.js',
'//cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.12/proj4.js',
'xstyle/css!./MapInfo/css/MapInfo.css'
], function (
declare,
Expand Down
2 changes: 1 addition & 1 deletion viewer/js/gis/dijit/StreetView.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ define([
'esri/geometry/Point',
'esri/SpatialReference',
'dijit/MenuItem',
'//cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.3/proj4.js',
'//cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.12/proj4.js',
'dojo/i18n!./StreetView/nls/resource',

'dijit/form/Button',
Expand Down

0 comments on commit 678e8dc

Please sign in to comment.