Skip to content

Commit

Permalink
Remove proj4 cdn path from streetview
Browse files Browse the repository at this point in the history
  • Loading branch information
green3g committed May 12, 2016
1 parent e8ef183 commit c5eeb40
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions viewer/js/gis/dijit/StreetView.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ define([
'esri/geometry/Point',
'esri/SpatialReference',
'dijit/MenuItem',
'//cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.12/proj4.js',
'proj4js/proj4',
'dojo/i18n!./StreetView/nls/resource',

'dijit/form/ToggleButton',
'xstyle/css!./StreetView/css/StreetView.css',
'gis/plugins/async!//maps.google.com/maps/api/js?v=3'
Expand Down Expand Up @@ -302,4 +301,4 @@ define([
this.mapClickMode = mode;
}
});
});
});

0 comments on commit c5eeb40

Please sign in to comment.