Merge pull request #551 from finn-no/projection-test-fix
Fixed broken test
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
// conditionally mock up proj4js
|
// conditionally mock up proj4js
|
||||||
var hasProj = !!window.Proj4js;
|
var hasProj = !!window.Proj4js;
|
||||||
if (!hasProj) {
|
if (!hasProj) {
|
||||||
window.Proj4js = true;
|
window.Proj4js = {};
|
||||||
}
|
}
|
||||||
proj1.proj = {defData: "+title= WGS84 +foo=bar +x=0"};
|
proj1.proj = {defData: "+title= WGS84 +foo=bar +x=0"};
|
||||||
proj2.proj = {defData: "+title=FOO +foo=bar +x=0", srsCode: "FOO"};
|
proj2.proj = {defData: "+title=FOO +foo=bar +x=0", srsCode: "FOO"};
|
||||||
|
|||||||
Reference in New Issue
Block a user