Loading lib/proj4js.js +1 −1 Original line number Diff line number Diff line Loading @@ -521,7 +521,7 @@ Proj4js.Proj = Proj4js.Class({ */ loadFromService: function() { //else load from web service var url = Proj4js.defsLookupService +'/' + this.srsAuth +'/'+ this.srsProjNumber + '/proj4js'; var url = Proj4js.defsLookupService +'/' + this.srsAuth +'/'+ this.srsProjNumber + '/proj4js/'; Proj4js.loadScript(url, Proj4js.bind(this.defsLoaded, this), Proj4js.bind(this.defsFailed, this), Loading Loading
lib/proj4js.js +1 −1 Original line number Diff line number Diff line Loading @@ -521,7 +521,7 @@ Proj4js.Proj = Proj4js.Class({ */ loadFromService: function() { //else load from web service var url = Proj4js.defsLookupService +'/' + this.srsAuth +'/'+ this.srsProjNumber + '/proj4js'; var url = Proj4js.defsLookupService +'/' + this.srsAuth +'/'+ this.srsProjNumber + '/proj4js/'; Proj4js.loadScript(url, Proj4js.bind(this.defsLoaded, this), Proj4js.bind(this.defsFailed, this), Loading