Skip to content

Commit

Permalink
Fix proj4js path merge
Browse files Browse the repository at this point in the history
  • Loading branch information
green3g committed May 12, 2016
1 parent 95ed51c commit 1e916e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions viewer/js/config/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ define(['dojo/_base/window'], function(window){
}, {
name: 'config',
location: path + 'js/config'
}, {
name: 'proj4js',
location: '//cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.12'
}, {
name: 'put-selector',
main: 'put',
name: 'proj4js',
location: '//cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.12'
location: 'https://cdn.rawgit.com/kriszyp/put-selector/v0.3.6'
}, {
name: 'xstyle',
Expand Down

0 comments on commit 1e916e6

Please sign in to comment.